OTB
9.0.0
Orfeo Toolbox
|
#include <otbMeanShiftSmoothingImageFilter.h>
Public Types | |
typedef Superclass::ImageType | ImageType |
typedef TImage::InternalPixelType | InternalPixelType |
typedef TImage::PixelType | PixelType |
typedef Superclass::RegionType | RegionType |
typedef FastImageRegionConstIterator< TImage > | Self |
typedef itk::ImageRegionConstIterator< TImage > | Superclass |
Public Member Functions | |
FastImageRegionConstIterator () | |
FastImageRegionConstIterator (const ImageType *ptr, const RegionType ®ion) | |
virtual const char * | GetNameOfClass () const |
const InternalPixelType * | GetPixelPointer () const |
Private Attributes | |
unsigned int | m_NumberOfComponentsPerPixel |
Iterator for reading pixels over an image region, specialized for faster access to pixels in vector images through the method GetPixelPointer
Definition at line 148 of file otbMeanShiftSmoothingImageFilter.h.
typedef Superclass::ImageType otb::Meanshift::FastImageRegionConstIterator< TImage >::ImageType |
Definition at line 155 of file otbMeanShiftSmoothingImageFilter.h.
typedef TImage::InternalPixelType otb::Meanshift::FastImageRegionConstIterator< TImage >::InternalPixelType |
Definition at line 159 of file otbMeanShiftSmoothingImageFilter.h.
typedef TImage::PixelType otb::Meanshift::FastImageRegionConstIterator< TImage >::PixelType |
Definition at line 158 of file otbMeanShiftSmoothingImageFilter.h.
typedef Superclass::RegionType otb::Meanshift::FastImageRegionConstIterator< TImage >::RegionType |
Definition at line 156 of file otbMeanShiftSmoothingImageFilter.h.
typedef FastImageRegionConstIterator<TImage> otb::Meanshift::FastImageRegionConstIterator< TImage >::Self |
Standard class typedef.
Definition at line 152 of file otbMeanShiftSmoothingImageFilter.h.
typedef itk::ImageRegionConstIterator<TImage> otb::Meanshift::FastImageRegionConstIterator< TImage >::Superclass |
Definition at line 153 of file otbMeanShiftSmoothingImageFilter.h.
|
inline |
Definition at line 164 of file otbMeanShiftSmoothingImageFilter.h.
|
inline |
Definition at line 167 of file otbMeanShiftSmoothingImageFilter.h.
References otb::Meanshift::FastImageRegionConstIterator< TImage >::m_NumberOfComponentsPerPixel.
|
virtual |
|
inline |
Definition at line 172 of file otbMeanShiftSmoothingImageFilter.h.
References otb::Meanshift::FastImageRegionConstIterator< TImage >::m_NumberOfComponentsPerPixel.
Referenced by otb::MeanShiftSmoothingImageFilter< TInputImage, TOutputImage, TKernel, TOutputIterationImage >::CalculateMeanShiftVector().
|
private |
Definition at line 178 of file otbMeanShiftSmoothingImageFilter.h.
Referenced by otb::Meanshift::FastImageRegionConstIterator< TImage >::FastImageRegionConstIterator(), and otb::Meanshift::FastImageRegionConstIterator< TImage >::GetPixelPointer().