![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
Namespaces | |
Statistics | |
Functions | |
template<class LineBufferType , class RealType , bool doDilate> | |
void | DoLine (LineBufferType &LineBuf, LineBufferType &tmpLineBuf, const RealType magnitude, const RealType m_Extreme) |
template<class TInIter , class TOutIter , class RealType , class OutputPixelType , bool doDilate> | |
void | doOneDimension (TInIter &inputIterator, TOutIter &outputIterator, ProgressReporter &progress, const long LineLength, const unsigned direction, const int m_MagnitudeSign, const bool m_UseImageSpacing, const RealType m_Extreme, const RealType image_scale, const RealType Sigma) |
This class is a modification of an ITK class. The original copyright message is pasted here, which includes also the version information:
This file is a slightly modified version of an ITK file. Original ITK copyright message:
Parts of the code were taken from an ITK file. Original ITK copyright message, just for reference:
This class is a slight modification of the original ITK class: MultiResolutionImageRegistrationMethod. The original copyright message is pasted here, which includes also the version information:
Includes for the Superclass. Includes for the kNN trees. Supported trees. Supported tree searchers. Include for the spatial derivatives.
Needed for the check of a B-spline transform. Needed for the filtering of the B-spline coefficients. Include stuff needed for the construction of the rigidity coefficient image.
void itk::DoLine | ( | LineBufferType & | LineBuf, |
LineBufferType & | tmpLineBuf, | ||
const RealType | magnitude, | ||
const RealType | m_Extreme | ||
) |
Definition at line 9 of file itkParabolicMorphUtils.h.
void itk::doOneDimension | ( | TInIter & | inputIterator, |
TOutIter & | outputIterator, | ||
ProgressReporter & | progress, | ||
const long | LineLength, | ||
const unsigned | direction, | ||
const int | m_MagnitudeSign, | ||
const bool | m_UseImageSpacing, | ||
const RealType | m_Extreme, | ||
const RealType | image_scale, | ||
const RealType | Sigma | ||
) |
Definition at line 56 of file itkParabolicMorphUtils.h.
Generated on 05-12-2013 for elastix by ![]() |
![]() |