Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Functions | |
IndexPairType | IndexToLevelBandSteerablePyramid (unsigned int linearIndex, unsigned int levels, unsigned int bands) |
template unsigned int | ComputeMaxNumberOfLevels< 3 > (const Size< 3 > &inputSize, const unsigned int &scaleFactor) |
template unsigned int | ComputeMaxNumberOfLevels< 2 > (const Size< 2 > &inputSize, const unsigned int &scaleFactor) |
template unsigned int itk::utils::ComputeMaxNumberOfLevels< 2 > | ( | const Size< 2 > & | inputSize, |
const unsigned int & | scaleFactor | ||
) |
Referenced by IndexToLevelBandSteerablePyramid().
template unsigned int itk::utils::ComputeMaxNumberOfLevels< 3 > | ( | const Size< 3 > & | inputSize, |
const unsigned int & | scaleFactor | ||
) |
Referenced by IndexToLevelBandSteerablePyramid().
IndexPairType itk::utils::IndexToLevelBandSteerablePyramid | ( | unsigned int | linearIndex, |
unsigned int | levels, | ||
unsigned int | bands | ||
) |
Definition at line 469 of file mitkTransformationOperation.cpp.
References ComputeMaxNumberOfLevels< 2 >(), and ComputeMaxNumberOfLevels< 3 >().