#include <itkAntiAliasBinaryImageFilter.h>
Inheritance diagram for itk::AntiAliasBinaryImageFilter< TInputImage, TOutputImage >:
Definition at line 100 of file itkAntiAliasBinaryImageFilter.h.
|
ValueType of the input binary image Definition at line 123 of file itkAntiAliasBinaryImageFilter.h. |
|
Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 109 of file itkAntiAliasBinaryImageFilter.h. |
|
The function type which will calculate the curvature flow Definition at line 120 of file itkAntiAliasBinaryImageFilter.h. |
|
Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 113 of file itkAntiAliasBinaryImageFilter.h. |
|
Information derived from the image types. Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 116 of file itkAntiAliasBinaryImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 115 of file itkAntiAliasBinaryImageFilter.h. |
|
Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 108 of file itkAntiAliasBinaryImageFilter.h. |
|
Standard class typedefs Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 106 of file itkAntiAliasBinaryImageFilter.h. |
|
Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 107 of file itkAntiAliasBinaryImageFilter.h. |
|
Typedefs from the superclass Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 114 of file itkAntiAliasBinaryImageFilter.h. |
|
Inherited typedef from the superclass. Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 112 of file itkAntiAliasBinaryImageFilter.h. |
|
|
|
Definition at line 152 of file itkAntiAliasBinaryImageFilter.h. |
|
Overridden from the parent class to indroduce a constraint on surface flow under certain conditions. Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >.
|
|
Overridden from ProcessObject to set certain values before starting the finite difference solver and then create an appropriate output Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.
|
|
Run-time type information (and related methods). Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >.
|
|
Get the upper and lower binary values in the input image. |
|
Set/Get the maximum number of iterations allowed for the solver. This prevents infinite loops when a solution "bounces". The filter halt and issue a warning when this number is reached because the MaximumRMSError criteria will not have been met. |
|
Set/Get the maximum RMS error allowed for the solution. The solver will halt once this threshold has been reached. |
|
Get the upper and lower binary values in the input image. |
|
Overrides the default Halt() method to stop only when the RMS error is less than a user-specified threshold. Implements itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >. Definition at line 164 of file itkAntiAliasBinaryImageFilter.h. References itkWarningMacro. |
|
Method for creation through the object factory. Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >.
|
|
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::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >.
|
|
Set/Get the maximum number of iterations allowed for the solver. This prevents infinite loops when a solution "bounces". The filter halt and issue a warning when this number is reached because the MaximumRMSError criteria will not have been met. |
|
Set/Get the maximum RMS error allowed for the solution. The solver will halt once this threshold has been reached. |