MeVisLab Toolbox Reference
mlITKFilterSupport.h File Reference

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Functions

void ml::testFunc_processDataWithITKFilterAndFillOutSubImg ()
 Test function for debugging purposes. More...
 
template<typename FILTER_TYPE , typename OIMAGE_TYPE >
bool ml::processDataWithITKFilterAndFillOutSubImg (typename FILTER_TYPE::Pointer &filterPointer, int outIndex, MLint 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. More...
 
void ml::testFunc_determineImageFilterInRegionTN ()
 Test function for debugging purposes. More...
 
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. More...
 
void ml::testFunc_determineImageFilterOutImageRegionT0 ()
 Test function for debugging purposes. More...
 
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. More...
 
void ml::testFunc_determineImageFilterOutImageRegionTN ()
 Test function for debugging purposes. More...
 
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. More...