Hi Tobi, Thanks for your quick reply. Here are some questions about your answer.
What is a proper initialization for PlaneGeometry? I think you mean mitk::PlaneGeometry::InitializePlane, right? Setting the position of plane is through mitk::BaseRenderer::SetCurrentWorldGeometry2D or mitk::ExtractDirectedPlaneImageFilterNew::SetCurrentWorldGeometry2D? Now, I load the volume data into mitk::StandaloneDataStorage, but how can I set volume data as the input of ExtractDirectedPlaneImageFilterNew. Thanks Li ________________________________________ 发件人: Schröder, Tobias [[email protected]] 发送时间: 2012年3月6日 2:11 收件人: Liu, Li; [email protected] 主题: Re: [mitk-users] extract 2D slice from a 3D image volume along arbitrary directions 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 ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
