ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
Go to the source code of this file.
Namespaces | |
itk | |
Functions | |
template<class LineBufferType , class RealType , bool doDilate> | |
void | itk::DoLineCP (LineBufferType &LineBuf, LineBufferType &tmpLineBuf, const RealType magnitude, const RealType m_Extreme) |
template<class LineBufferType , class IndexBufferType , class EnvBufferType , class RealType , bool doDilate> | |
void | itk::DoLineIntAlg (LineBufferType &LineBuf, EnvBufferType &F, IndexBufferType &v, EnvBufferType &z, const RealType magnitude) |
template<class TInIter , class TOutIter , class RealType , class OutputPixelType , bool doDilate> | |
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, int ParabolicAlgorithmChoice) |