OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor > Class Template Reference

#include <otbLabelMapWithClassLabelToLabeledSampleListFilter.h>

+ Inheritance diagram for otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >:
+ Collaboration diagram for otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >:

Public Types

typedef InputLabelMapType::ConstIterator ConstIteratorType
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
 
typedef Superclass::DataObjectPointerType DataObjectPointerType
 
typedef InputLabelMapType::ConstPointer InputLabelMapConstPointerType
 
typedef TInputLabelMap InputLabelMapType
 
typedef InputLabelMapType::LabelObjectType LabelObjectType
 
typedef TMeasurementFunctor MeasurementFunctorType
 
typedef OutputSampleListType::MeasurementVectorType MeasurementVectorType
 
typedef OutputSampleListType::Pointer OutputSampleListPointerType
 
typedef TOutputSampleList OutputSampleListType
 
typedef OutputTrainingSampleListType::Pointer OutputTrainingSampleListPointerType
 
typedef TOutputTrainingSampleList OutputTrainingSampleListType
 
typedef itk::SmartPointer< SelfPointer
 
typedef LabelMapWithClassLabelToLabeledSampleListFilter Self
 
typedef LabelMapToSampleListFilter< TInputLabelMap, TOutputSampleList, TMeasurementFunctor > Superclass
 
typedef OutputTrainingSampleListType::MeasurementVectorType TraningVectorType
 
- Public Types inherited from otb::LabelMapToSampleListFilter< TInputLabelMap, TOutputSampleList, Functor::AttributesMapMeasurementFunctor< typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType > >
typedef InputLabelMapType::ConstIterator ConstIteratorType
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
 
typedef Superclass::DataObjectPointer DataObjectPointerType
 
typedef InputLabelMapType::ConstPointer InputLabelMapConstPointerType
 
typedef TInputLabelMap InputLabelMapType
 
typedef InputLabelMapType::LabelObjectType LabelObjectType
 
typedef Functor::AttributesMapMeasurementFunctor< typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType > MeasurementFunctorType
 
typedef OutputSampleListType::MeasurementVectorType MeasurementVectorType
 
typedef OutputSampleListType::Pointer OutputSampleListPointerType
 
typedef TOutputSampleList OutputSampleListType
 
typedef itk::SmartPointer< SelfPointer
 
typedef LabelMapToSampleListFilter Self
 
typedef itk::ProcessObject Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
MeasurementFunctorTypeGetMeasurementFunctor ()
 
virtual const char * GetNameOfClass () const
 
const OutputTrainingSampleListTypeGetOutputTrainingSampleList ()
 
void SetMeasurementFunctor (const MeasurementFunctorType &functor)
 
- Public Member Functions inherited from otb::LabelMapToSampleListFilter< TInputLabelMap, TOutputSampleList, Functor::AttributesMapMeasurementFunctor< typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType > >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
void SetInputLabelMap (const InputLabelMapType *inputLabelMap)
 
const InputLabelMapTypeGetInputLabelMap () const
 
const OutputSampleListTypeGetOutputSampleList ()
 
void SetMeasurementFunctor (const MeasurementFunctorType &functor)
 
MeasurementFunctorTypeGetMeasurementFunctor ()
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from otb::LabelMapToSampleListFilter< TInputLabelMap, TOutputSampleList, Functor::AttributesMapMeasurementFunctor< typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType > >
static Pointer New ()
 

Protected Member Functions

void GenerateData () override
 
 LabelMapWithClassLabelToLabeledSampleListFilter ()
 
DataObjectPointerType MakeOutput (DataObjectPointerArraySizeType idx) override
 
DataObjectPointerType MakeOutput (DataObjectPointerArraySizeType idx) override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 ~LabelMapWithClassLabelToLabeledSampleListFilter () override
 
- Protected Member Functions inherited from otb::LabelMapToSampleListFilter< TInputLabelMap, TOutputSampleList, Functor::AttributesMapMeasurementFunctor< typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType > >
 LabelMapToSampleListFilter ()
 
 ~LabelMapToSampleListFilter () override
 
void GenerateData () override
 
DataObjectPointerType MakeOutput (DataObjectPointerArraySizeType idx) override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 

Private Member Functions

 LabelMapWithClassLabelToLabeledSampleListFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Private Attributes

MeasurementFunctorType m_MeasurementFunctor
 

Detailed Description

template<class TInputLabelMap, class TOutputSampleList, class TOutputTrainingSampleList, class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
class otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >

This class converts a LabelObjectMap with some class labeled objects to a SampleList and a TrainingSampleList suitable for supervised learning, and compatible with otb::SVMSampleListModelEstimator.

The conversion from label object to measurement vector is made through a functor. This allows supporting any kind of LabelObject via proper redefinition of the functor.

See also
otb::SVMSampleListModelEstimator

Definition at line 45 of file otbLabelMapWithClassLabelToLabeledSampleListFilter.h.

Member Typedef Documentation

◆ ConstIteratorType

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef InputLabelMapType::ConstIterator otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::ConstIteratorType

◆ ConstPointer

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef itk::SmartPointer<const Self> otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::ConstPointer

◆ DataObjectPointerArraySizeType

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef itk::ProcessObject::DataObjectPointerArraySizeType otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::DataObjectPointerArraySizeType

◆ DataObjectPointerType

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef Superclass::DataObjectPointerType otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::DataObjectPointerType

◆ InputLabelMapConstPointerType

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef InputLabelMapType::ConstPointer otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::InputLabelMapConstPointerType

◆ InputLabelMapType

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef TInputLabelMap otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::InputLabelMapType

template typedefs

Definition at line 58 of file otbLabelMapWithClassLabelToLabeledSampleListFilter.h.

◆ LabelObjectType

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef InputLabelMapType::LabelObjectType otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::LabelObjectType

◆ MeasurementFunctorType

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef TMeasurementFunctor otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::MeasurementFunctorType

Measurement functor

Definition at line 78 of file otbLabelMapWithClassLabelToLabeledSampleListFilter.h.

◆ MeasurementVectorType

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef OutputSampleListType::MeasurementVectorType otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::MeasurementVectorType

◆ OutputSampleListPointerType

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef OutputSampleListType::Pointer otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::OutputSampleListPointerType

◆ OutputSampleListType

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef TOutputSampleList otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::OutputSampleListType

Output sample list

Definition at line 68 of file otbLabelMapWithClassLabelToLabeledSampleListFilter.h.

◆ OutputTrainingSampleListPointerType

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef OutputTrainingSampleListType::Pointer otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::OutputTrainingSampleListPointerType

◆ OutputTrainingSampleListType

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef TOutputTrainingSampleList otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::OutputTrainingSampleListType

Output training sample list

Definition at line 73 of file otbLabelMapWithClassLabelToLabeledSampleListFilter.h.

◆ Pointer

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef itk::SmartPointer<Self> otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::Pointer

◆ Self

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef LabelMapWithClassLabelToLabeledSampleListFilter otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::Self

Standard class typedefs.

Definition at line 49 of file otbLabelMapWithClassLabelToLabeledSampleListFilter.h.

◆ Superclass

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef LabelMapToSampleListFilter<TInputLabelMap, TOutputSampleList, TMeasurementFunctor> otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::Superclass

◆ TraningVectorType

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
typedef OutputTrainingSampleListType::MeasurementVectorType otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::TraningVectorType

Constructor & Destructor Documentation

◆ LabelMapWithClassLabelToLabeledSampleListFilter() [1/2]

template<class TInputLabelMap , class TOutputListSample , class TOutputTrainingListSample , class TMeasurementFunctor >
otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputListSample, TOutputTrainingListSample, TMeasurementFunctor >::LabelMapWithClassLabelToLabeledSampleListFilter
protected

◆ ~LabelMapWithClassLabelToLabeledSampleListFilter()

template<class TInputLabelMap , class TOutputListSample , class TOutputTrainingListSample , class TMeasurementFunctor >
otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputListSample, TOutputTrainingListSample, TMeasurementFunctor >::~LabelMapWithClassLabelToLabeledSampleListFilter
overrideprotected

◆ LabelMapWithClassLabelToLabeledSampleListFilter() [2/2]

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::LabelMapWithClassLabelToLabeledSampleListFilter ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
virtual::itk::LightObject::Pointer otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::CreateAnother ( void  ) const

◆ GenerateData()

template<class TInputLabelMap , class TOutputListSample , class TOutputTrainingListSample , class TMeasurementFunctor >
void otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputListSample, TOutputTrainingListSample, TMeasurementFunctor >::GenerateData
overrideprotected

◆ GetMeasurementFunctor()

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
MeasurementFunctorType& otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::GetMeasurementFunctor ( )
inline

◆ GetNameOfClass()

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
virtual const char* otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ GetOutputTrainingSampleList()

template<class TInputLabelMap , class TOutputListSample , class TOutputTrainingListSample , class TMeasurementFunctor >
const LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputListSample, TOutputTrainingListSample, TMeasurementFunctor >::OutputTrainingSampleListType * otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputListSample, TOutputTrainingListSample, TMeasurementFunctor >::GetOutputTrainingSampleList

◆ MakeOutput() [1/2]

template<class TInputLabelMap , class TOutputListSample , class TOutputTrainingListSample , class TMeasurementFunctor >
LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputListSample, TOutputTrainingListSample, TMeasurementFunctor >::DataObjectPointerType otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputListSample, TOutputTrainingListSample, TMeasurementFunctor >::MakeOutput ( DataObjectPointerArraySizeType  idx)
overrideprotected

Make Output

Definition at line 48 of file otbLabelMapWithClassLabelToLabeledSampleListFilter.hxx.

◆ MakeOutput() [2/2]

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
LabelMapToSampleListFilter< TInputLabelMap, TOutputListSample, TMeasurementFunctor >::DataObjectPointerType otb::LabelMapToSampleListFilter< TInputLabelMap, TOutputListSample, TMeasurementFunctor >::MakeOutput
overrideprotected

Make Output

Definition at line 45 of file otbLabelMapToSampleListFilter.hxx.

◆ New()

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
static Pointer otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
void otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::operator= ( const Self )
privatedelete

◆ PrintSelf()

template<class TInputLabelMap , class TOutputListSample , class TOutputTrainingListSample , class TMeasurementFunctor >
void otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputListSample, TOutputTrainingListSample, TMeasurementFunctor >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

◆ SetMeasurementFunctor()

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
void otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::SetMeasurementFunctor ( const MeasurementFunctorType functor)
inline

Member Data Documentation

◆ m_MeasurementFunctor

template<class TInputLabelMap , class TOutputSampleList , class TOutputTrainingSampleList , class TMeasurementFunctor = Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
MeasurementFunctorType otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >::m_MeasurementFunctor
private

The functor used to build the measurement vector

Definition at line 114 of file otbLabelMapWithClassLabelToLabeledSampleListFilter.h.


The documentation for this class was generated from the following files: