#include <itkNeighborhoodBinaryThresholdImageFunction.h>
Inheritance diagram for itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >:
Determine whether all the pixels in the specified neighborhood meet a threshold criteria.
If called with a ContinuousIndex or Point, the calculation is performed at the nearest neighbor.
This class is templated over the input image type and the coordinate representation type (e.g. float or double).
Definition at line 41 of file itkNeighborhoodBinaryThresholdImageFunction.h.
|
Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. Definition at line 50 of file itkNeighborhoodBinaryThresholdImageFunction.h. |
|
ContinuousIndex typedef support. Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. Definition at line 68 of file itkNeighborhoodBinaryThresholdImageFunction.h. Referenced by itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex(). |
|
Index typedef support. Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. Definition at line 65 of file itkNeighborhoodBinaryThresholdImageFunction.h. Referenced by itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::Evaluate(), and itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex(). |
|
InputImageType typedef support. Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. Definition at line 59 of file itkNeighborhoodBinaryThresholdImageFunction.h. |
|
SizeType of the input image Definition at line 81 of file itkNeighborhoodBinaryThresholdImageFunction.h. Referenced by itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::~NeighborhoodBinaryThresholdImageFunction(). |
|
OutputType typdef support. Reimplemented from itk::ImageFunction< TInputImage, bool, TCoordRep >. Definition at line 62 of file itkNeighborhoodBinaryThresholdImageFunction.h. |
|
PixelType typedef support. Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. Definition at line 74 of file itkNeighborhoodBinaryThresholdImageFunction.h. |
|
Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. Definition at line 49 of file itkNeighborhoodBinaryThresholdImageFunction.h. |
|
Point typedef support. Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. Definition at line 71 of file itkNeighborhoodBinaryThresholdImageFunction.h. |
|
Standard class typedefs. Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. Definition at line 47 of file itkNeighborhoodBinaryThresholdImageFunction.h. Referenced by itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::~NeighborhoodBinaryThresholdImageFunction(). |
|
Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. Definition at line 48 of file itkNeighborhoodBinaryThresholdImageFunction.h. |
|
|
|
|
Evaluate the function at non-integer positions Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. Definition at line 93 of file itkNeighborhoodBinaryThresholdImageFunction.h. References itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::IndexType. |
|
Evaluate the function at non-integer positions Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. Definition at line 99 of file itkNeighborhoodBinaryThresholdImageFunction.h. References itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::ContinuousIndexType, and itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::IndexType. |
|
Evalulate the function at specified index Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. |
|
Run-time type information (and related methods). Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. |
|
Get the radius of the neighborhood used in computation |
|
Dimension of the underlying image. |
|
Method for creation through the object factory. Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >. |
|
Set the radius of the neighborhood used in computation. |