#include <itkBayesianClassifierImageFilter.h>
Inheritance diagram for itk::BayesianClassifierImageFilter< TInputImage, TOutputImage >:
[add detailed documentation]
This filter is templated over the input image type and the output image type.
The filter expect both images to have the same number of dimensions.
Definition at line 45 of file itkBayesianClassifierImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 55 of file itkBayesianClassifierImageFilter.h. |
|
Decision rule to use for defining the label Definition at line 83 of file itkBayesianClassifierImageFilter.h. |
|
Input and Output image types Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 68 of file itkBayesianClassifierImageFilter.h. |
|
Pixel types. Definition at line 64 of file itkBayesianClassifierImageFilter.h. |
|
Type of the Measurement Definition at line 72 of file itkBayesianClassifierImageFilter.h. |
|
Definition at line 77 of file itkBayesianClassifierImageFilter.h. |
|
Membership function container Definition at line 80 of file itkBayesianClassifierImageFilter.h. |
|
Type of the Gaussian density functions Definition at line 76 of file itkBayesianClassifierImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 69 of file itkBayesianClassifierImageFilter.h. |
|
Definition at line 65 of file itkBayesianClassifierImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 54 of file itkBayesianClassifierImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 51 of file itkBayesianClassifierImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 53 of file itkBayesianClassifierImageFilter.h. |
|
|
|
Definition at line 92 of file itkBayesianClassifierImageFilter.h. |
|
Add a membership function to the filter. This is expected to be a Gaussian |
|
Here is where the classification is computed. Reimplemented from itk::ImageSource< TOutputImage >. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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::ImageToImageFilter< TInputImage, TOutputImage >. |