ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkImageClassifierFilter.h>
Image classification class.
This filter takes input image, membership functions, decision rule and produces as output image with each pixel labeled according to the classification result.
This class is templated over the type of input and output image and sample type.
Definition at line 48 of file itkImageClassifierFilter.h.
Static Public Attributes | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
DecisionRulePointer | m_DecisionRule |
unsigned int | m_NumberOfClasses |
virtual const char * | GetNameOfClass () const |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
static Pointer | New () |
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::ClassLabelType = IdentifierType |
type alias for class label type
Definition at line 107 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::ClassLabelVectorObjectPointer = ClassLabelVectorObjectType::Pointer |
Definition at line 110 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::ClassLabelVectorObjectType = SimpleDataObjectDecorator<ClassLabelVectorType> |
Definition at line 109 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::ClassLabelVectorType = std::vector< ClassLabelType > |
Definition at line 108 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::ConstPointer = SmartPointer< const Self > |
Definition at line 58 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::DecisionRulePointer = DecisionRuleType::ConstPointer |
Definition at line 114 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::DecisionRuleType = DecisionRule |
type of the decision rule
Definition at line 113 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::InputImagePointer = typename TInputImage::Pointer |
Image related type alias.
Definition at line 72 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::InputImageRegionType = typename TInputImage::RegionType |
Definition at line 77 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::InputImageType = TInputImage |
Image pixel value type alias.
Definition at line 66 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::InputIndexType = typename TInputImage::IndexType |
Definition at line 76 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::InputPixelType = typename TInputImage::PixelType |
Definition at line 68 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::InputSizeType = typename TInputImage::SizeType |
Definition at line 75 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MeasurementType = typename SampleType::MeasurementType |
type alias from SampleType object
Definition at line 90 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MeasurementVectorType = typename SampleType::MeasurementVectorType |
Definition at line 91 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MembershipFunctionPointer = typename MembershipFunctionType::ConstPointer |
Definition at line 95 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MembershipFunctionsWeightsArrayObjectType = SimpleDataObjectDecorator<MembershipFunctionsWeightsArrayType> |
Definition at line 103 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MembershipFunctionsWeightsArrayPointer = typename MembershipFunctionsWeightsArrayObjectType::Pointer |
Definition at line 104 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MembershipFunctionsWeightsArrayType = Array< double > |
type alias for membership functions weight proprtion
Definition at line 101 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MembershipFunctionType = MembershipFunctionBase< MeasurementVectorType > |
type alias for the MembershipFunction
Definition at line 94 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MembershipFunctionVectorObjectPointer = typename MembershipFunctionVectorObjectType::Pointer |
Definition at line 98 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MembershipFunctionVectorObjectType = SimpleDataObjectDecorator<MembershipFunctionVectorType> |
Definition at line 97 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MembershipFunctionVectorType = std::vector< MembershipFunctionPointer > |
Definition at line 96 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::OutputImagePointer = typename TOutputImage::Pointer |
Definition at line 73 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType |
Definition at line 80 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 67 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::OutputIndexType = typename TOutputImage::IndexType |
Definition at line 79 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::OutputPixelType = typename TOutputImage::PixelType |
Definition at line 69 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::OutputSizeType = typename TOutputImage::SizeType |
Definition at line 78 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::Pointer = SmartPointer< Self > |
Definition at line 57 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::SampleType = TSample |
Type of the input Sample
Definition at line 87 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::Self = ImageClassifierFilter |
Standard class type alias
Definition at line 55 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
Definition at line 56 of file itkImageClassifierFilter.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Standard macros
Reimplemented from itk::Object.
|
overrideprotectedvirtual |
Starts the classification process
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Set/Get the decision rule.
const InputImageType* itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::GetImage | ( | ) | const |
|
virtual |
Standard macros
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Number of classes. This must match the number of labels and membership functions provided by the user, otherwise an exception will be thrown at
|
static |
Standard macros
|
overrideprotectedvirtual |
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 >.
void itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::SetClassLabels | ( | const ClassLabelVectorObjectType * | classLabels | ) |
Sets input vector of class labels. The length of this vector must match the number of classes, otherwise an exception will be thrown at run time.
|
virtual |
Set/Get the decision rule.
void itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::SetImage | ( | const InputImageType * | image | ) |
Sets the input image
void itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::SetMembershipFunctions | ( | const MembershipFunctionVectorObjectType * | membershipFunctions | ) |
Sets input vector of membership functions. The length of this vector must match the number of classes, otherwise an exception will be thrown at run time.
void itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::SetMembershipFunctionsWeightsArray | ( | const MembershipFunctionsWeightsArrayObjectType * | weightsArray | ) |
Sets array of weights for the membership functions
|
virtual |
Number of classes. This must match the number of labels and membership functions provided by the user, otherwise an exception will be thrown at
|
static |
Image related type alias.
Definition at line 83 of file itkImageClassifierFilter.h.
|
private |
Decision Rule
Definition at line 159 of file itkImageClassifierFilter.h.
|
private |
Definition at line 156 of file itkImageClassifierFilter.h.
|
static |
Definition at line 84 of file itkImageClassifierFilter.h.