15 #ifndef __PYIPSDKIPLMACHINELEARNING_PIXELCLASSIFICATIONRFUTILS_H__ 16 #define __PYIPSDKIPLMACHINELEARNING_PIXELCLASSIFICATIONRFUTILS_H__ 19 #include <IPSDKIPL/IPSDKIPLMachineLearning/Processor/PixelClassificationRFImg/PixelClassificationRFImg.h> 20 #include <boost/python/tuple.hpp> 22 class ipsdk::imaproc::ml::PixelClassificationRFImgLvl1;
35 const ipsdk::imaproc::attr::RandomForestModelConstPtr& pModel);
39 const ipsdk::imaproc::attr::RandomForestModelConstPtr& pModel,
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