Re: How to create resliceAxes from two points in a curve?

Richard Anderson via vtkusers <[email protected]> Fri, 15 Mar 2019 00:32:47 +0000 (UTC)
Newsgroups gmane.comp.lib.vtk.user
Message-ID <[email protected]>
 Thank you very much for the help! 
After reslice, the output is an 2D image, is there anyway to know the coordinate of point  P0 in the 2D image? 
or is there any way to make P0 at the center of output 2D image?
Thanks again!

    On Thursday, March 14, 2019, 12:29:04 AM PDT, Xing Li <[email protected]> wrote:  
 
 You can use vtkMath::Perpendiculars(A,B,C,0) to generate the other two directions, where A is p0-p1 or p1-p0
richard anderson via vtkusers <[email protected]> 于2019年3月13日周三 上午3:28写道:

I would like to use vtkImageReslice to get the cross section of a curve at a
point P0. 

To compute the reslixeAxes, I would like to use P0 and its neighboring point
P1 to decisde the direction. 

As you know, resliceAxes is a vtkMatrix4x4. I think it should be somehting
as:

A, B, C, P0.x
D, E, F,  P0.y
G, H, I,  P0.z
0,  0, 0,   1

Can anyone let me know how to compute the value of {A, B, ... I}  based on
P0 and P1? 

Thank you!




--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Search the list archives at: http://markmail.org/search/?q=vtkusers

Follow this link to subscribe/unsubscribe:
https://vtk.org/mailman/listinfo/vtkusers

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Search the list archives at: http://markmail.org/search/?q=vtkusers

Follow this link to subscribe/unsubscribe:
https://vtk.org/mailman/listinfo/vtkusers