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

Wrapper functions for Compute Random Forest pixel classification. More...

#include <IPSDKIPL/IPSDKIPLMachineLearning/IPSDKIPLMachineLearningExports.h>
#include <IPSDKIPL/IPSDKIPLMachineLearning/Processor/PixelClassificationRFImg/PixelClassificationRFResultTypes.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RandomForestModel.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::ml
 Namespace aggregating machine learning operations on images.
 

Functions

IPSDKIPLMACHINELEARNING_API image::ImagePtr ipsdk::imaproc::ml::pixelClassificationRFImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel)
 wrapper function for Compute Random Forest pixel classification More...
 
IPSDKIPLMACHINELEARNING_API void ipsdk::imaproc::ml::pixelClassificationRFImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const image::ImagePtr &pOutBinLabImg)
 wrapper function for Compute Random Forest pixel classification More...
 
IPSDKIPLMACHINELEARNING_API image::ImagePtr ipsdk::imaproc::ml::pixelClassificationRFImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const ipReal32 inOptMemoryRatio)
 wrapper function for Compute Random Forest pixel classification More...
 
IPSDKIPLMACHINELEARNING_API void ipsdk::imaproc::ml::pixelClassificationRFImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const ipReal32 inOptMemoryRatio, const image::ImagePtr &pOutBinLabImg)
 wrapper function for Compute Random Forest pixel classification More...
 
IPSDKIPLMACHINELEARNING_API PixelClassificationRFResult ipsdk::imaproc::ml::pixelClassificationRFWithProbabilitiesImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel)
 wrapper function for Compute Random Forest pixel classification More...
 
IPSDKIPLMACHINELEARNING_API void ipsdk::imaproc::ml::pixelClassificationRFWithProbabilitiesImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const image::ImagePtr &pOutBinLabImg, const image::ImagePtr &pOutRealImg)
 wrapper function for Compute Random Forest pixel classification More...
 
IPSDKIPLMACHINELEARNING_API PixelClassificationRFResult ipsdk::imaproc::ml::pixelClassificationRFWithProbabilitiesImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const ipReal32 inOptMemoryRatio)
 wrapper function for Compute Random Forest pixel classification More...
 
IPSDKIPLMACHINELEARNING_API void ipsdk::imaproc::ml::pixelClassificationRFWithProbabilitiesImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const ipReal32 inOptMemoryRatio, const image::ImagePtr &pOutBinLabImg, const image::ImagePtr &pOutRealImg)
 wrapper function for Compute Random Forest pixel classification More...
 
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > ipsdk::imaproc::ml::pixelClassificationRFImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel)
 asynchronous wrappers
 
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > ipsdk::imaproc::ml::pixelClassificationRFImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const image::ImagePtr &pOutBinLabImg)
 asynchronous wrappers
 
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > ipsdk::imaproc::ml::pixelClassificationRFImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const ipReal32 inOptMemoryRatio)
 asynchronous wrappers
 
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > ipsdk::imaproc::ml::pixelClassificationRFImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const ipReal32 inOptMemoryRatio, const image::ImagePtr &pOutBinLabImg)
 asynchronous wrappers
 
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > ipsdk::imaproc::ml::pixelClassificationRFWithProbabilitiesImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel)
 asynchronous wrappers
 
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > ipsdk::imaproc::ml::pixelClassificationRFWithProbabilitiesImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const image::ImagePtr &pOutBinLabImg, const image::ImagePtr &pOutRealImg)
 asynchronous wrappers
 
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > ipsdk::imaproc::ml::pixelClassificationRFWithProbabilitiesImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const ipReal32 inOptMemoryRatio)
 asynchronous wrappers
 
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > ipsdk::imaproc::ml::pixelClassificationRFWithProbabilitiesImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const ipReal32 inOptMemoryRatio, const image::ImagePtr &pOutBinLabImg, const image::ImagePtr &pOutRealImg)
 asynchronous wrappers
 
IPSDKIPLMACHINELEARNING_API image::ImagePtr ipsdk::imaproc::ml::getAsyncProcessorOutput (boost::shared_ptr< PixelClassificationRFImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Compute Random Forest pixel classification.

Author
W.AIM
Date
2020/10/29