IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RFInitializerUtils.h
1 // RFInitializerUtils.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKIPLMACHINELEARNING_RFINITIALIZERUTILS_H__
16 #define __IPSDKIPLMACHINELEARNING_RFINITIALIZERUTILS_H__
17 
21 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InRandomForestModel.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace ml {
26 
29 
32 outputSeqGreyReal(const ImageAttributeConstPtr& pInputAttribute,
33  const boost::shared_ptr<const attr::InRandomForestModel>& pModel);
34 
37 outputBinaryLabel(const ImageAttributeConstPtr& pInputAttribute,
38  const boost::shared_ptr<const attr::InRandomForestModel>& pModel);
39 
42 outputCustomSizeY(const ImageAttributeConstPtr& pInputAttribute,
43  const ipUInt64 pSizeY);
44 
48  const boost::shared_ptr<const attr::InRandomForestModel>& pModel,
49  const ipUInt64 pSizeY);
50 
53 
54 } // end of namespace ml
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLMACHINELEARNING_RFINITIALIZERUTILS_H__
uint64_t ipUInt64
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
#define IPSDKIPLMACHINELEARNING_API
Import/Export macro for library IPSDKIPLMachineLearning.
Definition: IPSDKIPLMachineLearningExports.h:25
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
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 outputSeqGreyReal(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
boost::shared_ptr< BaseCustomImageInfo > CustomImageInfoPtr
Definition of import/export macro for library.