![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <list>#include "itkSharedMorphologyUtilities.h"#include "itkVanHerkGilWermanUtilities.hxx"
Include dependency graph for itkVanHerkGilWermanUtilities.h:Go to the source code of this file.
Namespaces | |
| namespace | itk |
Functions | |
| template<class TImage , class TBres , class TFunction , class TLine > | |
| void | itk::DoFace (typename TImage::ConstPointer input, typename TImage::Pointer output, typename TImage::PixelType border, TLine line, const typename TBres::OffsetArray LineOffsets, const unsigned int KernLen, std::vector< typename TImage::PixelType > &pixbuffer, std::vector< typename TImage::PixelType > &fExtBuffer, std::vector< typename TImage::PixelType > &rExtBuffer, const typename TImage::RegionType AllImage, const typename TImage::RegionType face) |
| template<class PixelType , class TFunction > | |
| void | itk::FillForwardExt (std::vector< PixelType > &pixbuffer, std::vector< PixelType > &fExtBuffer, const unsigned int KernLen, unsigned len) |
| template<class PixelType , class TFunction > | |
| void | itk::FillReverseExt (std::vector< PixelType > &pixbuffer, std::vector< PixelType > &rExtBuffer, const unsigned int KernLen, unsigned len) |
1.8.3.1