|
|
IPSDKIPLMACHINELEARNING_API const std::string & | getIPSDKIPLMachineLearningLoggerName () |
| | Recovery of logger name associated to library.
|
| |
|
IPSDKIPLMACHINELEARNING_API log4cplus::Logger & | getIPSDKIPLMachineLearningLogger () |
| | Recovery of logger associated to library.
|
| |
|
IPSDKIPLMACHINELEARNING_API const ipsdk::LogMessageManager & | getIPSDKIPLMachineLearningLogMessageManager () |
| | Recovery of message manager associated to library.
|
| |
|
IPSDKIPLMACHINELEARNING_API CustomImageInfoPtr | outputSeqGreyReal (const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InRandomForestModel > &pModel) |
| | function allowing to create a RF output image initializer
|
| |
|
IPSDKIPLMACHINELEARNING_API CustomImageInfoPtr | outputBinaryLabel (const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InRandomForestModel > &pModel) |
| | function allowing to create a RF output image initializer
|
| |
|
IPSDKIPLMACHINELEARNING_API CustomImageInfoPtr | outputCustomSizeY (const ImageAttributeConstPtr &pInputAttribute, const ipUInt64 pSizeY) |
| | function allowing to create a RF output image initializer
|
| |
|
IPSDKIPLMACHINELEARNING_API CustomImageInfoPtr | outputCustomSizeYBinaryLabel (const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InRandomForestModel > &pModel, const ipUInt64 pSizeY) |
| | function allowing to create a RF output image initializer
|
| |
|
| IPSDKIPLMACHINELEARNING_API image::ImagePtr | pixelClassificationRFImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel) |
| | wrapper function for Compute Random Forest pixel classification More...
|
| |
| IPSDKIPLMACHINELEARNING_API void | 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 | 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 | 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 | pixelClassificationRFWithProbabilitiesImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel) |
| | wrapper function for Compute Random Forest pixel classification More...
|
| |
| IPSDKIPLMACHINELEARNING_API void | 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 | 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 | 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 > | pixelClassificationRFImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > | pixelClassificationRFImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const image::ImagePtr &pOutBinLabImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > | pixelClassificationRFImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const ipReal32 inOptMemoryRatio) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > | 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 > | pixelClassificationRFWithProbabilitiesImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > | 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 > | pixelClassificationRFWithProbabilitiesImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RandomForestModelConstPtr &pModel, const ipReal32 inOptMemoryRatio) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLMACHINELEARNING_API boost::shared_ptr< PixelClassificationRFImgLvl1 > | 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 | getAsyncProcessorOutput (boost::shared_ptr< PixelClassificationRFImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
Namespace aggregating machine learning operations on images.