22 #ifndef otbNormalizeInnerProductPCAImageFilter_h
23 #define otbNormalizeInnerProductPCAImageFilter_h
25 #include "itkInPlaceImageFilter.h"
37 template <
class TInputImage,
class TOutputImage>
44 typedef itk::InPlaceImageFilter<TInputImage, TOutputImage>
Superclass;
55 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
56 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
72 typedef typename InputImageType::SizeType
SizeType;
81 itkSetMacro(UseUnbiasedEstimator,
bool);
82 itkGetMacro(UseUnbiasedEstimator,
bool);
98 void GenerateOutputInformation()
override;
110 void DynamicThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread)
override;
113 void BeforeThreadedGenerateData()
override;
115 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
127 #ifndef OTB_MANUAL_INSTANTIATION
The aim of the class is to normalise vector images using a vector coefficient values.
NormalizeInnerProductPCAImageFilter Self
InputImageType::InternalPixelType InputInternalPixelType
InputImageType::SizeType SizeType
StreamingStatisticsVectorImageFilterType::RealPixelType RealPixelType
~NormalizeInnerProductPCAImageFilter() override
TOutputImage OutputImageType
itk::SmartPointer< const Self > ConstPointer
InputImageType::PixelType InputPixelType
OutputImageType::InternalPixelType OutputInternalPixelType
itk::SmartPointer< Self > Pointer
InputImageType::RegionType InputImageRegionType
OutputImageType::RegionType OutputImageRegionType
TInputImage InputImageType
bool m_UseUnbiasedEstimator
OutputImageType::PixelType OutputPixelType
StreamingStatisticsVectorImageFilterType::RealType RealType
StreamingStatisticsVectorImageFilter< InputImageType > StreamingStatisticsVectorImageFilterType
StreamingStatisticsVectorImageFilterType::MatrixType MatrixType
itk::InPlaceImageFilter< TInputImage, TOutputImage > Superclass
StreamingStatisticsVectorImageFilterType::Pointer StreamingStatisticsVectorImageFilterPointer
This class streams the whole input image through the PersistentStatisticsImageFilter.
StatFilterType::MatrixType MatrixType
StatFilterType::RealType RealType
StatFilterType::RealPixelType RealPixelType
itk::SmartPointer< Self > Pointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.