OTB
9.0.0
Orfeo Toolbox
|
#include <otbStreamingHistogramVectorImageFilter.h>
Public Types | |
typedef std::vector< HistogramListPointerType > | ArrayHistogramListType |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::VariableLengthVector< unsigned int > | CountVectorType |
typedef itk::DataObject::Pointer | DataObjectPointer |
typedef itk::ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef itk::Statistics::DenseFrequencyContainer2 | DFContainerType |
typedef HistogramListType::Pointer | HistogramListPointerType |
typedef ObjectList< HistogramType > | HistogramListType |
typedef itk::NumericTraits< InternalPixelType >::RealType | HistogramMeasurementRealType |
typedef itk::Statistics::Histogram< HistogramMeasurementRealType, DFContainerType > | HistogramType |
typedef TInputImage | ImageType |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage::Pointer | InputImagePointer |
typedef TInputImage::InternalPixelType | InternalPixelType |
typedef PixelType | MeasurementVectorType |
typedef TInputImage::PixelType | PixelType |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::VariableLengthVector< RealType > | RealPixelType |
typedef itk::NumericTraits< InternalPixelType >::RealType | RealType |
typedef TInputImage::RegionType | RegionType |
typedef PersistentHistogramVectorImageFilter | Self |
typedef TInputImage::SizeType | SizeType |
typedef PersistentImageFilter< TInputImage, TInputImage > | Superclass |
Public Types inherited from otb::PersistentImageFilter< TInputImage, TInputImage > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef TInputImage | OutputImageType |
typedef itk::SmartPointer< Self > | Pointer |
typedef PersistentImageFilter | Self |
typedef itk::ImageToImageFilter< TInputImage, TInputImage > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual bool | GetNoDataFlag () |
virtual const InternalPixelType & | GetNoDataValue () const |
virtual void | NoDataFlagOff () |
virtual void | NoDataFlagOn () |
virtual void | SetNoDataFlag (bool _arg) |
virtual void | SetNoDataValue (InternalPixelType _arg) |
void | SetNumberOfBins (const CountVectorType &size) |
void | SetNumberOfBins (unsigned int i, CountVectorType::ValueType size) |
Public Member Functions inherited from otb::PersistentImageFilter< TInputImage, TInputImage > | |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
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 | |
Compute the histogram 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 histogram will be the histogram of the whole set of n regions.
To reset the temporary data, one should call the Reset() function.
To get the histogram once the regions have been processed via the pipeline, use the Synthetize() method.
Definition at line 55 of file otbStreamingHistogramVectorImageFilter.h.
typedef std::vector<HistogramListPointerType> otb::PersistentHistogramVectorImageFilter< TInputImage >::ArrayHistogramListType |
Definition at line 104 of file otbStreamingHistogramVectorImageFilter.h.
typedef itk::SmartPointer<const Self> otb::PersistentHistogramVectorImageFilter< TInputImage >::ConstPointer |
Definition at line 62 of file otbStreamingHistogramVectorImageFilter.h.
typedef itk::VariableLengthVector<unsigned int> otb::PersistentHistogramVectorImageFilter< TInputImage >::CountVectorType |
Definition at line 99 of file otbStreamingHistogramVectorImageFilter.h.
typedef itk::DataObject::Pointer otb::PersistentHistogramVectorImageFilter< TInputImage >::DataObjectPointer |
Smart Pointer type to a DataObject.
Definition at line 89 of file otbStreamingHistogramVectorImageFilter.h.
typedef itk::ProcessObject::DataObjectPointerArraySizeType otb::PersistentHistogramVectorImageFilter< TInputImage >::DataObjectPointerArraySizeType |
Definition at line 90 of file otbStreamingHistogramVectorImageFilter.h.
typedef itk::Statistics::DenseFrequencyContainer2 otb::PersistentHistogramVectorImageFilter< TInputImage >::DFContainerType |
Types for histogram
Definition at line 93 of file otbStreamingHistogramVectorImageFilter.h.
typedef HistogramListType::Pointer otb::PersistentHistogramVectorImageFilter< TInputImage >::HistogramListPointerType |
Definition at line 103 of file otbStreamingHistogramVectorImageFilter.h.
typedef ObjectList<HistogramType> otb::PersistentHistogramVectorImageFilter< TInputImage >::HistogramListType |
Definition at line 102 of file otbStreamingHistogramVectorImageFilter.h.
typedef itk::NumericTraits<InternalPixelType>::RealType otb::PersistentHistogramVectorImageFilter< TInputImage >::HistogramMeasurementRealType |
Definition at line 95 of file otbStreamingHistogramVectorImageFilter.h.
typedef itk::Statistics::Histogram<HistogramMeasurementRealType, DFContainerType> otb::PersistentHistogramVectorImageFilter< TInputImage >::HistogramType |
Definition at line 97 of file otbStreamingHistogramVectorImageFilter.h.
typedef TInputImage otb::PersistentHistogramVectorImageFilter< TInputImage >::ImageType |
Image related typedefs.
Definition at line 68 of file otbStreamingHistogramVectorImageFilter.h.
typedef TInputImage::IndexType otb::PersistentHistogramVectorImageFilter< TInputImage >::IndexType |
Definition at line 75 of file otbStreamingHistogramVectorImageFilter.h.
typedef TInputImage::Pointer otb::PersistentHistogramVectorImageFilter< TInputImage >::InputImagePointer |
Definition at line 72 of file otbStreamingHistogramVectorImageFilter.h.
typedef TInputImage::InternalPixelType otb::PersistentHistogramVectorImageFilter< TInputImage >::InternalPixelType |
Definition at line 77 of file otbStreamingHistogramVectorImageFilter.h.
typedef PixelType otb::PersistentHistogramVectorImageFilter< TInputImage >::MeasurementVectorType |
Definition at line 101 of file otbStreamingHistogramVectorImageFilter.h.
typedef TInputImage::PixelType otb::PersistentHistogramVectorImageFilter< TInputImage >::PixelType |
Definition at line 76 of file otbStreamingHistogramVectorImageFilter.h.
typedef itk::SmartPointer<Self> otb::PersistentHistogramVectorImageFilter< TInputImage >::Pointer |
Definition at line 61 of file otbStreamingHistogramVectorImageFilter.h.
typedef itk::VariableLengthVector<RealType> otb::PersistentHistogramVectorImageFilter< TInputImage >::RealPixelType |
Definition at line 86 of file otbStreamingHistogramVectorImageFilter.h.
typedef itk::NumericTraits<InternalPixelType>::RealType otb::PersistentHistogramVectorImageFilter< TInputImage >::RealType |
Type to use for computations.
Definition at line 85 of file otbStreamingHistogramVectorImageFilter.h.
typedef TInputImage::RegionType otb::PersistentHistogramVectorImageFilter< TInputImage >::RegionType |
Definition at line 73 of file otbStreamingHistogramVectorImageFilter.h.
typedef PersistentHistogramVectorImageFilter otb::PersistentHistogramVectorImageFilter< TInputImage >::Self |
Standard Self typedef
Definition at line 59 of file otbStreamingHistogramVectorImageFilter.h.
typedef TInputImage::SizeType otb::PersistentHistogramVectorImageFilter< TInputImage >::SizeType |
Definition at line 74 of file otbStreamingHistogramVectorImageFilter.h.
typedef PersistentImageFilter<TInputImage, TInputImage> otb::PersistentHistogramVectorImageFilter< TInputImage >::Superclass |
Definition at line 60 of file otbStreamingHistogramVectorImageFilter.h.
|
protected |
Set the subsampling along each direction
Definition at line 35 of file otbStreamingHistogramVectorImageFilter.hxx.
References otb::PersistentHistogramVectorImageFilter< TInputImage >::m_Size, and otb::PersistentHistogramVectorImageFilter< TInputImage >::MakeOutput().
|
inlineoverrideprotected |
Set the subsampling along each direction
Definition at line 182 of file otbStreamingHistogramVectorImageFilter.h.
|
privatedelete |
Set the subsampling along each direction
|
override |
Pass the input through unmodified. Do this by Grafting in the AllocateOutputs method.
Definition at line 102 of file otbStreamingHistogramVectorImageFilter.hxx.
virtual::itk::LightObject::Pointer otb::PersistentHistogramVectorImageFilter< TInputImage >::CreateAnother | ( | void | ) | const |
|
override |
Set the subsampling along each direction
Definition at line 86 of file otbStreamingHistogramVectorImageFilter.hxx.
const PersistentHistogramVectorImageFilter< TInputImage >::HistogramListType * otb::PersistentHistogramVectorImageFilter< TInputImage >::GetHistogramListOutput |
Return the computed histogram list
Definition at line 73 of file otbStreamingHistogramVectorImageFilter.hxx.
const HistogramListType* otb::PersistentHistogramVectorImageFilter< TInputImage >::GetHistogramListOutput | ( | ) | const |
Set the subsampling along each direction
|
virtual |
Get the maximum values for histograms
|
virtual |
Get the minimum values for histograms
|
virtual |
Runtime information support.
|
virtual |
Get the NoDataFlag. If set to true, samples with values equal to m_NoDataValue are ignored.
|
virtual |
Set the no data value. These value are ignored in histogram computation if NoDataFlag is On
|
virtual |
Get the subsampling rate
|
override |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 57 of file otbStreamingHistogramVectorImageFilter.hxx.
Referenced by otb::PersistentHistogramVectorImageFilter< TInputImage >::PersistentHistogramVectorImageFilter().
|
static |
Method for creation through the object factory.
|
virtual |
|
virtual |
Toggle the NoDataFlag. If set to true, samples with values equal to m_NoDataValue are ignored.
|
privatedelete |
Set the subsampling along each direction
|
overrideprotected |
Set the subsampling along each direction
Definition at line 305 of file otbStreamingHistogramVectorImageFilter.hxx.
|
overridevirtual |
Set the subsampling along each direction
Implements otb::PersistentImageFilter< TInputImage, TInputImage >.
Definition at line 112 of file otbStreamingHistogramVectorImageFilter.hxx.
References otb::ObjectList< TObject >::Clear(), and otb::ObjectList< TObject >::PushBack().
|
virtual |
Set the maximum values for histograms
|
virtual |
Set the minimum values for histograms
|
virtual |
Set the NoDataFlag. If set to true, samples with values equal to m_NoDataValue are ignored.
|
virtual |
Set the no data value. These value are ignored in histogram computation if NoDataFlag is On
|
inline |
Definition at line 137 of file otbStreamingHistogramVectorImageFilter.h.
|
inline |
Definition at line 132 of file otbStreamingHistogramVectorImageFilter.h.
|
virtual |
Set the subsampling rate
|
overridevirtual |
Set the subsampling along each direction
Implements otb::PersistentImageFilter< TInputImage, TInputImage >.
Definition at line 187 of file otbStreamingHistogramVectorImageFilter.hxx.
References otb::ObjectList< TObject >::GetNthElement().
|
overrideprotected |
Multi-thread version GenerateData.
Grab the input
Definition at line 217 of file otbStreamingHistogramVectorImageFilter.hxx.
|
static |
Image related typedefs.
Definition at line 82 of file otbStreamingHistogramVectorImageFilter.h.
|
static |
Definition at line 79 of file otbStreamingHistogramVectorImageFilter.h.
|
private |
Set the subsampling along each direction
Definition at line 196 of file otbStreamingHistogramVectorImageFilter.h.
|
private |
Set the subsampling along each direction
Definition at line 195 of file otbStreamingHistogramVectorImageFilter.h.
|
private |
Set the subsampling along each direction
Definition at line 197 of file otbStreamingHistogramVectorImageFilter.h.
|
private |
Set the subsampling along each direction
Definition at line 198 of file otbStreamingHistogramVectorImageFilter.h.
|
private |
Set the subsampling along each direction
Definition at line 194 of file otbStreamingHistogramVectorImageFilter.h.
Referenced by otb::PersistentHistogramVectorImageFilter< TInputImage >::PersistentHistogramVectorImageFilter().
|
private |
Set the subsampling along each direction
Definition at line 201 of file otbStreamingHistogramVectorImageFilter.h.
|
private |
Set the subsampling along each direction
Definition at line 193 of file otbStreamingHistogramVectorImageFilter.h.