Hi mitk-users,

there has been an update to segmentation module. A new mitk filter for 
extracting slices from an image volume has been implemented to be used in 
rendering and segmentation. The new filter is working for arbitrary oriented 
planes.

The following classes for multiplanar reconstruction purposes are going to be 
replaced by mitk::ExtractSliceFilter and were therefor declared as deprecated:

mitk::ExtractDirectedPlaneImageFilter
mitk::ExtractDirectedPlaneImageFilterNew
mitk::ExtractImageFilter

For writing 2D slices into an image volume mitkVtkImageOverwrite replaces the 
following classes (also marked as deprecated):

mitk::OverwriteDirectedPlaneImageFilter
mitk::OverwriteSliceImageFilter

For a detailed example of how to use the new filters in combination see

mitk::SegTool2D::WriteBackSegmentationResult (const PositionEvent* 
positionEvent, Image* slice)

and

mitk::SegTool2D::GetAffectedImageSliceAs2DImage(const PositionEvent* 
positionEvent, const Image* image).

For an example of extracting slices from a volume see

mitk::ImageVtkMapper2D::GenerateDataForRenderer ( mitk::BaseRenderer *renderer )


Regards,

Tobias

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to