MeVisLabToolboxReference
FMEwork/ITK/Sources/ITK/MLITK/ITKSupport/mlITKFilterSupport.h File Reference

File containing some special helper functions for the integration of ITK image filters algorithms into ML modules. More...

Go to the source code of this file.

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Functions

void ml::testFunc_processDataWithITKFilterAndFillOutSubImg ()
 Test function for debugging purposes.
template<typename FILTER_TYPE , typename OIMAGE_TYPE >
bool ml::processDataWithITKFilterAndFillOutSubImg (typename FILTER_TYPE::Pointer &filterPointer, int outIndex, int usedFilteringDim, const ImageVector &shift, const SubImageBox &outImgBox, SubImage &outSubImg, Module &module)
 Takes the output image of the filter pointed to by filterPointer, and copies overlapping contents into outSubImg.
void ml::testFunc_determineImageFilterInRegionTN ()
 Test function for debugging purposes.
template<typename FILTER_TYPE , typename IN_IMAGE_TYPE >
SubImageBox ml::determineImageFilterInRegionTN (typename FILTER_TYPE::Pointer &filterPointer, Module &module, MLint inIndex, const SubImageBox &outBox, MLint outIndex, MLint numActiveInputs)
 Calculates required input regions for any number of filter inputs.
void ml::testFunc_determineImageFilterOutImageRegionT0 ()
 Test function for debugging purposes.
template<typename FILTER_TYPE , typename OUT_IMAGE_TYPE >
SubImageBox ml::determineImageFilterOutImageRegionT0 (typename FILTER_TYPE::Pointer &filterPointer, Module &module)
 Calculates the maximum extent of the ITK output image for 0 inputs and returns it as SubImageBox.
void ml::testFunc_determineImageFilterOutImageRegionTN ()
 Test function for debugging purposes.
template<typename FILTER_TYPE , typename OUT_IMAGE_TYPE , typename IN_IMAGE_TYPE >
SubImageBox ml::determineImageFilterOutImageRegionTN (typename FILTER_TYPE::Pointer &filterPointer, Module &module, int numImageInputs)
 Calculates the maximum extent of the ITK output image for 0 inputs and returns it as SubImageBox.

Detailed Description

File containing some special helper functions for the integration of ITK image filters algorithms into ML modules.

Author:
Wolf Spindler
Date:
10/2004

Definition in file mlITKFilterSupport.h.