OTB
9.0.0
Orfeo Toolbox
|
#include <otbVectorImageToMatrixImageFilter.h>
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
const InputImageType * | GetInput () |
virtual const char * | GetNameOfClass () const |
void | SetInput (InputImageType *input) |
Public Member Functions inherited from otb::PersistentFilterStreamingDecorator< PersistentVectorImageToMatrixFilter< TInputImage > > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const FilterType * | GetFilter () const |
virtual const char * | GetNameOfClass () const |
itkGetObjectMacro (Filter, FilterType) | |
itkGetObjectMacro (Streamer, StreamerType) | |
virtual void | SetFilter (FilterType *_arg) |
void | Update (void) override |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from otb::PersistentFilterStreamingDecorator< PersistentVectorImageToMatrixFilter< TInputImage > > | |
static Pointer | New () |
const MatrixType & | GetMatrix () const |
MatrixObjectType * | GetMatrixOutput () |
const MatrixObjectType * | GetMatrixOutput () const |
VectorImageToMatrixImageFilter () | |
~VectorImageToMatrixImageFilter () override | |
VectorImageToMatrixImageFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from otb::PersistentFilterStreamingDecorator< PersistentVectorImageToMatrixFilter< TInputImage > > | |
void | GenerateData (void) override |
PersistentFilterStreamingDecorator () | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
~PersistentFilterStreamingDecorator () override | |
Protected Attributes inherited from otb::PersistentFilterStreamingDecorator< PersistentVectorImageToMatrixFilter< TInputImage > > | |
FilterPointerType | m_Filter |
StreamerPointerType | m_Streamer |
This class streams the whole input image through the PersistentStatisticsImageFilter.
===========================================================================
This way, it allows computing the first order global statistics of this image. It calls the Reset() method of the PersistentStatisticsImageFilter before streaming the image and the Synthetize() method of the PersistentStatisticsImageFilter after having streamed the image to compute the statistics. The accessor on the results are wrapping the accessors of the internal PersistentStatisticsImageFilter.
Definition at line 152 of file otbVectorImageToMatrixImageFilter.h.
typedef itk::SmartPointer<const Self> otb::VectorImageToMatrixImageFilter< TInputImage >::ConstPointer |
Definition at line 159 of file otbVectorImageToMatrixImageFilter.h.
typedef TInputImage otb::VectorImageToMatrixImageFilter< TInputImage >::InputImageType |
Definition at line 165 of file otbVectorImageToMatrixImageFilter.h.
typedef PersistentFilterType::MatrixObjectType otb::VectorImageToMatrixImageFilter< TInputImage >::MatrixObjectType |
Definition at line 171 of file otbVectorImageToMatrixImageFilter.h.
typedef PersistentFilterType::MatrixType otb::VectorImageToMatrixImageFilter< TInputImage >::MatrixType |
Definition at line 170 of file otbVectorImageToMatrixImageFilter.h.
typedef Superclass::FilterType otb::VectorImageToMatrixImageFilter< TInputImage >::PersistentFilterType |
Definition at line 168 of file otbVectorImageToMatrixImageFilter.h.
typedef itk::SmartPointer<Self> otb::VectorImageToMatrixImageFilter< TInputImage >::Pointer |
Definition at line 158 of file otbVectorImageToMatrixImageFilter.h.
typedef VectorImageToMatrixImageFilter otb::VectorImageToMatrixImageFilter< TInputImage >::Self |
Standard Self typedef
Definition at line 156 of file otbVectorImageToMatrixImageFilter.h.
typedef PersistentFilterStreamingDecorator<PersistentVectorImageToMatrixFilter<TInputImage> > otb::VectorImageToMatrixImageFilter< TInputImage >::Superclass |
Definition at line 157 of file otbVectorImageToMatrixImageFilter.h.
|
inlineprotected |
Constructor
Definition at line 200 of file otbVectorImageToMatrixImageFilter.h.
|
inlineoverrideprotected |
Destructor
Definition at line 203 of file otbVectorImageToMatrixImageFilter.h.
|
privatedelete |
Return the computed Mean.
virtual::itk::LightObject::Pointer otb::VectorImageToMatrixImageFilter< TInputImage >::CreateAnother | ( | void | ) | const |
|
inline |
Definition at line 178 of file otbVectorImageToMatrixImageFilter.h.
|
inline |
Return the computed Mean.
Definition at line 184 of file otbVectorImageToMatrixImageFilter.h.
|
inline |
Return the computed Mean.
Definition at line 188 of file otbVectorImageToMatrixImageFilter.h.
|
inline |
Return the computed Mean.
Definition at line 192 of file otbVectorImageToMatrixImageFilter.h.
|
virtual |
Creation through object factory macro
|
static |
Type macro
|
privatedelete |
Return the computed Mean.
|
inline |
Definition at line 174 of file otbVectorImageToMatrixImageFilter.h.