ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
Go to the source code of this file.
Namespaces | |
namespace | itk |
Functions | |
template<class TImage , class TBres , class TLine > | |
int | itk::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) |
template<class TImage , class TBres , class TAnchor , class TLine > | |
void | itk::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) |