OTB
9.0.0
Orfeo Toolbox
|
#include <otbSparseWvltToAngleMapperListFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
typedef itk::ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef itk::ImageRegionConstIterator< InputImageType > | ImageConstIteratorType |
typedef std::vector< ImageConstIteratorType > | ImageConstIteratorVectorType |
typedef InputImageListType::ConstIterator | InputImageListConstIteratorType |
typedef std::vector< InputImageListConstIteratorType > | InputImageListConstIteratorVectorType |
typedef InputImageListType::Pointer | InputImageListPointerType |
typedef TInputImageList | InputImageListType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointerType |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageListType::ImageType | InputImageType |
typedef OutputSampleListType::MeasurementVectorType | OutputMeasurementVectorType |
typedef OutputSampleListType::ConstPointer | OutputSampleListConstPointer |
typedef itk::DataObjectDecorator< OutputSampleListType > | OutputSampleListObjectType |
typedef OutputSampleListType::Pointer | OutputSampleListPointer |
typedef TOutputSampleList | OutputSampleListType |
typedef OutputMeasurementVectorType::ValueType | OutputValueType |
typedef itk::SmartPointer< Self > | Pointer |
typedef SparseWvltToAngleMapperListFilter | Self |
typedef InputImageType::SizeType | SizeType |
typedef itk::ProcessObject | Superclass |
typedef InputImageType::ValueType | ValueType |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
const InputImageListType * | GetInput (unsigned int i) const |
virtual const char * | GetNameOfClass () const |
OutputSampleListObjectType * | GetOutput () |
OutputSampleListType * | GetOutputSampleList () |
void | SetInput (unsigned int i, const InputImageListType *) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | NumberOfInputImages = VNbInputImages |
ValueType | m_ThresholdValue |
virtual ValueType | GetThresholdValue () |
virtual void | SetThresholdValue (ValueType _arg) |
SparseWvltToAngleMapperListFilter () | |
~SparseWvltToAngleMapperListFilter () override | |
DataObjectPointer | MakeOutput (DataObjectPointerArraySizeType idx) override |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
void | GenerateData () override |
virtual bool | IsToGenerate (const ImageConstIteratorVectorType &) const |
virtual OutputMeasurementVectorType | GenerateData (const ImageConstIteratorVectorType &) const |
virtual OutputMeasurementVectorType | FromEuclideanToSphericalSpace (const ImageConstIteratorVectorType &) const |
SparseWvltToAngleMapperListFilter (const Self &) | |
void | operator= (const Self &) |
This class select N-uple join-wvlt coeff for sparse unmixing.
This class performs a kind of scatter plot of wavelet coeff of N images and yields the angle values (through a generalized spherical coordinate representation)) of the most significant coeff (up to a threshold).
Definition at line 47 of file otbSparseWvltToAngleMapperListFilter.h.
typedef itk::SmartPointer<const Self> otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::ConstPointer |
Definition at line 54 of file otbSparseWvltToAngleMapperListFilter.h.
typedef itk::DataObject::Pointer otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::DataObjectPointer |
ListSample is not a DataObject, we need to decorate it to push it down a ProcessObject's pipeline
Definition at line 95 of file otbSparseWvltToAngleMapperListFilter.h.
typedef itk::ProcessObject::DataObjectPointerArraySizeType otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::DataObjectPointerArraySizeType |
Definition at line 97 of file otbSparseWvltToAngleMapperListFilter.h.
typedef itk::ImageRegionConstIterator<InputImageType> otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::ImageConstIteratorType |
Iterator
Definition at line 84 of file otbSparseWvltToAngleMapperListFilter.h.
typedef std::vector<ImageConstIteratorType> otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::ImageConstIteratorVectorType |
Definition at line 85 of file otbSparseWvltToAngleMapperListFilter.h.
typedef InputImageListType::ConstIterator otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::InputImageListConstIteratorType |
Definition at line 68 of file otbSparseWvltToAngleMapperListFilter.h.
typedef std::vector<InputImageListConstIteratorType> otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::InputImageListConstIteratorVectorType |
Definition at line 86 of file otbSparseWvltToAngleMapperListFilter.h.
typedef InputImageListType::Pointer otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::InputImageListPointerType |
Definition at line 67 of file otbSparseWvltToAngleMapperListFilter.h.
typedef TInputImageList otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::InputImageListType |
InputList typedefs
Definition at line 66 of file otbSparseWvltToAngleMapperListFilter.h.
typedef InputImageType::PixelType otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::InputImagePixelType |
Definition at line 72 of file otbSparseWvltToAngleMapperListFilter.h.
typedef InputImageType::Pointer otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::InputImagePointerType |
Definition at line 70 of file otbSparseWvltToAngleMapperListFilter.h.
typedef InputImageType::RegionType otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::InputImageRegionType |
Definition at line 71 of file otbSparseWvltToAngleMapperListFilter.h.
typedef InputImageListType::ImageType otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::InputImageType |
Definition at line 69 of file otbSparseWvltToAngleMapperListFilter.h.
typedef OutputSampleListType::MeasurementVectorType otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::OutputMeasurementVectorType |
Definition at line 80 of file otbSparseWvltToAngleMapperListFilter.h.
typedef OutputSampleListType::ConstPointer otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::OutputSampleListConstPointer |
Definition at line 79 of file otbSparseWvltToAngleMapperListFilter.h.
typedef itk::DataObjectDecorator<OutputSampleListType> otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::OutputSampleListObjectType |
Definition at line 96 of file otbSparseWvltToAngleMapperListFilter.h.
typedef OutputSampleListType::Pointer otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::OutputSampleListPointer |
Definition at line 78 of file otbSparseWvltToAngleMapperListFilter.h.
typedef TOutputSampleList otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::OutputSampleListType |
OutputSampleList typedefs
Definition at line 77 of file otbSparseWvltToAngleMapperListFilter.h.
typedef OutputMeasurementVectorType::ValueType otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::OutputValueType |
Definition at line 81 of file otbSparseWvltToAngleMapperListFilter.h.
typedef itk::SmartPointer<Self> otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::Pointer |
Definition at line 53 of file otbSparseWvltToAngleMapperListFilter.h.
typedef SparseWvltToAngleMapperListFilter otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::Self |
Standard typedefs.
Definition at line 51 of file otbSparseWvltToAngleMapperListFilter.h.
typedef InputImageType::SizeType otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::SizeType |
Definition at line 73 of file otbSparseWvltToAngleMapperListFilter.h.
typedef itk::ProcessObject otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::Superclass |
Definition at line 52 of file otbSparseWvltToAngleMapperListFilter.h.
typedef InputImageType::ValueType otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::ValueType |
Definition at line 74 of file otbSparseWvltToAngleMapperListFilter.h.
|
protected |
Get/Set the threshold value
Definition at line 33 of file otbSparseWvltToAngleMapperListFilter.hxx.
|
inlineoverrideprotected |
Get/Set the threshold value
Definition at line 112 of file otbSparseWvltToAngleMapperListFilter.h.
|
private |
Get/Set the threshold value
virtual::itk::LightObject::Pointer otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::CreateAnother | ( | void | ) | const |
|
protectedvirtual |
Get/Set the threshold value
Definition at line 163 of file otbSparseWvltToAngleMapperListFilter.hxx.
|
overrideprotected |
This method causes the filter to generate its output.
Definition at line 94 of file otbSparseWvltToAngleMapperListFilter.hxx.
|
protectedvirtual |
Get/Set the threshold value
Definition at line 156 of file otbSparseWvltToAngleMapperListFilter.hxx.
const TInputImageList * otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::GetInput | ( | unsigned int | i | ) | const |
Definition at line 51 of file otbSparseWvltToAngleMapperListFilter.hxx.
|
virtual |
Creation through object factory macro
SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::OutputSampleListObjectType * otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::GetOutput |
Returns the output sample list as a data object
Definition at line 81 of file otbSparseWvltToAngleMapperListFilter.hxx.
SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::OutputSampleListType * otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::GetOutputSampleList |
Returns the output sample list
Definition at line 73 of file otbSparseWvltToAngleMapperListFilter.hxx.
|
virtual |
Get/Set the threshold value
|
protectedvirtual |
Get/Set the threshold value
Definition at line 143 of file otbSparseWvltToAngleMapperListFilter.hxx.
|
overrideprotected |
Standard itk::ProcessObject subclass method.
Definition at line 63 of file otbSparseWvltToAngleMapperListFilter.hxx.
|
static |
Method for creation through the object factory.
|
private |
Get/Set the threshold value
|
overrideprotected |
Get/Set the threshold value
Definition at line 87 of file otbSparseWvltToAngleMapperListFilter.hxx.
void otb::SparseWvltToAngleMapperListFilter< TInputImageList, TOutputSampleList, VNbInputImages >::SetInput | ( | unsigned int | i, |
const InputImageListType * | img | ||
) |
Definition at line 45 of file otbSparseWvltToAngleMapperListFilter.hxx.
|
virtual |
Get/Set the threshold value
|
private |
Get/Set the threshold value
Definition at line 134 of file otbSparseWvltToAngleMapperListFilter.h.
|
static |
Number of input images
Definition at line 63 of file otbSparseWvltToAngleMapperListFilter.h.