Hi Li, there is a mitk class called ExtractDirectedPlaneImageFilterNew which meets your needs. A PlaneGeometry specifies the axes where to reslice at. The plane can be arbitrary oriented and is set via SetCurrentWorldGeometry2D. So just initialize a proper PlaneGeometry and set it together with your volume as the input for the filter.
If this won't help provide me some further infos. Regards Tobi >Von: Liu, Li [mailto:[email protected]] >Gesendet: Montag, 5. März 2012 20:14 >An: [email protected] >Betreff: [mitk-users] extract 2D slice from a 3D image volume along arbitrary >directions >Hi, > I am new to MITK and got a problem. Currently, I am using MITK to construct a > platform to implement extract arbitrary 2D slice from a 3D image volume (raw > data format). I looked at the tutorial examples and ext app and all of them > are only to extract 2D slice along transversal, sagittal and coronal > direction. For me, they are x,y,z axes. If I want to extract 2D slices along > other directions than transversal, sagittal and coronal direction, how can I > do that? >Thanks >Li ------------------------------------------------------------------------------ >Try before you buy = See our experts in action! >The most comprehensive online learning library for Microsoft developers is >just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro >Style Apps, more. Free future >releases when you subscribe now! >http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ >mitk-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
