OTB
9.0.0
Orfeo Toolbox
|
#include <otbSOMbasedImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef DistanceMetricType::Pointer | DistanceMetricPointerType |
typedef TDistanceMetric | DistanceMetricType |
typedef Functor::SOMbasedImageFilterFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType, TDistanceMetric, TMap > | FunctorType |
typedef MapType::Pointer | MapPointerType |
typedef TMap | MapType |
typedef TInputImage::PixelType | MeasurementType |
typedef itk::SmartPointer< Self > | Pointer |
typedef SOMbasedImageFilter | Self |
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SOMbasedImageFilterFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType, TDistanceMetric, TMap > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
void | SetMap (const MapType *theMap) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | BeforeThreadedGenerateData (void) override |
SOMbasedImageFilter () | |
~SOMbasedImageFilter () override | |
Private Member Functions | |
void | operator= (const Self &)=delete |
SOMbasedImageFilter (const Self &) | |
Private Attributes | |
MapPointerType | m_Map |
This class perform the substitution between initial input image pixels and the winning neurons of a SOM.
It performs the projection of the SOM onto the data. On the contrary to otb::SOMClassifier, it does not yield labels but an image which corresponds to the quantized version of the initial image when considering SOMmap as a codebook of a vector quantization.
SOMbasedImageFilter is templated over a TDistanceMetric since it could be different from the initial DistanceMetric used for the SOM training. Moreover TMap is a template for the SOM that can be a simple VectorImage.
Definition at line 117 of file otbSOMbasedImageFilter.h.
typedef itk::SmartPointer<const Self> otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >::ConstPointer |
Definition at line 129 of file otbSOMbasedImageFilter.h.
typedef DistanceMetricType::Pointer otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >::DistanceMetricPointerType |
Definition at line 139 of file otbSOMbasedImageFilter.h.
typedef TDistanceMetric otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >::DistanceMetricType |
Some convenient typedefs.
Definition at line 135 of file otbSOMbasedImageFilter.h.
typedef Functor::SOMbasedImageFilterFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType, TDistanceMetric, TMap> otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >::FunctorType |
Definition at line 144 of file otbSOMbasedImageFilter.h.
typedef MapType::Pointer otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >::MapPointerType |
Definition at line 142 of file otbSOMbasedImageFilter.h.
typedef TMap otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >::MapType |
Definition at line 141 of file otbSOMbasedImageFilter.h.
typedef TInputImage::PixelType otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >::MeasurementType |
Vectors that hold the training area
Definition at line 147 of file otbSOMbasedImageFilter.h.
typedef itk::SmartPointer<Self> otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >::Pointer |
Definition at line 128 of file otbSOMbasedImageFilter.h.
typedef SOMbasedImageFilter otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >::Self |
Standard class typedefs.
Definition at line 124 of file otbSOMbasedImageFilter.h.
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SOMbasedImageFilterFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType, TDistanceMetric, TMap> > otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >::Superclass |
Definition at line 127 of file otbSOMbasedImageFilter.h.
|
protected |
Definition at line 81 of file otbSOMbasedImageFilter.hxx.
|
inlineoverrideprotected |
Definition at line 157 of file otbSOMbasedImageFilter.h.
|
private |
|
overrideprotected |
Definition at line 95 of file otbSOMbasedImageFilter.hxx.
virtual::itk::LightObject::Pointer otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
privatedelete |
void otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >::SetMap | ( | const MapType * | theMap | ) |
Set the SOM map (or VectorImage)
Definition at line 88 of file otbSOMbasedImageFilter.hxx.
|
private |
Definition at line 165 of file otbSOMbasedImageFilter.h.