IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
public
IPSDKIPL
IPSDKIPLMachineLearning
Processor
PixelClassificationRFImg
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
23
#include <
IPSDKIPL/IPSDKIPLMachineLearning/IPSDKIPLMachineLearningExports.h
>
24
#include <
IPSDKImage/Image/ImageTypes.h
>
25
26
namespace
ipsdk
{
27
namespace
imaproc {
28
namespace
ml {
29
32
37
struct
IPSDKIPLMACHINELEARNING_API
PixelClassificationRFResult
38
{
41
PixelClassificationRFResult
(
const
image::ImagePtr
& pOutImg,
42
const
image::ImagePtr
& pOutRealImg) :
43
_pOutImg(pOutImg),
44
_pOutRealImg(pOutRealImg) {}
45
~
PixelClassificationRFResult
() {}
47
49
image::ImagePtr
_pOutImg
;
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__
ipsdk::imaproc::ml::PixelClassificationRFResult::_pOutImg
image::ImagePtr _pOutImg
output image
Definition:
PixelClassificationRFResultTypes.h:49
ipsdk::image::ImagePtr
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLMACHINELEARNING_API
#define IPSDKIPLMACHINELEARNING_API
Import/Export macro for library IPSDKIPLMachineLearning.
Definition:
IPSDKIPLMachineLearningExports.h:25
ipsdk
ipsdk::imaproc::ml::PixelClassificationRFResult
Definition:
PixelClassificationRFResultTypes.h:37
ImageTypes.h
IPSDKIPLMachineLearningExports.h
Definition of import/export macro for library.
Generated on Tue Apr 15 2025 16:23:59 for IPSDK by
1.8.14