OTB
9.0.0
Orfeo Toolbox
|
#include <otbMDMDNMFImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputConstPointerType |
typedef TInputImage | InputImageType |
typedef InputImageType::IndexType | InputIndexType |
typedef InputImageType::PixelType | InputPixelType |
typedef InputImageType::Pointer | InputPointerType |
typedef InputImageType::SizeType | InputSizeType |
typedef vnl_matrix< PrecisionType > | MatrixType |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::IndexType | OutputIndexType |
typedef OutputImageType::OffsetType | OutputOffsetType |
typedef OutputImageType::PixelType | OutputPixelType |
typedef OutputImageType::Pointer | OutputPointerType |
typedef OutputImageType::SizeType | OutputSizeType |
typedef itk::SmartPointer< Self > | Pointer |
typedef double | PrecisionType |
typedef MDMDNMFImageFilter | Self |
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef otb::VectorImageToMatrixImageFilter< InputImageType > | VectorImageToMatrixImageFilterType |
typedef vnl_vector< double > | VectorType |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
MatrixType | GetEndmembersMatrix () const |
virtual const char * | GetNameOfClass () const |
void | SetEndmembersMatrix (const MatrixType &m) |
Static Public Member Functions | |
static Pointer | New () |
MatrixType | m_Endmembers |
unsigned int | m_MaxIter |
double | m_CritStopValue |
double | m_Delt |
double | m_LambdD |
double | m_LambdS |
virtual void | SetMaxIter (unsigned int _arg) |
virtual unsigned int | GetMaxIter () |
virtual void | SetCritStopValue (double _arg) |
virtual double | GetCritStopValue () |
virtual void | SetDelt (double _arg) |
virtual double | GetDelt () |
virtual void | SetLambdD (double _arg) |
virtual double | GetLambdD () |
virtual void | SetLambdS (double _arg) |
virtual double | GetLambdS () |
MDMDNMFImageFilter () | |
~MDMDNMFImageFilter () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
void | GenerateInputRequestedRegion () override |
void | GenerateOutputInformation () override |
void | GenerateData () override |
MDMDNMFImageFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
static void | AddOneRowOfOnes (const MatrixType &m, MatrixType &M) |
static double | Criterion (const MatrixType &X, const MatrixType &A, const MatrixType &S, const double &delt, const double &lambdS, const double &lambdD) |
static void | EvalGradS (const MatrixType &X, const MatrixType &A, const MatrixType &S, const double &delt, const double &lambdS, MatrixType &gradS) |
static void | EvalGradA (const MatrixType &X, const MatrixType &A, const MatrixType &S, const double &delt, const double &lambdD, MatrixType &gradA) |
static double | Call (const MatrixType &variMat, const MatrixType &fixedMat, const MatrixType &X, const double &delt, const double &lambdS, const double &lambdD, const bool isDirectEvalDirection) |
static void | ProjGradOneStep (const MatrixType &X, const MatrixType &fixedMat, const MatrixType &gradVariMat, const double &sig, const double &betinit, const double &delt, const double &lambdS, const double &lambdD, MatrixType &variMat, double &alph, const bool isDirectEvalDirection) |
static void | SetNegativeCoefficientsToZero (MatrixType &M) |
static MatrixType | TermByTermMatrixProduct (const MatrixType &M1, const MatrixType &M2) |
static double | SumMatrixElements (const MatrixType &M) |
static bool | ArmijoTest (const double &sig, const MatrixType variMat, const MatrixType &newVariMat, const double &evalf, const double &newEvalf, const MatrixType &gradVariMat, const double &alph) |
Definition at line 128 of file otbMDMDNMFImageFilter.h.
typedef itk::SmartPointer<const Self> otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 135 of file otbMDMDNMFImageFilter.h.
typedef InputImageType::ConstPointer otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::InputConstPointerType |
Definition at line 146 of file otbMDMDNMFImageFilter.h.
typedef TInputImage otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::InputImageType |
typedef related to input and output images
Definition at line 141 of file otbMDMDNMFImageFilter.h.
typedef InputImageType::IndexType otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::InputIndexType |
Definition at line 147 of file otbMDMDNMFImageFilter.h.
typedef InputImageType::PixelType otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 149 of file otbMDMDNMFImageFilter.h.
typedef InputImageType::Pointer otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::InputPointerType |
Definition at line 145 of file otbMDMDNMFImageFilter.h.
typedef InputImageType::SizeType otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::InputSizeType |
Definition at line 148 of file otbMDMDNMFImageFilter.h.
typedef vnl_matrix<PrecisionType> otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::MatrixType |
Definition at line 161 of file otbMDMDNMFImageFilter.h.
typedef OutputImageType::RegionType otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 156 of file otbMDMDNMFImageFilter.h.
typedef TOutputImage otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 151 of file otbMDMDNMFImageFilter.h.
typedef OutputImageType::IndexType otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::OutputIndexType |
Definition at line 153 of file otbMDMDNMFImageFilter.h.
typedef OutputImageType::OffsetType otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::OutputOffsetType |
Definition at line 154 of file otbMDMDNMFImageFilter.h.
typedef OutputImageType::PixelType otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 157 of file otbMDMDNMFImageFilter.h.
typedef OutputImageType::Pointer otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::OutputPointerType |
Definition at line 152 of file otbMDMDNMFImageFilter.h.
typedef OutputImageType::SizeType otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::OutputSizeType |
Definition at line 155 of file otbMDMDNMFImageFilter.h.
typedef itk::SmartPointer<Self> otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 134 of file otbMDMDNMFImageFilter.h.
typedef double otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::PrecisionType |
Definition at line 160 of file otbMDMDNMFImageFilter.h.
typedef MDMDNMFImageFilter otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 132 of file otbMDMDNMFImageFilter.h.
typedef itk::ImageToImageFilter<TInputImage, TOutputImage> otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 133 of file otbMDMDNMFImageFilter.h.
typedef otb::VectorImageToMatrixImageFilter<InputImageType> otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::VectorImageToMatrixImageFilterType |
Definition at line 162 of file otbMDMDNMFImageFilter.h.
typedef vnl_vector<double> otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::VectorType |
Definition at line 165 of file otbMDMDNMFImageFilter.h.
|
protected |
Setters / Getters
Definition at line 29 of file otbMDMDNMFImageFilter.hxx.
|
inlineoverrideprotected |
Setters / Getters
Definition at line 195 of file otbMDMDNMFImageFilter.h.
|
privatedelete |
Setters / Getters
|
staticprivate |
Setters / Getters
Definition at line 66 of file otbMDMDNMFImageFilter.hxx.
|
staticprivate |
Setters / Getters
Definition at line 302 of file otbMDMDNMFImageFilter.hxx.
|
staticprivate |
Setters / Getters
Definition at line 245 of file otbMDMDNMFImageFilter.hxx.
virtual::itk::LightObject::Pointer otb::MDMDNMFImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
staticprivate |
Setters / Getters
Definition at line 79 of file otbMDMDNMFImageFilter.hxx.
|
staticprivate |
Setters / Getters
Definition at line 164 of file otbMDMDNMFImageFilter.hxx.
|
staticprivate |
Setters / Getters
Definition at line 149 of file otbMDMDNMFImageFilter.hxx.
|
overrideprotected |
Main computation method
Definition at line 326 of file otbMDMDNMFImageFilter.hxx.
References otbGenericMsgDebugMacro.
|
overrideprotected |
Setters / Getters
Definition at line 510 of file otbMDMDNMFImageFilter.hxx.
|
overrideprotected |
GenerateOutputInformation Propagate vector length info and modify if needed
Definition at line 50 of file otbMDMDNMFImageFilter.hxx.
|
virtual |
Setters / Getters
|
virtual |
Setters / Getters
|
inline |
Definition at line 167 of file otbMDMDNMFImageFilter.h.
|
virtual |
Setters / Getters
|
virtual |
Setters / Getters
|
virtual |
Setters / Getters
|
virtual |
Creation through object factory macro
|
static |
Type macro
|
privatedelete |
Setters / Getters
|
overrideprotected |
Setters / Getters
Definition at line 42 of file otbMDMDNMFImageFilter.hxx.
|
staticprivate |
Setters / Getters
Definition at line 197 of file otbMDMDNMFImageFilter.hxx.
|
virtual |
Setters / Getters
|
virtual |
Setters / Getters
|
inline |
Definition at line 171 of file otbMDMDNMFImageFilter.h.
|
virtual |
Setters / Getters
|
virtual |
Setters / Getters
|
virtual |
Setters / Getters
|
staticprivate |
Setters / Getters
Definition at line 262 of file otbMDMDNMFImageFilter.hxx.
|
staticprivate |
Setters / Getters
Definition at line 291 of file otbMDMDNMFImageFilter.hxx.
|
staticprivate |
Setters / Getters
Definition at line 275 of file otbMDMDNMFImageFilter.hxx.
|
private |
Setters / Getters
Definition at line 242 of file otbMDMDNMFImageFilter.h.
|
private |
Setters / Getters
Definition at line 245 of file otbMDMDNMFImageFilter.h.
|
private |
Setters / Getters
Definition at line 240 of file otbMDMDNMFImageFilter.h.
|
private |
Setters / Getters
Definition at line 246 of file otbMDMDNMFImageFilter.h.
|
private |
Setters / Getters
Definition at line 247 of file otbMDMDNMFImageFilter.h.
|
private |
Setters / Getters
Definition at line 241 of file otbMDMDNMFImageFilter.h.