![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbSparseUnmixingImageFilter.h>
Inheritance diagram for otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >:
Collaboration diagram for otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef SparseUnmixingImageFilter | Self |
| typedef ImageToImageListFilter< TInputImage, TOutputImage > | Superclass |
Public Types inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage > | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef InputImageType::PixelType | InputImagePixelType |
| typedef InputImageType::ConstPointer | InputImagePointer |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef TInputImage | InputImageType |
| typedef Superclass::OutputImageListType | OutputImageListType |
| typedef Superclass::OutputImagePointerType | OutputImagePointerType |
| typedef Superclass::OutputImageType | OutputImageType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef ImageToImageListFilter | Self |
| typedef InputImageType::SizeType | SizeType |
| typedef ImageListSource< TOutputImage > | Superclass |
| typedef InputImageType::ValueType | ValueType |
Public Types inherited from otb::ImageListSource< TOutputImage > | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::DataObject::Pointer | DataObjectPointer |
| typedef OutputImageListType::ConstPointer | OutputImageListConstPointerType |
| typedef OutputImageListType::Pointer | OutputImageListPointerType |
| typedef ImageList< OutputImageType > | OutputImageListType |
| typedef OutputImageType::Pointer | OutputImagePointerType |
| typedef TOutputImage | OutputImageType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef ImageListSource | Self |
| typedef itk::ProcessObject | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage > | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual void | SetInput (const InputImageType *image) |
| InputImageType * | GetInput (void) |
Public Member Functions inherited from otb::ImageListSource< TOutputImage > | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual OutputImageListType * | GetOutput (void) |
Additional Inherited Members | |
Static Public Attributes inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage > | |
| static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
Protected Member Functions inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage > | |
| ImageToImageListFilter () | |
| ~ImageToImageListFilter () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Protected Member Functions inherited from otb::ImageListSource< TOutputImage > | |
| ImageListSource () | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| ~ImageListSource () override | |
This class detects linear dependencies from N wavelet decompositions.
This class perform a linear unmixing from a sparse representation of N signals (Through multiscale wavelet transforms) by means of line detection in the scatterplot.
It is implemented as a multi-filter that performs wavelet decomposition of the N images, Sample list construction of the scatter plot sample, histogram estimation of the phase and source detection...
N is given in template value
Definition at line 56 of file otbSparseUnmixingImageFilter.h.
| typedef AngleListFilterType::Pointer otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::AngleListFilterPointerType |
Template parameters typedefs
Definition at line 99 of file otbSparseUnmixingImageFilter.h.
| typedef SparseWvltToAngleMapperListFilter<InternalImageListType, AngleListType, NumberOfInputImages> otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::AngleListFilterType |
Template parameters typedefs
Definition at line 98 of file otbSparseUnmixingImageFilter.h.
| typedef AngleListType::Pointer otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::AngleListPointerType |
Template parameters typedefs
Definition at line 97 of file otbSparseUnmixingImageFilter.h.
| typedef itk::Statistics::ListSample<AngleType> otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::AngleListType |
Template parameters typedefs
Definition at line 96 of file otbSparseUnmixingImageFilter.h.
| typedef itk::Array<PrecisionType> otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::AngleType |
Template parameters typedefs
Definition at line 95 of file otbSparseUnmixingImageFilter.h.
| typedef itk::SmartPointer<const Self> otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::ConstPointer |
Definition at line 63 of file otbSparseUnmixingImageFilter.h.
| typedef WaveletFilterBank<InternalImageType, InternalImageType, WaveletOperatorType, Wavelet::FORWARD> otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::FilterBankType |
Template parameters typedefs
Definition at line 87 of file otbSparseUnmixingImageFilter.h.
| typedef HistogramType::IndexType otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::HistogramIndexType |
Template parameters typedefs
Definition at line 105 of file otbSparseUnmixingImageFilter.h.
| typedef HistogramType::Pointer otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::HistogramPointerType |
Template parameters typedefs
Definition at line 103 of file otbSparseUnmixingImageFilter.h.
| typedef HistogramType::SizeType otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::HistogramSizeType |
Template parameters typedefs
Definition at line 104 of file otbSparseUnmixingImageFilter.h.
| typedef itk::Statistics::Histogram<PrecisionType> otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::HistogramType |
Template parameters typedefs
Definition at line 102 of file otbSparseUnmixingImageFilter.h.
| typedef TInputImage otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::InputImageType |
Template parameters typedefs
Definition at line 78 of file otbSparseUnmixingImageFilter.h.
| typedef WvltFilterType::OutputImageListType otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::InternalImageListType |
Template parameters typedefs
Definition at line 90 of file otbSparseUnmixingImageFilter.h.
| typedef Image<PrecisionType, InputImageDimension> otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::InternalImageType |
Filter types and related
Definition at line 84 of file otbSparseUnmixingImageFilter.h.
| typedef AngleListFilterType::OutputSampleListType otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::InternalSampleListType |
Template parameters typedefs
Definition at line 100 of file otbSparseUnmixingImageFilter.h.
| typedef HistogramType::MeasurementType otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::MeasurementType |
Template parameters typedefs
Definition at line 107 of file otbSparseUnmixingImageFilter.h.
| typedef HistogramType::MeasurementVectorType otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::MeasurementVectorType |
Template parameters typedefs
Definition at line 106 of file otbSparseUnmixingImageFilter.h.
| typedef TransformFilterType::OutputImageIterator otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::OutputImageIterator |
Template parameters typedefs
Definition at line 113 of file otbSparseUnmixingImageFilter.h.
| typedef TransformFilterType::OutputImageListPointerType otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::OutputImageListPointerType |
Template parameters typedefs
Definition at line 112 of file otbSparseUnmixingImageFilter.h.
| typedef TransformFilterType::OutputImageListType otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::OutputImageListType |
Template parameters typedefs
Definition at line 111 of file otbSparseUnmixingImageFilter.h.
| typedef TOutputImage otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::OutputImageType |
Template parameters typedefs
Definition at line 79 of file otbSparseUnmixingImageFilter.h.
| typedef itk::SmartPointer<Self> otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::Pointer |
Definition at line 62 of file otbSparseUnmixingImageFilter.h.
| typedef TPrecision otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::PrecisionType |
Template parameters typedefs
Definition at line 80 of file otbSparseUnmixingImageFilter.h.
| typedef SparseUnmixingImageFilter otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::Self |
Standard typedefs
Definition at line 60 of file otbSparseUnmixingImageFilter.h.
| typedef ImageToImageListFilter<TInputImage, TOutputImage> otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::Superclass |
Definition at line 61 of file otbSparseUnmixingImageFilter.h.
| typedef TransformFilterType::Pointer otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::TransformFilterPointerType |
Template parameters typedefs
Definition at line 110 of file otbSparseUnmixingImageFilter.h.
| typedef AngularProjectionSetImageFilter<InputImageType, OutputImageType, AngleListType, PrecisionType> otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::TransformFilterType |
Template parameters typedefs
Definition at line 109 of file otbSparseUnmixingImageFilter.h.
| typedef WaveletOperator<MotherWaveletOperatorID, Wavelet::FORWARD, PrecisionType, InputImageDimension> otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::WaveletOperatorType |
Template parameters typedefs
Definition at line 86 of file otbSparseUnmixingImageFilter.h.
| typedef WvltFilterListType::Pointer otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::WvltFilterListPointerType |
Template parameters typedefs
Definition at line 92 of file otbSparseUnmixingImageFilter.h.
| typedef ObjectList<WvltFilterType> otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::WvltFilterListType |
Template parameters typedefs
Definition at line 91 of file otbSparseUnmixingImageFilter.h.
| typedef WvltFilterType::Pointer otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::WvltFilterPointerType |
Template parameters typedefs
Definition at line 89 of file otbSparseUnmixingImageFilter.h.
| typedef WaveletTransform<InternalImageType, InternalImageType, FilterBankType, Wavelet::FORWARD> otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::WvltFilterType |
Template parameters typedefs
Definition at line 88 of file otbSparseUnmixingImageFilter.h.
|
protected |
Template parameters typedefs
Definition at line 33 of file otbSparseUnmixingImageFilter.hxx.
|
inlineoverrideprotected |
Template parameters typedefs
Definition at line 165 of file otbSparseUnmixingImageFilter.h.
|
privatedelete |
Template parameters typedefs
| virtual::itk::LightObject::Pointer otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
Template parameters typedefs
Definition at line 78 of file otbSparseUnmixingImageFilter.hxx.
References otbMsgDebugMacro.
|
protectedvirtual |
The histogram is dedicated to angular value in [-PI, PI] The histogram is smoothed with 100 bins (def. value)
Definition at line 110 of file otbSparseUnmixingImageFilter.hxx.
References otb::CONST_PI.
|
virtual |
Template parameters typedefs
|
virtual |
Template parameters typedefs
|
virtual |
Template parameters typedefs
| const TInputImage * otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::GetInput | ( | unsigned int | i | ) | const |
Template parameters typedefs
Definition at line 67 of file otbSparseUnmixingImageFilter.hxx.
|
virtual |
Creation through object factory macro
Reimplemented from otb::ImageToImageListFilter< TInputImage, TOutputImage >.
|
inline |
This number of end-members is estimated from number of modes in the histogram.
Definition at line 145 of file otbSparseUnmixingImageFilter.h.
|
inline |
Template parameters typedefs
Definition at line 127 of file otbSparseUnmixingImageFilter.h.
|
virtual |
Template parameters typedefs
|
inline |
Template parameters typedefs
Definition at line 137 of file otbSparseUnmixingImageFilter.h.
|
virtual |
Template parameters typedefs
|
virtual |
Template parameters typedefs
|
static |
Type macro
|
privatedelete |
Template parameters typedefs
| void otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::SetInput | ( | unsigned int | i, |
| const InputImageType * | img | ||
| ) |
Template parameters typedefs
Definition at line 60 of file otbSparseUnmixingImageFilter.hxx.
|
virtual |
Template parameters typedefs
|
inline |
Template parameters typedefs
Definition at line 119 of file otbSparseUnmixingImageFilter.h.
|
virtual |
Template parameters typedefs
|
inline |
Template parameters typedefs
Definition at line 132 of file otbSparseUnmixingImageFilter.h.
|
static |
Dimension
Definition at line 72 of file otbSparseUnmixingImageFilter.h.
|
private |
Template parameters typedefs
Definition at line 178 of file otbSparseUnmixingImageFilter.h.
|
private |
Template parameters typedefs
Definition at line 181 of file otbSparseUnmixingImageFilter.h.
|
private |
Template parameters typedefs
Definition at line 182 of file otbSparseUnmixingImageFilter.h.
|
private |
Template parameters typedefs
Definition at line 176 of file otbSparseUnmixingImageFilter.h.
|
private |
Template parameters typedefs
Definition at line 177 of file otbSparseUnmixingImageFilter.h.
|
private |
Template parameters typedefs
Definition at line 183 of file otbSparseUnmixingImageFilter.h.
|
private |
Template parameters typedefs
Definition at line 180 of file otbSparseUnmixingImageFilter.h.
|
static |
Template parameters typedefs
Definition at line 81 of file otbSparseUnmixingImageFilter.h.
|
static |
Template parameters typedefs
Definition at line 74 of file otbSparseUnmixingImageFilter.h.
|
static |
Template parameters typedefs
Definition at line 73 of file otbSparseUnmixingImageFilter.h.
1.8.17