#include <itkLabelVotingImageFilter.h>
Inheritance diagram for itk::LabelVotingImageFilter< TInputImage, TOutputImage >:
Label voting is a simple method of classifier combination applied to image segmentation. Typically, the accuracy of the combined segmentation exceeds the accuracy of any of the input segmentations. Voting is therefore commonly used as a way of boosting segmentation performance.
The use of label voting for combination of multiple segmentations is described in
T. Rohlfing and C. R. Maurer, Jr., "Multi-classifier framework for atlas-based image segmentation," Pattern Recognition Letters, 2005.
Definition at line 74 of file itkLabelVotingImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 82 of file itkLabelVotingImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 103 of file itkLabelVotingImageFilter.h. |
|
Image typedef support Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 101 of file itkLabelVotingImageFilter.h. |
|
Definition at line 93 of file itkLabelVotingImageFilter.h. Referenced by itk::LabelVotingImageFilter< TInputImage, TOutputImage >::LabelVotingImageFilter(). |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 104 of file itkLabelVotingImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 107 of file itkLabelVotingImageFilter.h. Referenced by itk::LabelVotingImageFilter< TInputImage, TOutputImage >::LabelVotingImageFilter(). |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 102 of file itkLabelVotingImageFilter.h. |
|
Extract some information from the image types. Dimensionality of the two images is assumed to be the same. Definition at line 92 of file itkLabelVotingImageFilter.h. Referenced by itk::LabelVotingImageFilter< TInputImage, TOutputImage >::LabelVotingImageFilter(), and itk::LabelVotingImageFilter< TInputImage, TOutputImage >::SetLabelForUndecidedPixels(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 81 of file itkLabelVotingImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 79 of file itkLabelVotingImageFilter.h. Referenced by itk::LabelVotingImageFilter< TInputImage, TOutputImage >::LabelVotingImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 80 of file itkLabelVotingImageFilter.h. |
|
|
Definition at line 144 of file itkLabelVotingImageFilter.h. |
|
Determine maximum label value in all input images and initialize global data. Reimplemented from itk::ImageSource< TOutputImage >. |
|
Determine maximum value among all input images' pixels |
|
Get label value used for undecided pixels. After updating the filter, this function returns the actual label value used for undecided pixels in the current output. Note that this value is overwritten when SetLabelForUndecidedPixels is called and the new value only becomes effective upon the next filter update. Definition at line 125 of file itkLabelVotingImageFilter.h. |
|
Run-time type information (and related methods) Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Extract some information from the image types. Dimensionality of the two images is assumed to be the same. |
|
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 >. |
|
Set label value for undecided pixels. Definition at line 111 of file itkLabelVotingImageFilter.h. References itk::LabelVotingImageFilter< TInputImage, TOutputImage >::OutputPixelType. |
|
Determine maximum label value in all input images and initialize global data. Reimplemented from itk::ImageSource< TOutputImage >. |
|
Unset label value for undecided pixels and turn on automatic selection. Definition at line 132 of file itkLabelVotingImageFilter.h. |