OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Private Attributes | List of all members
otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage > Class Template Reference

#include <otbMeanShiftSmoothingImageFilter.h>

Public Types

typedef double RealType
 

Public Member Functions

unsigned int GetOutputSize () const
 
void Initialize (unsigned int _ImageDimension, unsigned int numberOfComponentsPerPixel_, typename TInputImage::IndexType globalShift_)
 
TOutputJointImage::PixelType operator() (const typename TInputImage::PixelType &inputPixel, const typename TInputImage::IndexType &index) const
 
 SpatialRangeJointDomainTransform ()
 

Private Attributes

TInputImage::IndexType m_GlobalShift
 
unsigned int m_ImageDimension
 
unsigned int m_NumberOfComponentsPerPixel
 
unsigned int m_OutputSize
 

Detailed Description

template<class TInputImage, class TOutputJointImage>
class otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >

Functor returning the joint spatial-range representation of a pixel, i.e. the concatenation of range components and coordinates as a vector. Components are scaled by their respective spatial and range bandwidth.

Definition at line 58 of file otbMeanShiftSmoothingImageFilter.h.

Member Typedef Documentation

◆ RealType

template<class TInputImage , class TOutputJointImage >
typedef double otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::RealType

Definition at line 61 of file otbMeanShiftSmoothingImageFilter.h.

Constructor & Destructor Documentation

◆ SpatialRangeJointDomainTransform()

template<class TInputImage , class TOutputJointImage >
otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::SpatialRangeJointDomainTransform ( )
inline

Definition at line 63 of file otbMeanShiftSmoothingImageFilter.h.

Member Function Documentation

◆ GetOutputSize()

template<class TInputImage , class TOutputJointImage >
unsigned int otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::GetOutputSize ( ) const
inline

◆ Initialize()

template<class TInputImage , class TOutputJointImage >
void otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::Initialize ( unsigned int  _ImageDimension,
unsigned int  numberOfComponentsPerPixel_,
typename TInputImage::IndexType  globalShift_ 
)
inline

◆ operator()()

template<class TInputImage , class TOutputJointImage >
TOutputJointImage::PixelType otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::operator() ( const typename TInputImage::PixelType &  inputPixel,
const typename TInputImage::IndexType &  index 
) const
inline

Member Data Documentation

◆ m_GlobalShift

template<class TInputImage , class TOutputJointImage >
TInputImage::IndexType otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::m_GlobalShift
private

◆ m_ImageDimension

template<class TInputImage , class TOutputJointImage >
unsigned int otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::m_ImageDimension
private

◆ m_NumberOfComponentsPerPixel

template<class TInputImage , class TOutputJointImage >
unsigned int otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::m_NumberOfComponentsPerPixel
private

◆ m_OutputSize

template<class TInputImage , class TOutputJointImage >
unsigned int otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::m_OutputSize
private

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