OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision > Class Template Reference

#include <otbStreamingStatisticsVectorImageFilter.h>

+ Inheritance diagram for otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >:
+ Collaboration diagram for otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SimpleDataObjectDecorator< CountTypeCountObjectType
 
typedef itk::VariableLengthVector< unsigned long > CountType
 
typedef itk::DataObject::Pointer DataObjectPointer
 
typedef itk::ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
 
typedef TInputImage ImageType
 
typedef itk::SimpleDataObjectDecorator< IndexTypeIndexObjectType
 
typedef ImageType::IndexType IndexType
 
typedef ImageType::Pointer InputImagePointer
 
typedef ImageType::InternalPixelType InternalPixelType
 
typedef itk::SimpleDataObjectDecorator< MatrixTypeMatrixObjectType
 
typedef itk::VariableSizeMatrix< PrecisionTypeMatrixType
 
typedef itk::SimpleDataObjectDecorator< PixelTypePixelObjectType
 
typedef ImageType::PixelType PixelType
 
typedef itk::SmartPointer< SelfPointer
 
typedef TPrecision PrecisionType
 
typedef itk::SimpleDataObjectDecorator< RealTypeRealObjectType
 
typedef itk::SimpleDataObjectDecorator< RealPixelTypeRealPixelObjectType
 
typedef itk::VariableLengthVector< PrecisionTypeRealPixelType
 
typedef PrecisionType RealType
 
typedef ImageType::RegionType RegionType
 
typedef PersistentStreamingStatisticsVectorImageFilter Self
 
typedef ImageType::SizeType SizeType
 
typedef PersistentImageFilter< TInputImage, TInputImage > Superclass
 
- Public Types inherited from otb::PersistentImageFilter< TInputImage, TInputImage >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef TInputImage InputImageType
 
typedef TInputImage OutputImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef PersistentImageFilter Self
 
typedef itk::ImageToImageFilter< TInputImage, TInputImage > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::PersistentImageFilter< TInputImage, TInputImage >
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 

Static Public Attributes

static const unsigned int ImageDimension = TInputImage::ImageDimension
 
bool m_EnableMinMax
 
bool m_EnableFirstOrderStats
 
bool m_EnableSecondOrderStats
 
bool m_UseUnbiasedEstimator
 
std::vector< PixelTypem_ThreadMin
 
std::vector< PixelTypem_ThreadMax
 
std::vector< RealTypem_ThreadFirstOrderComponentAccumulators
 
std::vector< RealTypem_ThreadSecondOrderComponentAccumulators
 
std::vector< RealPixelTypem_ThreadFirstOrderAccumulators
 
std::vector< MatrixTypem_ThreadSecondOrderAccumulators
 
bool m_IgnoreInfiniteValues
 
bool m_IgnoreUserDefinedValue
 
InternalPixelType m_UserIgnoredValue
 
std::vector< unsigned int > m_IgnoredInfinitePixelCount
 
std::vector< unsigned int > m_IgnoredUserPixelCount
 
CountType GetNbRelevantPixels () const
 
CountObjectTypeGetNbRelevantPixelsOutput ()
 
const CountObjectTypeGetNbRelevantPixelsOutput () const
 
PixelType GetMinimum () const
 
PixelObjectTypeGetMinimumOutput ()
 
const PixelObjectTypeGetMinimumOutput () const
 
PixelType GetMaximum () const
 
PixelObjectTypeGetMaximumOutput ()
 
const PixelObjectTypeGetMaximumOutput () const
 
RealType GetComponentMean () const
 
RealObjectTypeGetComponentMeanOutput ()
 
const RealObjectTypeGetComponentMeanOutput () const
 
RealType GetComponentCorrelation () const
 
RealObjectTypeGetComponentCorrelationOutput ()
 
const RealObjectTypeGetComponentCorrelationOutput () const
 
RealType GetComponentCovariance () const
 
RealObjectTypeGetComponentCovarianceOutput ()
 
const RealObjectTypeGetComponentCovarianceOutput () const
 
RealPixelType GetMean () const
 
RealPixelObjectTypeGetMeanOutput ()
 
const RealPixelObjectTypeGetMeanOutput () const
 
RealPixelType GetSum () const
 
RealPixelObjectTypeGetSumOutput ()
 
const RealPixelObjectTypeGetSumOutput () const
 
MatrixType GetCorrelation () const
 
MatrixObjectTypeGetCorrelationOutput ()
 
const MatrixObjectTypeGetCorrelationOutput () const
 
MatrixType GetCovariance () const
 
MatrixObjectTypeGetCovarianceOutput ()
 
const MatrixObjectTypeGetCovarianceOutput () const
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
void Reset (void) override
 
void Synthetize (void) override
 
virtual void SetEnableMinMax (bool _arg)
 
virtual bool GetEnableMinMax ()
 
virtual void SetEnableFirstOrderStats (bool _arg)
 
virtual bool GetEnableFirstOrderStats ()
 
virtual void SetEnableSecondOrderStats (bool _arg)
 
virtual bool GetEnableSecondOrderStats ()
 
virtual void SetIgnoreInfiniteValues (bool _arg)
 
virtual bool GetIgnoreInfiniteValues ()
 
virtual void SetIgnoreUserDefinedValue (bool _arg)
 
virtual bool GetIgnoreUserDefinedValue ()
 
virtual void SetUserIgnoredValue (InternalPixelType _arg)
 
virtual InternalPixelType GetUserIgnoredValue ()
 
virtual void SetUseUnbiasedEstimator (bool _arg)
 
virtual bool GetUseUnbiasedEstimator ()
 
 PersistentStreamingStatisticsVectorImageFilter ()
 
 ~PersistentStreamingStatisticsVectorImageFilter () override
 
void AllocateOutputs () override
 
void GenerateOutputInformation () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void ThreadedGenerateData (const RegionType &outputRegionForThread, itk::ThreadIdType threadId) override
 
 PersistentStreamingStatisticsVectorImageFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from otb::PersistentImageFilter< TInputImage, TInputImage >
 PersistentImageFilter ()
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 ~PersistentImageFilter () override
 

Detailed Description

template<class TInputImage, class TPrecision>
class otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >

Compute covariance & correlation of a large image using streaming.

This filter persists its temporary data. It means that if you Update it n times on n different requested regions, the output statistics will be the statistics of the whole set of n regions.

To reset the temporary data, one should call the Reset() function.

To get the statistics once the regions have been processed via the pipeline, use the Synthetize() method.

See also
PersistentImageFilter

Definition at line 54 of file otbStreamingStatisticsVectorImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TPrecision >
typedef itk::SmartPointer<const Self> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::ConstPointer

Definition at line 61 of file otbStreamingStatisticsVectorImageFilter.h.

◆ CountObjectType

template<class TInputImage , class TPrecision >
typedef itk::SimpleDataObjectDecorator<CountType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::CountObjectType

Definition at line 99 of file otbStreamingStatisticsVectorImageFilter.h.

◆ CountType

template<class TInputImage , class TPrecision >
typedef itk::VariableLengthVector<unsigned long> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::CountType

Definition at line 91 of file otbStreamingStatisticsVectorImageFilter.h.

◆ DataObjectPointer

template<class TInputImage , class TPrecision >
typedef itk::DataObject::Pointer otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::DataObjectPointer

Smart Pointer type to a DataObject.

Definition at line 85 of file otbStreamingStatisticsVectorImageFilter.h.

◆ DataObjectPointerArraySizeType

template<class TInputImage , class TPrecision >
typedef itk::ProcessObject::DataObjectPointerArraySizeType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::DataObjectPointerArraySizeType

Definition at line 86 of file otbStreamingStatisticsVectorImageFilter.h.

◆ ImageType

template<class TInputImage , class TPrecision >
typedef TInputImage otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::ImageType

Image related typedefs.

Definition at line 67 of file otbStreamingStatisticsVectorImageFilter.h.

◆ IndexObjectType

template<class TInputImage , class TPrecision >
typedef itk::SimpleDataObjectDecorator<IndexType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::IndexObjectType

Definition at line 95 of file otbStreamingStatisticsVectorImageFilter.h.

◆ IndexType

template<class TInputImage , class TPrecision >
typedef ImageType::IndexType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::IndexType

Definition at line 74 of file otbStreamingStatisticsVectorImageFilter.h.

◆ InputImagePointer

template<class TInputImage , class TPrecision >
typedef ImageType::Pointer otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::InputImagePointer

Definition at line 71 of file otbStreamingStatisticsVectorImageFilter.h.

◆ InternalPixelType

template<class TInputImage , class TPrecision >
typedef ImageType::InternalPixelType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::InternalPixelType

Definition at line 76 of file otbStreamingStatisticsVectorImageFilter.h.

◆ MatrixObjectType

template<class TInputImage , class TPrecision >
typedef itk::SimpleDataObjectDecorator<MatrixType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::MatrixObjectType

Definition at line 98 of file otbStreamingStatisticsVectorImageFilter.h.

◆ MatrixType

template<class TInputImage , class TPrecision >
typedef itk::VariableSizeMatrix<PrecisionType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::MatrixType

Type to use for computations.

Definition at line 89 of file otbStreamingStatisticsVectorImageFilter.h.

◆ PixelObjectType

template<class TInputImage , class TPrecision >
typedef itk::SimpleDataObjectDecorator<PixelType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::PixelObjectType

Definition at line 96 of file otbStreamingStatisticsVectorImageFilter.h.

◆ PixelType

template<class TInputImage , class TPrecision >
typedef ImageType::PixelType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::PixelType

Definition at line 75 of file otbStreamingStatisticsVectorImageFilter.h.

◆ Pointer

template<class TInputImage , class TPrecision >
typedef itk::SmartPointer<Self> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::Pointer

Definition at line 60 of file otbStreamingStatisticsVectorImageFilter.h.

◆ PrecisionType

template<class TInputImage , class TPrecision >
typedef TPrecision otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::PrecisionType

Definition at line 78 of file otbStreamingStatisticsVectorImageFilter.h.

◆ RealObjectType

template<class TInputImage , class TPrecision >
typedef itk::SimpleDataObjectDecorator<RealType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::RealObjectType

Type of DataObjects used for outputs

Definition at line 94 of file otbStreamingStatisticsVectorImageFilter.h.

◆ RealPixelObjectType

template<class TInputImage , class TPrecision >
typedef itk::SimpleDataObjectDecorator<RealPixelType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::RealPixelObjectType

Definition at line 97 of file otbStreamingStatisticsVectorImageFilter.h.

◆ RealPixelType

template<class TInputImage , class TPrecision >
typedef itk::VariableLengthVector<PrecisionType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::RealPixelType

Definition at line 90 of file otbStreamingStatisticsVectorImageFilter.h.

◆ RealType

template<class TInputImage , class TPrecision >
typedef PrecisionType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::RealType

Definition at line 79 of file otbStreamingStatisticsVectorImageFilter.h.

◆ RegionType

template<class TInputImage , class TPrecision >
typedef ImageType::RegionType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::RegionType

Definition at line 72 of file otbStreamingStatisticsVectorImageFilter.h.

◆ Self

template<class TInputImage , class TPrecision >
typedef PersistentStreamingStatisticsVectorImageFilter otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::Self

Standard Self typedef

Definition at line 58 of file otbStreamingStatisticsVectorImageFilter.h.

◆ SizeType

template<class TInputImage , class TPrecision >
typedef ImageType::SizeType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::SizeType

Definition at line 73 of file otbStreamingStatisticsVectorImageFilter.h.

◆ Superclass

template<class TInputImage , class TPrecision >
typedef PersistentImageFilter<TInputImage, TInputImage> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::Superclass

Definition at line 59 of file otbStreamingStatisticsVectorImageFilter.h.

Constructor & Destructor Documentation

◆ PersistentStreamingStatisticsVectorImageFilter() [1/2]

template<class TInputImage , class TPrecision >
otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::PersistentStreamingStatisticsVectorImageFilter
protected

◆ ~PersistentStreamingStatisticsVectorImageFilter()

template<class TInputImage , class TPrecision >
otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::~PersistentStreamingStatisticsVectorImageFilter ( )
inlineoverrideprotected

Return the number of relevant pixels

Definition at line 228 of file otbStreamingStatisticsVectorImageFilter.h.

◆ PersistentStreamingStatisticsVectorImageFilter() [2/2]

template<class TInputImage , class TPrecision >
otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::PersistentStreamingStatisticsVectorImageFilter ( const Self )
privatedelete

Return the number of relevant pixels

Member Function Documentation

◆ AllocateOutputs()

template<class TInputImage , class TPrecision >
void otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::AllocateOutputs
overrideprotected

Pass the input through unmodified. Do this by Grafting in the AllocateOutputs method.

Definition at line 255 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ CreateAnother()

template<class TInputImage , class TPrecision >
virtual::itk::LightObject::Pointer otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::CreateAnother ( void  ) const

◆ GenerateOutputInformation()

template<class TInputImage , class TPrecision >
void otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GenerateOutputInformation
overrideprotected

Return the number of relevant pixels

Definition at line 239 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ GetComponentCorrelation()

template<class TInputImage , class TPrecision >
RealType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetComponentCorrelation ( ) const
inline

Return the global correlation of all the internal pixel values (flattening the multispectral image as a 1D-vector)

Definition at line 140 of file otbStreamingStatisticsVectorImageFilter.h.

◆ GetComponentCorrelationOutput() [1/2]

template<class TInputImage , class TPrecision >
const PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::RealObjectType * otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetComponentCorrelationOutput

Return the number of relevant pixels

Definition at line 155 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ GetComponentCorrelationOutput() [2/2]

template<class TInputImage , class TPrecision >
const RealObjectType* otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetComponentCorrelationOutput ( ) const

Return the number of relevant pixels

◆ GetComponentCovariance()

template<class TInputImage , class TPrecision >
RealType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetComponentCovariance ( ) const
inline

Return the global covariance of all the internal pixel values (flattening the multispectral image as a 1D-vector)

Definition at line 150 of file otbStreamingStatisticsVectorImageFilter.h.

◆ GetComponentCovarianceOutput() [1/2]

template<class TInputImage , class TPrecision >
const PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::RealObjectType * otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetComponentCovarianceOutput

Return the number of relevant pixels

Definition at line 170 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ GetComponentCovarianceOutput() [2/2]

template<class TInputImage , class TPrecision >
const RealObjectType* otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetComponentCovarianceOutput ( ) const

Return the number of relevant pixels

◆ GetComponentMean()

template<class TInputImage , class TPrecision >
RealType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetComponentMean ( ) const
inline

Return the global mean of all the internal pixel values (flattening the multispectral image as a 1D-vector)

Definition at line 130 of file otbStreamingStatisticsVectorImageFilter.h.

◆ GetComponentMeanOutput() [1/2]

template<class TInputImage , class TPrecision >
const PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::RealObjectType * otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetComponentMeanOutput

Return the number of relevant pixels

Definition at line 141 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ GetComponentMeanOutput() [2/2]

template<class TInputImage , class TPrecision >
const RealObjectType* otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetComponentMeanOutput ( ) const

Return the number of relevant pixels

◆ GetCorrelation()

template<class TInputImage , class TPrecision >
MatrixType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetCorrelation ( ) const
inline

Return the computed Covariance.

Definition at line 177 of file otbStreamingStatisticsVectorImageFilter.h.

◆ GetCorrelationOutput() [1/2]

template<class TInputImage , class TPrecision >
const PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::MatrixObjectType * otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetCorrelationOutput

Return the number of relevant pixels

Definition at line 212 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ GetCorrelationOutput() [2/2]

template<class TInputImage , class TPrecision >
const MatrixObjectType* otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetCorrelationOutput ( ) const

Return the number of relevant pixels

◆ GetCovariance()

template<class TInputImage , class TPrecision >
MatrixType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetCovariance ( ) const
inline

Return the computed Covariance.

Definition at line 186 of file otbStreamingStatisticsVectorImageFilter.h.

◆ GetCovarianceOutput() [1/2]

template<class TInputImage , class TPrecision >
const PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::MatrixObjectType * otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetCovarianceOutput

Return the number of relevant pixels

Definition at line 226 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ GetCovarianceOutput() [2/2]

template<class TInputImage , class TPrecision >
const MatrixObjectType* otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetCovarianceOutput ( ) const

Return the number of relevant pixels

◆ GetEnableFirstOrderStats()

template<class TInputImage , class TPrecision >
virtual bool otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetEnableFirstOrderStats ( )
virtual

Return the number of relevant pixels

◆ GetEnableMinMax()

template<class TInputImage , class TPrecision >
virtual bool otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetEnableMinMax ( )
virtual

Return the number of relevant pixels

◆ GetEnableSecondOrderStats()

template<class TInputImage , class TPrecision >
virtual bool otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetEnableSecondOrderStats ( )
virtual

Return the number of relevant pixels

◆ GetIgnoreInfiniteValues()

template<class TInputImage , class TPrecision >
virtual bool otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetIgnoreInfiniteValues ( )
virtual

Return the number of relevant pixels

◆ GetIgnoreUserDefinedValue()

template<class TInputImage , class TPrecision >
virtual bool otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetIgnoreUserDefinedValue ( )
virtual

Return the number of relevant pixels

◆ GetMaximum()

template<class TInputImage , class TPrecision >
PixelType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetMaximum ( ) const
inline

Return the computed Max index

Definition at line 120 of file otbStreamingStatisticsVectorImageFilter.h.

◆ GetMaximumOutput() [1/2]

template<class TInputImage , class TPrecision >
const PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::PixelObjectType * otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetMaximumOutput

Return the number of relevant pixels

Definition at line 127 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ GetMaximumOutput() [2/2]

template<class TInputImage , class TPrecision >
const PixelObjectType* otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetMaximumOutput ( ) const

Return the number of relevant pixels

◆ GetMean()

template<class TInputImage , class TPrecision >
RealPixelType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetMean ( ) const
inline

Return the computed Mean.

Definition at line 159 of file otbStreamingStatisticsVectorImageFilter.h.

◆ GetMeanOutput() [1/2]

template<class TInputImage , class TPrecision >
const PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::RealPixelObjectType * otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetMeanOutput

Return the number of relevant pixels

Definition at line 184 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ GetMeanOutput() [2/2]

template<class TInputImage , class TPrecision >
const RealPixelObjectType* otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetMeanOutput ( ) const

Return the number of relevant pixels

◆ GetMinimum()

template<class TInputImage , class TPrecision >
PixelType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetMinimum ( ) const
inline

Return the computed Min

Definition at line 111 of file otbStreamingStatisticsVectorImageFilter.h.

◆ GetMinimumOutput() [1/2]

template<class TInputImage , class TPrecision >
const PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::PixelObjectType * otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetMinimumOutput

Return the number of relevant pixels

Definition at line 113 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ GetMinimumOutput() [2/2]

template<class TInputImage , class TPrecision >
const PixelObjectType* otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetMinimumOutput ( ) const

Return the number of relevant pixels

◆ GetNameOfClass()

template<class TInputImage , class TPrecision >
virtual const char* otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetNameOfClass ( ) const
virtual

Runtime information support.

◆ GetNbRelevantPixels()

template<class TInputImage , class TPrecision >
CountType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetNbRelevantPixels ( ) const
inline

Return the number of relevant pixels

Definition at line 102 of file otbStreamingStatisticsVectorImageFilter.h.

◆ GetNbRelevantPixelsOutput() [1/2]

template<class TInputImage , class TPrecision >
const PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::CountObjectType * otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetNbRelevantPixelsOutput

Return the number of relevant pixels

Definition at line 98 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ GetNbRelevantPixelsOutput() [2/2]

template<class TInputImage , class TPrecision >
const CountObjectType* otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetNbRelevantPixelsOutput ( ) const

Return the number of relevant pixels

◆ GetSum()

template<class TInputImage , class TPrecision >
RealPixelType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetSum ( ) const
inline

Return the computed Sum.

Definition at line 168 of file otbStreamingStatisticsVectorImageFilter.h.

◆ GetSumOutput() [1/2]

template<class TInputImage , class TPrecision >
const PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::RealPixelObjectType * otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetSumOutput

Return the number of relevant pixels

Definition at line 198 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ GetSumOutput() [2/2]

template<class TInputImage , class TPrecision >
const RealPixelObjectType* otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetSumOutput ( ) const

Return the number of relevant pixels

◆ GetUserIgnoredValue()

template<class TInputImage , class TPrecision >
virtual InternalPixelType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetUserIgnoredValue ( )
virtual

Return the number of relevant pixels

◆ GetUseUnbiasedEstimator()

template<class TInputImage , class TPrecision >
virtual bool otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::GetUseUnbiasedEstimator ( )
virtual

Return the number of relevant pixels

◆ MakeOutput()

template<class TInputImage , class TPrecision >
itk::DataObject::Pointer otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::MakeOutput ( DataObjectPointerArraySizeType  idx)
override

Make a DataObject of the correct type to be used as the specified output.

Definition at line 58 of file otbStreamingStatisticsVectorImageFilter.hxx.

Referenced by otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::PersistentStreamingStatisticsVectorImageFilter().

◆ New()

template<class TInputImage , class TPrecision >
static Pointer otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputImage , class TPrecision >
void otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::operator= ( const Self )
privatedelete

Return the number of relevant pixels

◆ PrintSelf()

template<class TImage , class TPrecision >
void otb::PersistentStreamingStatisticsVectorImageFilter< TImage, TPrecision >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

Return the number of relevant pixels

Definition at line 561 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ Reset()

template<class TInputImage , class TPrecision >
void otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::Reset ( void  )
overridevirtual

Return the number of relevant pixels

Implements otb::PersistentImageFilter< TInputImage, TInputImage >.

Definition at line 265 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ SetEnableFirstOrderStats()

template<class TInputImage , class TPrecision >
virtual void otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::SetEnableFirstOrderStats ( bool  _arg)
virtual

Return the number of relevant pixels

◆ SetEnableMinMax()

template<class TInputImage , class TPrecision >
virtual void otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::SetEnableMinMax ( bool  _arg)
virtual

Return the number of relevant pixels

◆ SetEnableSecondOrderStats()

template<class TInputImage , class TPrecision >
virtual void otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::SetEnableSecondOrderStats ( bool  _arg)
virtual

Return the number of relevant pixels

◆ SetIgnoreInfiniteValues()

template<class TInputImage , class TPrecision >
virtual void otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::SetIgnoreInfiniteValues ( bool  _arg)
virtual

Return the number of relevant pixels

◆ SetIgnoreUserDefinedValue()

template<class TInputImage , class TPrecision >
virtual void otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::SetIgnoreUserDefinedValue ( bool  _arg)
virtual

Return the number of relevant pixels

◆ SetUserIgnoredValue()

template<class TInputImage , class TPrecision >
virtual void otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::SetUserIgnoredValue ( InternalPixelType  _arg)
virtual

Return the number of relevant pixels

◆ SetUseUnbiasedEstimator()

template<class TInputImage , class TPrecision >
virtual void otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::SetUseUnbiasedEstimator ( bool  _arg)
virtual

Return the number of relevant pixels

◆ Synthetize()

template<class TInputImage , class TPrecision >
void otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::Synthetize ( void  )
overridevirtual

Return the number of relevant pixels

Implements otb::PersistentImageFilter< TInputImage, TInputImage >.

Definition at line 341 of file otbStreamingStatisticsVectorImageFilter.hxx.

◆ ThreadedGenerateData()

template<class TInputImage , class TPrecision >
void otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::ThreadedGenerateData ( const RegionType outputRegionForThread,
itk::ThreadIdType  threadId 
)
overrideprotected

Multi-thread version GenerateData.

Definition at line 475 of file otbStreamingStatisticsVectorImageFilter.hxx.

Member Data Documentation

◆ ImageDimension

template<class TInputImage , class TPrecision >
const unsigned int otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::ImageDimension = TInputImage::ImageDimension
static

Image related typedefs.

Definition at line 82 of file otbStreamingStatisticsVectorImageFilter.h.

◆ m_EnableFirstOrderStats

template<class TInputImage , class TPrecision >
bool otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_EnableFirstOrderStats
private

Return the number of relevant pixels

Definition at line 249 of file otbStreamingStatisticsVectorImageFilter.h.

◆ m_EnableMinMax

template<class TInputImage , class TPrecision >
bool otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_EnableMinMax
private

Return the number of relevant pixels

Definition at line 248 of file otbStreamingStatisticsVectorImageFilter.h.

◆ m_EnableSecondOrderStats

template<class TInputImage , class TPrecision >
bool otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_EnableSecondOrderStats
private

Return the number of relevant pixels

Definition at line 250 of file otbStreamingStatisticsVectorImageFilter.h.

◆ m_IgnoredInfinitePixelCount

template<class TInputImage , class TPrecision >
std::vector<unsigned int> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_IgnoredInfinitePixelCount
private

◆ m_IgnoredUserPixelCount

template<class TInputImage , class TPrecision >
std::vector<unsigned int> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_IgnoredUserPixelCount
private

◆ m_IgnoreInfiniteValues

template<class TInputImage , class TPrecision >
bool otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_IgnoreInfiniteValues
private

Return the number of relevant pixels

Definition at line 264 of file otbStreamingStatisticsVectorImageFilter.h.

◆ m_IgnoreUserDefinedValue

template<class TInputImage , class TPrecision >
bool otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_IgnoreUserDefinedValue
private

Return the number of relevant pixels

Definition at line 265 of file otbStreamingStatisticsVectorImageFilter.h.

◆ m_ThreadFirstOrderAccumulators

template<class TInputImage , class TPrecision >
std::vector<RealPixelType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_ThreadFirstOrderAccumulators
private

Return the number of relevant pixels

Definition at line 260 of file otbStreamingStatisticsVectorImageFilter.h.

◆ m_ThreadFirstOrderComponentAccumulators

template<class TInputImage , class TPrecision >
std::vector<RealType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_ThreadFirstOrderComponentAccumulators
private

Return the number of relevant pixels

Definition at line 258 of file otbStreamingStatisticsVectorImageFilter.h.

◆ m_ThreadMax

template<class TInputImage , class TPrecision >
std::vector<PixelType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_ThreadMax
private

Return the number of relevant pixels

Definition at line 257 of file otbStreamingStatisticsVectorImageFilter.h.

◆ m_ThreadMin

template<class TInputImage , class TPrecision >
std::vector<PixelType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_ThreadMin
private

Return the number of relevant pixels

Definition at line 256 of file otbStreamingStatisticsVectorImageFilter.h.

◆ m_ThreadSecondOrderAccumulators

template<class TInputImage , class TPrecision >
std::vector<MatrixType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_ThreadSecondOrderAccumulators
private

Return the number of relevant pixels

Definition at line 261 of file otbStreamingStatisticsVectorImageFilter.h.

◆ m_ThreadSecondOrderComponentAccumulators

template<class TInputImage , class TPrecision >
std::vector<RealType> otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_ThreadSecondOrderComponentAccumulators
private

Return the number of relevant pixels

Definition at line 259 of file otbStreamingStatisticsVectorImageFilter.h.

◆ m_UserIgnoredValue

template<class TInputImage , class TPrecision >
InternalPixelType otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_UserIgnoredValue
private

Return the number of relevant pixels

Definition at line 266 of file otbStreamingStatisticsVectorImageFilter.h.

◆ m_UseUnbiasedEstimator

template<class TInputImage , class TPrecision >
bool otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >::m_UseUnbiasedEstimator
private

Return the number of relevant pixels

Definition at line 254 of file otbStreamingStatisticsVectorImageFilter.h.


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