IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PixelClassificationRFResultTypes.h
Go to the documentation of this file.
1 // PixelClassificationRFResultTypes.h
3 // -----------------------------
4 //
14 
15 #ifndef __IPSDKIPLMACHINELEARNING_PIXELCLASSIFICATIONRFRESULTTYPES_H__
16 #define __IPSDKIPLMACHINELEARNING_PIXELCLASSIFICATIONRFRESULTTYPES_H__
17 
18 // suppression warnings
19 // warning C4251: 'ipsdk::imaproc::filter::GradientXYImg::_pXGradImg' : class 'boost::shared_ptr<T>' needs to have dll-interface to be used by clients of struct 'ipsdk::imaproc::filter::GradientXYImg'
20 #pragma warning (push)
21 #pragma warning (disable : 4251)
22 
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace ml {
29 
32 
38 {
42  const image::ImagePtr& pOutRealImg) :
43  _pOutImg(pOutImg),
44  _pOutRealImg(pOutRealImg) {}
47 
50  image::ImagePtr _pOutRealImg;
51 };
52 
55 
56 } // end of namespace ml
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #pragma warning (pop)
61 
62 #endif // __IPSDKIPLMACHINELEARNING_PIXELCLASSIFICATIONRFRESULTTYPES_H__
image::ImagePtr _pOutImg
output image
Definition: PixelClassificationRFResultTypes.h:49
boost::shared_ptr< BaseImage > ImagePtr
#define IPSDKIPLMACHINELEARNING_API
Import/Export macro for library IPSDKIPLMachineLearning.
Definition: IPSDKIPLMachineLearningExports.h:25
Definition: PixelClassificationRFResultTypes.h:37
Definition of import/export macro for library.