ITK  4.8.0
Insight Segmentation and Registration Toolkit
Namespaces | Functions
itkVanHerkGilWermanUtilities.h File Reference
#include <list>
#include "itkSharedMorphologyUtilities.h"
#include "itkVanHerkGilWermanUtilities.hxx"
+ Include dependency graph for itkVanHerkGilWermanUtilities.h:

Go to the source code of this file.

Namespaces

 itk
 

Functions

template<typename TImage , typename TBres , typename TFunction , typename 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<typename PixelType , typename TFunction >
void itk::FillForwardExt (std::vector< PixelType > &pixbuffer, std::vector< PixelType > &fExtBuffer, const unsigned int KernLen, unsigned len)
 
template<typename PixelType , typename TFunction >
void itk::FillReverseExt (std::vector< PixelType > &pixbuffer, std::vector< PixelType > &rExtBuffer, const unsigned int KernLen, unsigned len)