![]() |
OTB
10.0.0
Orfeo Toolbox
|
#include <otbKullbackLeiblerProfileImageFilter.h>
Public Member Functions | |
int | GetNumberOfComponentsPerPixel () const |
unsigned char | GetRadiusMax (void) |
unsigned char | GetRadiusMin (void) |
KullbackLeiblerProfile () | |
TOutput | operator() (const TInput1 &it1, const TInput2 &it2) |
void | SetRadius (const unsigned char &min, const unsigned char &max) |
virtual | ~KullbackLeiblerProfile () |
Protected Member Functions | |
void | MakeMultiscaleProfile () |
Protected Attributes | |
std::vector< itk::Array2D< int > > | m_mask |
unsigned char | m_RadiusMax |
unsigned char | m_RadiusMin |
Functor for KullbackLeiblerProfileImageFilter. Please refer to KullbackLeiblerProfileImageFilter.
Definition at line 105 of file otbKullbackLeiblerProfileImageFilter.h.
otb::Functor::KullbackLeiblerProfile< TInput1, TInput2, TOutput >::KullbackLeiblerProfile |
Definition at line 322 of file otbKullbackLeiblerProfileImageFilter.hxx.
|
inlinevirtual |
Definition at line 109 of file otbKullbackLeiblerProfileImageFilter.h.
|
inline |
Definition at line 117 of file otbKullbackLeiblerProfileImageFilter.h.
References otb::Functor::KullbackLeiblerProfile< TInput1, TInput2, TOutput >::m_mask.
unsigned char otb::Functor::KullbackLeiblerProfile< TInput1, TInput2, TOutput >::GetRadiusMax | ( | void | ) |
Definition at line 345 of file otbKullbackLeiblerProfileImageFilter.hxx.
unsigned char otb::Functor::KullbackLeiblerProfile< TInput1, TInput2, TOutput >::GetRadiusMin | ( | void | ) |
Definition at line 339 of file otbKullbackLeiblerProfileImageFilter.hxx.
|
protected |
Definition at line 353 of file otbKullbackLeiblerProfileImageFilter.hxx.
TOutput otb::Functor::KullbackLeiblerProfile< TInput1, TInput2, TOutput >::operator() | ( | const TInput1 & | it1, |
const TInput2 & | it2 | ||
) |
Definition at line 392 of file otbKullbackLeiblerProfileImageFilter.hxx.
References otb::CumulantsForEdgeworthProfile< TInput >::KL_profile(), and otb::CumulantsForEdgeworthProfile< TInput >::m_debug.
void otb::Functor::KullbackLeiblerProfile< TInput1, TInput2, TOutput >::SetRadius | ( | const unsigned char & | min, |
const unsigned char & | max | ||
) |
Definition at line 331 of file otbKullbackLeiblerProfileImageFilter.hxx.
|
protected |
Definition at line 130 of file otbKullbackLeiblerProfileImageFilter.h.
Referenced by otb::Functor::KullbackLeiblerProfile< TInput1, TInput2, TOutput >::GetNumberOfComponentsPerPixel().
|
protected |
Definition at line 129 of file otbKullbackLeiblerProfileImageFilter.h.
|
protected |
Definition at line 128 of file otbKullbackLeiblerProfileImageFilter.h.