![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
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. | |
Utility functions for PCA image reduction python wrapping.
1.8.14