IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HistogramMsrInfo.h
1 // HistogramMsrInfo.h:
3 // -------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_HISTOGRAMMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_HISTOGRAMMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Intensity/Histogram/Histogram/HistogramMsrParams.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace shape {
26 namespace analysis {
27 class HistogramMsrResults;
28 
31 
32 // declare a measure information
34  Histogram,
35  HistogramMsrResults,
36  IPSDK_MEASURE_NO_DEPENDENCY,
37  eMUF_NoUnit)
38 
39 // methods
40 public:
41 
42 protected:
43 
45  virtual void createCustomDependencies(const bool b2dMsrMode);
46 
47 // attributs
48 protected:
49 
50 };
51 
54 
55 } // end of namespace analysis
56 } // end of namespace shape
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #endif // __IPSDKIPLSHAPEANALYSIS_HISTOGRAMMSRINFO_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_INTENSITY_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)