OTB
9.0.0
Orfeo Toolbox
|
#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 |
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.
typedef double otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::RealType |
Definition at line 61 of file otbMeanShiftSmoothingImageFilter.h.
|
inline |
Definition at line 63 of file otbMeanShiftSmoothingImageFilter.h.
|
inline |
Definition at line 90 of file otbMeanShiftSmoothingImageFilter.h.
References otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::m_OutputSize.
|
inline |
Definition at line 82 of file otbMeanShiftSmoothingImageFilter.h.
References otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::m_GlobalShift, otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::m_ImageDimension, otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::m_NumberOfComponentsPerPixel, and otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::m_OutputSize.
|
inline |
Definition at line 67 of file otbMeanShiftSmoothingImageFilter.h.
References otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::m_GlobalShift, otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::m_ImageDimension, and otb::Meanshift::SpatialRangeJointDomainTransform< TInputImage, TOutputJointImage >::m_NumberOfComponentsPerPixel.
|
private |
|
private |
|
private |
|
private |