ITK
5.2.0
Insight 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 49 of file itkImageClassifierFilter.h.
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 |
Image pixel value type alias.
Definition at line 110 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::ClassLabelVectorObjectType = SimpleDataObjectDecorator<ClassLabelVectorType> |
Image pixel value type alias.
Definition at line 109 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::ClassLabelVectorType = std::vector<ClassLabelType> |
Image pixel value type alias.
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 |
Image pixel value type alias.
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 |
Image pixel value type alias.
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 |
Image pixel value type alias.
Definition at line 76 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::InputPixelType = typename TInputImage::PixelType |
Image pixel value type alias.
Definition at line 68 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::InputSizeType = typename TInputImage::SizeType |
Image pixel value type alias.
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 |
Image pixel value type alias.
Definition at line 91 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MembershipFunctionPointer = typename MembershipFunctionType::ConstPointer |
Image pixel value type alias.
Definition at line 95 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MembershipFunctionsWeightsArrayObjectType = SimpleDataObjectDecorator<MembershipFunctionsWeightsArrayType> |
Image pixel value type alias.
Definition at line 103 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MembershipFunctionsWeightsArrayPointer = typename MembershipFunctionsWeightsArrayObjectType::Pointer |
Image pixel value type alias.
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 |
Image pixel value type alias.
Definition at line 98 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MembershipFunctionVectorObjectType = SimpleDataObjectDecorator<MembershipFunctionVectorType> |
Image pixel value type alias.
Definition at line 97 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::MembershipFunctionVectorType = std::vector<MembershipFunctionPointer> |
Image pixel value type alias.
Definition at line 96 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::OutputImagePointer = typename TOutputImage::Pointer |
Image pixel value type alias.
Definition at line 73 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType |
Image pixel value type alias.
Definition at line 80 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Image pixel value type alias.
Definition at line 67 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::OutputIndexType = typename TOutputImage::IndexType |
Image pixel value type alias.
Definition at line 79 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::OutputPixelType = typename TOutputImage::PixelType |
Image pixel value type alias.
Definition at line 69 of file itkImageClassifierFilter.h.
using itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::OutputSizeType = typename TOutputImage::SizeType |
Image pixel value type alias.
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 |
Image pixel value type alias.
|
overrideprotecteddefault |
Image pixel value type alias.
|
virtual |
Image pixel value type alias.
Reimplemented from itk::Object.
|
overrideprotectedvirtual |
Starts the classification process
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Image pixel value type alias.
const InputImageType* itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >::GetImage | ( | ) | const |
Image pixel value type alias.
|
virtual |
Standard macros
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Image pixel value type alias.
|
static |
Image pixel value type alias.
|
overrideprotectedvirtual |
Image pixel value type alias.
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
|
staticconstexpr |
Image related type alias.
Definition at line 83 of file itkImageClassifierFilter.h.
|
private |
Decision Rule
Definition at line 165 of file itkImageClassifierFilter.h.
|
private |
Image pixel value type alias.
Definition at line 162 of file itkImageClassifierFilter.h.
|
staticconstexpr |
Image pixel value type alias.
Definition at line 84 of file itkImageClassifierFilter.h.