18 #ifndef itkAnchorUtilities_h
19 #define itkAnchorUtilities_h
34 template<
typename TImage,
typename TBres,
typename TLine >
38 const typename TBres::OffsetArray LineOffsets,
39 const typename TImage::RegionType AllImage,
43 template<
typename TImage,
typename TBres,
typename TAnchor,
typename TLine >
46 typename TImage::PixelType border,
49 typename TBres::OffsetArray LineOffsets,
50 std::vector<typename TImage::PixelType> & inbuffer,
51 std::vector<typename TImage::PixelType> & outbuffer,
52 const typename TImage::RegionType AllImage,
53 const typename TImage::RegionType face);
57 #ifndef ITK_MANUAL_INSTANTIATION
58 #include "itkAnchorUtilities.hxx"
void DoAnchorFace(const TImage *input, TImage *output, typename TImage::PixelType border, TLine line, TAnchor &AnchorLine, typename TBres::OffsetArray LineOffsets, std::vector< typename TImage::PixelType > &inbuffer, std::vector< typename TImage::PixelType > &outbuffer, const typename TImage::RegionType AllImage, const typename TImage::RegionType face)
int ComputeStartEnd(const typename TImage::IndexType StartIndex, const TLine line, const float tol, const typename TBres::OffsetArray LineOffsets, const typename TImage::RegionType AllImage, unsigned &start, unsigned &end)