IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PixelClassificationRFUtils.h
Go to the documentation of this file.
1 // PixelClassificatioRFnUtils.h:
3 // ------------------------
4 //
14 
15 #ifndef __PYIPSDKIPLMACHINELEARNING_PIXELCLASSIFICATIONRFUTILS_H__
16 #define __PYIPSDKIPLMACHINELEARNING_PIXELCLASSIFICATIONRFUTILS_H__
17 
19 #include <IPSDKIPL/IPSDKIPLMachineLearning/Processor/PixelClassificationRFImg/PixelClassificationRFImg.h>
20 #include <boost/python/tuple.hpp>
21 
22 class ipsdk::imaproc::ml::PixelClassificationRFImgLvl1;
23 
24 namespace ipsdk {
25 namespace python {
26 
29 
33 PYIPSDKIPLMACHINELEARNING_API boost::python::tuple
35  const ipsdk::imaproc::attr::RandomForestModelConstPtr& pModel);
36 
37 PYIPSDKIPLMACHINELEARNING_API boost::python::tuple
39  const ipsdk::imaproc::attr::RandomForestModelConstPtr& pModel,
40  const ipReal32 inOptMemoryRatio);
42 
45 PYIPSDKIPLMACHINELEARNING_API boost::python::tuple
46 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::ml::PixelClassificationRFImgLvl1> pProcessor);
48 
51 
52 } // end of namespace python
53 } // end of namespace ipsdk
54 
55 #endif // __PYIPSDKIPLMACHINELEARNING_PIXELCLASSIFICATIONRFUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define PYIPSDKIPLMACHINELEARNING_API
Import/Export macro for library PyIPSDKIPLMachineLearning.
Definition: PyIPSDKIPLMachineLearningExports.h:25
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple getAsyncProcessorOutput(boost::shared_ptr< ipsdk::imaproc::advmorpho::RidgeLine2dImgLvl1 > pProcessor)
Wrapper to retrieve the result of an asynchronous processor.
PYIPSDKIPLMACHINELEARNING_API boost::python::tuple pixelClassificationRFWithProbabilitiesImg(const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel)
wrapper function for pixel classification
Definition of import/export macro for library.
float ipReal32
Base types definition.
Definition: BaseTypes.h:56