IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Typedefs

Parameters for sequence image dimensionality reduction using a PCA. More...

Classes

class  ipsdk::imaproc::attr::PCAReductionParams
 Parameters for sequence image dimensionality reduction using a PCA. More...
 

Typedefs

typedef boost::shared_ptr< PCAReductionParamsipsdk::imaproc::attr::PCAReductionParamsPtr
 shared pointer to PCAReductionParams
 
typedef boost::shared_ptr< const PCAReductionParamsipsdk::imaproc::attr::PCAReductionParamsConstPtr
 shared pointer to const PCAReductionParams
 
IPSDKIPLATTRIBUTES_API PCAReductionParamsPtr ipsdk::imaproc::attr::createNbExpectedSeqEltsForPCAReduction (ipsdk::ipUInt32 nbExpectedElts)
 function allowing to initialize input parameters for the PCA reduction
 
IPSDKIPLATTRIBUTES_API PCAReductionParamsPtr ipsdk::imaproc::attr::createVarianceThresholdForPCAReduction (const ipsdk::ipReal32 threshold)
 function allowing to initialize input parameters for the PCA reduction
 

Detailed Description

Parameters for sequence image dimensionality reduction using a PCA.

SubNodes description

Name ToolTip Associated Class Default Value
Criterion Criterion for PCA reduction. ipsdk::DataItemEnumLeaf<ipsdk::imaproc::attr::ePCAReductionCriterion> ipsdk::imaproc::attr::ePCAReductionCriterion::ePCARC_VarianceThresholding
VarianceThreshold Variance threshold. ipsdk::DataItemLeaf<ipsdk::ipReal32> .99f
NbExpectedElementsInSequence Expected number of sequence elements in output sequence image. ipsdk::DataItemLeaf<ipsdk::ipUInt64> 1