|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbFastICAInternalOptimizerVectorImageFilter_h
22 #define otbFastICAInternalOptimizerVectorImageFilter_h
45 template <
class TInputImage,
class TOutputImage>
51 typedef itk::ImageToImageFilter<TInputImage, TOutputImage>
Superclass;
62 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
63 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
80 typedef typename MatrixObjectType::ComponentType
MatrixType;
89 itkSetMacro(CurrentBandForLoop,
unsigned int);
90 itkGetMacro(CurrentBandForLoop,
unsigned int);
97 m_NonLinearity = NonLinearity;
98 m_NonLinearityDerivative = NonLinearityDerivative;
102 itkGetMacro(Beta,
double);
103 itkGetMacro(Den,
double);
105 virtual void Reset()
override;
107 virtual void Synthetize()
override;
115 void GenerateOutputInformation()
override;
116 void ThreadedGenerateData(
const OutputRegionType&, itk::ThreadIdType)
override;
134 void operator=(
const Self&);
139 #ifndef OTB_MANUAL_INSTANTIATION
CovarianceEstimatorFilterType::RealPixelType VectorType
TInputImage InputImageType
InputImageType::RegionType InputRegionType
CovarianceEstimatorFilterType::RealType RealType
NonLinearityType m_NonLinearity
CovarianceEstimatorFilterType::MatrixObjectType MatrixObjectType
std::vector< double > m_DenVector
This filter is the base class for all filter persisting data through multiple update....
StatFilterType::MatrixObjectType MatrixObjectType
itk::SmartPointer< Self > Pointer
std::vector< double > m_BetaVector
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
itk::ImageToImageFilter< TInputImage, TOutputImage > Superclass
StreamingStatisticsVectorImageFilter< InputImageType > CovarianceEstimatorFilterType
StatFilterType::RealPixelType RealPixelType
~FastICAInternalOptimizerVectorImageFilter() override
InternalMatrixType::element_type MatrixElementType
itk::SmartPointer< const Self > ConstPointer
itk::SmartPointer< Self > Pointer
This class streams the whole input image through the PersistentStatisticsImageFilter.
Apply a matrix multiplication over the channels of an image.
FastICAInternalOptimizerVectorImageFilter Self
std::function< double(double)> NonLinearityType
MatrixType::InternalMatrixType InternalMatrixType
CovarianceEstimatorFilterType::Pointer CovarianceEstimatorFilterPointerType
Internal optimisation of the FastICA unmixing filter.
unsigned int m_CurrentBandForLoop
TransformFilterType::Pointer TransformFilterPointerType
void SetNonLinearity(NonLinearityType NonLinearity, NonLinearityType NonLinearityDerivative)
itk::SmartPointer< Self > Pointer
TOutputImage OutputImageType
OutputImageType::RegionType OutputRegionType
NonLinearityType m_NonLinearityDerivative
TransformFilterPointerType m_TransformFilter
MatrixObjectType::ComponentType MatrixType
StatFilterType::RealType RealType
std::vector< double > m_NbSamples
MatrixImageFilter< TInputImage, TOutputImage > TransformFilterType