IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
PCAReductionUtils.h File Reference

Utility functions for PCA image reduction python wrapping. More...

#include <Python/PyIPSDKIPLClassification/PyIPSDKIPLClassificationExports.h>
#include <IPSDKIPL/IPSDKIPLClassification/Processor/KMeansAssignImg/KMeansAssignImg.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PCAReductionParams.h>
#include <boost/python/tuple.hpp>
#include <IPSDKIPL/IPSDKIPLClassification/Processor/PCAReductionImg/PCAReductionImgLvl1.h>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::python
 Namespace aggregating IPSDK to python base wrappers.
 

Functions

PYIPSDKIPLCLASSIFICATION_API boost::python::tuple ipsdk::python::pcaReductionImg (const image::ImageConstPtr &pInSeqImg)
 wrapper functions PCA image reduction algorithm More...
 
PYIPSDKIPLCLASSIFICATION_API boost::python::tuple ipsdk::python::pcaReductionImg (const image::ImageConstPtr &pInSeqImg, const ipsdk::imaproc::attr::PCAReductionParamsConstPtr &pParams)
 wrapper functions PCA image reduction algorithm More...
 
PYIPSDKIPLCLASSIFICATION_API boost::python::tuple ipsdk::python::pcaReductionImg (const image::ImageConstPtr &pInSeqImg, const image::ImagePtr &pOutImg)
 wrapper functions PCA image reduction algorithm More...
 
PYIPSDKIPLCLASSIFICATION_API boost::python::tuple ipsdk::python::pcaReductionMaskImg (const image::ImageConstPtr &pInSeqImg, const image::ImageConstPtr &pInOptMaskImg)
 wrapper functions PCA image reduction algorithm and using a mask More...
 
PYIPSDKIPLCLASSIFICATION_API boost::python::tuple ipsdk::python::pcaReductionMaskImg (const image::ImageConstPtr &pInSeqImg, const ipsdk::imaproc::attr::PCAReductionParamsConstPtr &pParams, const image::ImageConstPtr &pInOptMaskImg)
 wrapper functions PCA image reduction algorithm and using a mask More...
 
PYIPSDKIPLCLASSIFICATION_API boost::python::tuple ipsdk::python::pcaReductionMaskImg (const image::ImageConstPtr &pInSeqImg, const image::ImageConstPtr &pInOptMaskImg, const image::ImagePtr &pOutImg)
 wrapper functions PCA image reduction algorithm and using a mask More...
 
PYIPSDKIPLCLASSIFICATION_API boost::python::tuple ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::classif::PCAReductionImgLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 

Detailed Description

Utility functions for PCA image reduction python wrapping.

Author
H. Delestre
Date
2017/06/07