18 #ifndef itkVanHerkGilWermanUtilities_h
19 #define itkVanHerkGilWermanUtilities_h
34 template <
typename PixelType,
typename TFunction>
37 std::vector<PixelType> & rExtBuffer,
38 const unsigned int KernLen,
41 template <
typename PixelType,
typename TFunction>
44 std::vector<PixelType> & fExtBuffer,
45 const unsigned int KernLen,
48 template <
typename TImage,
typename TBres,
typename TFunction,
typename TLine>
50 DoFace(
typename TImage::ConstPointer input,
51 typename TImage::Pointer output,
52 typename TImage::PixelType border,
54 const typename TBres::OffsetArray LineOffsets,
55 const unsigned int KernLen,
56 std::vector<typename TImage::PixelType> & pixbuffer,
57 std::vector<typename TImage::PixelType> & fExtBuffer,
58 std::vector<typename TImage::PixelType> & rExtBuffer,
63 #ifndef ITK_MANUAL_INSTANTIATION
64 # include "itkVanHerkGilWermanUtilities.hxx"