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

Utility functions for pixel classification python wrapping. More...

#include <Python/PyIPSDKIPLMachineLearning/PyIPSDKIPLMachineLearningExports.h>
#include <IPSDKIPL/IPSDKIPLMachineLearning/Processor/PixelClassificationRFImg/PixelClassificationRFImg.h>
#include <boost/python/tuple.hpp>

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

PYIPSDKIPLMACHINELEARNING_API boost::python::tuple ipsdk::python::pixelClassificationRFWithProbabilitiesImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel)
 wrapper function for pixel classification More...
 
PYIPSDKIPLMACHINELEARNING_API boost::python::tuple ipsdk::python::pixelClassificationRFWithProbabilitiesImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const ipReal32 inOptMemoryRatio)
 wrapper function for pixel classification More...
 
PYIPSDKIPLMACHINELEARNING_API boost::python::tuple ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::ml::PixelClassificationRFImgLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 

Detailed Description

Utility functions for pixel classification python wrapping.

Author
W. AIM
Date
2016/10/14