![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
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< PCAReductionParams > | ipsdk::imaproc::attr::PCAReductionParamsPtr |
| shared pointer to PCAReductionParams | |
| typedef boost::shared_ptr< const PCAReductionParams > | ipsdk::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 | |
Parameters for sequence image dimensionality reduction using a PCA.
| 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 |
1.8.14