![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbEstimateInnerProductPCAImageFilter.h>
Inheritance diagram for otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef InputImageType::Pointer | InputImagePointer |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef TInputImage | InputImageType |
| typedef InputImageType::PixelType | InputPixelType |
| typedef StreamingInnerProductType::MatrixObjectType | MatrixObjectType |
| typedef StreamingInnerProductType::MatrixType | MatrixType |
| typedef OutputImageType::Pointer | OutputImagePointer |
| typedef OutputImageType::RegionType | OutputImageRegionType |
| typedef TOutputImage | OutputImageType |
| typedef OutputImageType::InternalPixelType | OutputInternalPixelType |
| typedef OutputImageType::PixelType | OutputPixelType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef EstimateInnerProductPCAImageFilter | Self |
| typedef StreamingInnerProductType::Pointer | StreamingInnerProductPointer |
| typedef StreamingInnerProductVectorImageFilter< InputImageType > | StreamingInnerProductType |
| typedef itk::ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
| static Pointer | New () |
| unsigned int | m_NumberOfPrincipalComponentsRequired |
| bool | m_CenterData |
| MatrixType | m_InnerProduct |
| MatrixType | m_EigenVectorsOfInnerProductMatrix |
| virtual void | SetNumberOfPrincipalComponentsRequired (unsigned int _arg) |
| virtual unsigned int | GetNumberOfPrincipalComponentsRequired () |
| virtual void | SetCenterData (bool _arg) |
| virtual bool | GetCenterData () |
| virtual void | CenterDataOn () |
| virtual void | CenterDataOff () |
| EstimateInnerProductPCAImageFilter () | |
| ~EstimateInnerProductPCAImageFilter () override | |
| void | GenerateOutputInformation (void) override |
| void | BeforeThreadedGenerateData () override |
| void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| EstimateInnerProductPCAImageFilter (const Self &)=delete | |
| void | operator= (const Self &)=delete |
Applies the Inner product to an vector image. Implement the itk::ImagePCAShapeModelEstimator algorithms in streaming capabilities Use by the InnerProductPCAImageFilter composite filter.
Definition at line 37 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef itk::SmartPointer<const Self> otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 44 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef InputImageType::Pointer otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 54 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef InputImageType::RegionType otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 56 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef TInputImage otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Definition at line 50 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef InputImageType::PixelType otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 55 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef StreamingInnerProductType::MatrixObjectType otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::MatrixObjectType |
Definition at line 66 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef StreamingInnerProductType::MatrixType otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::MatrixType |
Definition at line 65 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef OutputImageType::Pointer otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 58 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef OutputImageType::RegionType otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 59 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef TOutputImage otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 57 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef OutputImageType::InternalPixelType otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::OutputInternalPixelType |
Definition at line 61 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef OutputImageType::PixelType otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 60 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef itk::SmartPointer<Self> otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 43 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef EstimateInnerProductPCAImageFilter otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 41 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef StreamingInnerProductType::Pointer otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::StreamingInnerProductPointer |
Definition at line 64 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef StreamingInnerProductVectorImageFilter<InputImageType> otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::StreamingInnerProductType |
Definition at line 63 of file otbEstimateInnerProductPCAImageFilter.h.
| typedef itk::ImageToImageFilter<TInputImage, TOutputImage> otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 42 of file otbEstimateInnerProductPCAImageFilter.h.
|
protected |
Constructor
Definition at line 36 of file otbEstimateInnerProductPCAImageFilter.hxx.
|
inlineoverrideprotected |
The number of output Principal Components
Definition at line 83 of file otbEstimateInnerProductPCAImageFilter.h.
|
privatedelete |
The number of output Principal Components
|
overrideprotected |
BeforeThreadedGenerateData
Definition at line 65 of file otbEstimateInnerProductPCAImageFilter.hxx.
|
virtual |
The number of output Principal Components
|
virtual |
The number of output Principal Components
| virtual::itk::LightObject::Pointer otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
GenerateOutputInformation Set the number of bands of the output. Copy information from the first image of the list if existing.
GenerateOutputInformation
Definition at line 54 of file otbEstimateInnerProductPCAImageFilter.hxx.
|
virtual |
The number of output Principal Components
|
virtual |
Run-time type information (and related methods).
|
virtual |
The number of output Principal Components
|
static |
Method for creation through the object factory.
|
privatedelete |
The number of output Principal Components
|
overrideprotected |
Printself
Definition at line 45 of file otbEstimateInnerProductPCAImageFilter.hxx.
|
virtual |
Enable/Disable center data
|
virtual |
Set/Get the number of required largest principal components. The filter produces the required number of principal components plus one outputs. Output index 0 represents the mean image and the remaining outputs the requested principal components.
|
overrideprotected |
The number of output Principal Components
Definition at line 82 of file otbEstimateInnerProductPCAImageFilter.hxx.
|
private |
Enable/Disable center data
Definition at line 109 of file otbEstimateInnerProductPCAImageFilter.h.
|
private |
Contains Eigen Vectors Of Inner Product Matrix computed
Definition at line 115 of file otbEstimateInnerProductPCAImageFilter.h.
|
private |
Inner Product Matrix pre computed
Definition at line 112 of file otbEstimateInnerProductPCAImageFilter.h.
|
private |
The number of output Principal Components
Definition at line 106 of file otbEstimateInnerProductPCAImageFilter.h.
1.8.17