15 #ifndef __IPSDKIPLCLASSIFICATION_PCAREDUCTIONIMG_H__ 16 #define __IPSDKIPLCLASSIFICATION_PCAREDUCTIONIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PCAReductionParams.h> 28 class PCAReductionImgLvl1;
111 #endif // __IPSDKIPLCLASSIFICATION_PCAREDUCTIONIMG_H__ IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > pcaReductionImg_async(const ipsdk::image::ImageConstPtr &pInSeqImg)
asynchronous wrappers
#define IPSDKIPLCLASSIFICATION_API
Import/Export macro for library IPSDKIPLClassification.
Definition: IPSDKIPLClassificationExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > pcaReductionMaskImg_async(const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg)
asynchronous wrappers
boost::shared_ptr< const PCAReductionParams > PCAReductionParamsConstPtr
shared pointer to const PCAReductionParams
Definition: PCAReductionParams.h:154
IPSDKIPLCLASSIFICATION_API PCAReductionResults pcaReductionImg(const ipsdk::image::ImageConstPtr &pInSeqImg)
wrapper function for reduction of the dimensionality of a sequence image using PCA ...
Definition of import/export macro for library.
IPSDKIPLCLASSIFICATION_API PCAReductionResults 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 ...
boost::shared_ptr< const BaseImage > ImageConstPtr
Predefined types for PCAReductionImg management.
IPSDKIPLCLASSIFICATION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< KernelKMeansAssignImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor