15 #ifndef __IPSDKIPLMACHINELEARNING_PIXELCLASSIFICATIONRFIMG_H__ 16 #define __IPSDKIPLMACHINELEARNING_PIXELCLASSIFICATIONRFIMG_H__ 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RandomForestModel.h> 27 class PixelClassificationRFImgLvl1;
125 #endif // __IPSDKIPLMACHINELEARNING_PIXELCLASSIFICATIONRFIMG_H__ IPSDKIPLMACHINELEARNING_API image::ImagePtr pixelClassificationRFImg(const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel)
wrapper function for Compute Random Forest pixel classification
boost::shared_ptr< const ipsdk::imaproc::attr::RandomForestModel > RandomForestModelConstPtr
shared pointer to const ipsdk::imaproc::RandomForestModel
Definition: RandomForestModel.h:124
boost::shared_ptr< BaseImage > ImagePtr
#define IPSDKIPLMACHINELEARNING_API
Import/Export macro for library IPSDKIPLMachineLearning.
Definition: IPSDKIPLMachineLearningExports.h:25
IPSDKIPLMACHINELEARNING_API PixelClassificationRFResult pixelClassificationRFWithProbabilitiesImg(const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel)
wrapper function for Compute Random Forest pixel classification
IPSDKIPLMACHINELEARNING_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< PixelClassificationRFImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > pixelClassificationRFWithProbabilitiesImg_async(const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > pixelClassificationRFImg_async(const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel)
asynchronous wrappers
Predefined types for PixelClassificationRFImg management.
Definition of import/export macro for library.