![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Applies PCA to a sequence image to reduce its dimensionality. More...
#include <IPSDKIPL/IPSDKIPLClassification/IPSDKIPLClassificationExports.h>#include <IPSDKIPL/IPSDKIPLClassification/Tools/PCAReductionResultsTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PCAReductionParams.h>#include <IPSDKImage/Image/ImageTypes.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::classif | |
| Namespace aggregating classification operations on images. | |
Functions | |
| IPSDKIPLCLASSIFICATION_API PCAReductionResults | ipsdk::imaproc::classif::pcaReductionImg (const ipsdk::image::ImageConstPtr &pInSeqImg) |
| wrapper function for reduction of the dimensionality of a sequence image using PCA More... | |
| IPSDKIPLCLASSIFICATION_API PCAReductionResults | ipsdk::imaproc::classif::pcaReductionImg (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::imaproc::attr::PCAReductionParamsConstPtr &pParams) |
| wrapper function for reduction of the dimensionality of a sequence image using PCA More... | |
| IPSDKIPLCLASSIFICATION_API PCAReductionResults | ipsdk::imaproc::classif::pcaReductionImg (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::image::ImagePtr &pOutImg) |
| wrapper function for reduction of the dimensionality of a sequence image using PCA More... | |
| IPSDKIPLCLASSIFICATION_API PCAReductionResults | ipsdk::imaproc::classif::pcaReductionMaskImg (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg) |
| wrapper function for reduction of the dimensionality of a sequence image using PCA and using a mask More... | |
| IPSDKIPLCLASSIFICATION_API PCAReductionResults | ipsdk::imaproc::classif::pcaReductionMaskImg (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::imaproc::attr::PCAReductionParamsConstPtr &pParams, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg) |
| wrapper function for reduction of the dimensionality of a sequence image using PCA and using a mask More... | |
| IPSDKIPLCLASSIFICATION_API PCAReductionResults | ipsdk::imaproc::classif::pcaReductionMaskImg (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg, const ipsdk::image::ImagePtr &pOutImg) |
| wrapper function for reduction of the dimensionality of a sequence image using PCA and using a mask More... | |
| IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > | ipsdk::imaproc::classif::pcaReductionImg_async (const ipsdk::image::ImageConstPtr &pInSeqImg) |
| asynchronous wrappers | |
| IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > | ipsdk::imaproc::classif::pcaReductionImg_async (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::imaproc::attr::PCAReductionParamsConstPtr &pParams) |
| asynchronous wrappers | |
| IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > | ipsdk::imaproc::classif::pcaReductionImg_async (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > | ipsdk::imaproc::classif::pcaReductionMaskImg_async (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg) |
| asynchronous wrappers | |
| IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > | ipsdk::imaproc::classif::pcaReductionMaskImg_async (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::imaproc::attr::PCAReductionParamsConstPtr &pParams, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg) |
| asynchronous wrappers | |
| IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > | ipsdk::imaproc::classif::pcaReductionMaskImg_async (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg, const ipsdk::image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLCLASSIFICATION_API PCAReductionResults | ipsdk::imaproc::classif::getAsyncProcessorOutput (boost::shared_ptr< PCAReductionImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Applies PCA to a sequence image to reduce its dimensionality.
1.8.14