IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LocalHistogramModuleMsrParams.h
1 // LocalHistogramModuleMsrParams.h:
3 // --------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_LOCALHISTOGRAMMODULEMSRPARAMS_H__
17 #define __IPSDKIPLSHAPEANALYSIS_LOCALHISTOGRAMMODULEMSRPARAMS_H__
18 
21 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Intensity/Histogram/Histogram/HistogramMsrParams.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace shape {
26 namespace analysis {
27 
30 
31 IPSDK_DECLARE_NODE_DATA(IPSDKIPLShapeAnalysis, LocalHistogramModuleMsrParams,
33 };
34 
37 
39 typedef boost::shared_ptr<LocalHistogramModuleMsrParams> LocalHistogramModuleMsrParamsPtr;
40 
42 typedef boost::shared_ptr<const LocalHistogramModuleMsrParams> LocalHistogramModuleMsrParamsConstPtr;
43 
46 
52  const ipReal64 histoMin,
53  const ipReal64 histoMax);
55 createLocalHistogramModuleMsrParamsMinMaxShapeNbClasses(const ipUInt32 nbClasses);
57 createLocalHistogramModuleMsrParamsMinMaxImgNbClasses(const ipUInt32 nbClasses);
59 createLocalHistogramModuleMsrParamsNbClasses(const ipUInt32 nbClasses,
60  const ipReal64 histoMin,
61  const ipReal64 histoMax);
62 
65 
66 } // end of namespace analysis
67 } // end of namespace shape
68 } // end of namespace imaproc
69 } // end of namespace ipsdk
70 
71 #endif // __IPSDKIPLSHAPEANALYSIS_LOCALHISTOGRAMMODULEMSRPARAMS_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const LocalHistogramModuleMsrParams > LocalHistogramModuleMsrParamsConstPtr
shared pointer to const LocalHistogramModuleMsrParams
Definition: LocalHistogramModuleMsrParams.h:97
double ipReal64
Definition of import/export macro for library.
boost::shared_ptr< LocalHistogramModuleMsrParams > LocalHistogramModuleMsrParamsPtr
shared pointer to LocalHistogramModuleMsrParams
Definition: LocalHistogramModuleMsrParams.h:94
IPSDKIPLSHAPEANALYSIS_API LocalHistogramModuleMsrParamsPtr createLocalHistogramModuleMsrParamsBinWidth(const ipReal64 binWidth)
function allowing to create a new parameter object for LocalHistogramModule measure ...
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
Parameter object for measure Histogram.
Definition: HistogramMsrParams.h:47
uint32_t ipUInt32