IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HistogramMostPopulatedGLMsrParams.h
1 // HistogramMostPopulatedGLMsrParams.h:
3 // ------------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_HISTOGRAMMOSTPOPULATEDGLMSRPARAMS_H__
17 #define __IPSDKIPLSHAPEANALYSIS_HISTOGRAMMOSTPOPULATEDGLMSRPARAMS_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, HistogramMostPopulatedGLMsrParams,
33 };
34 
37 
39 typedef boost::shared_ptr<HistogramMostPopulatedGLMsrParams> HistogramMostPopulatedGLMsrParamsPtr;
40 
42 typedef boost::shared_ptr<const HistogramMostPopulatedGLMsrParams> HistogramMostPopulatedGLMsrParamsConstPtr;
43 
46 
53  const ipReal64 histoMin,
54  const ipReal64 histoMax);
61  const ipReal64 histoMin,
62  const ipReal64 histoMax);
64 
67 
68 } // end of namespace analysis
69 } // end of namespace shape
70 } // end of namespace imaproc
71 } // end of namespace ipsdk
72 
73 #endif // __IPSDKIPLSHAPEANALYSIS_HISTOGRAMMOSTPOPULATEDGLMSRPARAMS_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKIPLSHAPEANALYSIS_API HistogramMostPopulatedGLMsrParamsPtr createHistogramMostPopulatedGLMsrParamsBinWidth(const ipReal64 binWidth)
function allowing to create a new parameter object for HistogramMostPopulatedGL measure ...
IPSDKIPLSHAPEANALYSIS_API HistogramMostPopulatedGLMsrParamsPtr createHistogramMostPopulatedGLMsrParamsMinMaxShapeNbClasses(const ipUInt32 nbClasses)
function allowing to create a new parameter object for HistogramMostPopulatedGL measure ...
double ipReal64
boost::shared_ptr< const HistogramMostPopulatedGLMsrParams > HistogramMostPopulatedGLMsrParamsConstPtr
shared pointer to const HistogramMostPopulatedGLMsrParams
Definition: HistogramMostPopulatedGLMsrParams.h:97
IPSDKIPLSHAPEANALYSIS_API HistogramMostPopulatedGLMsrParamsPtr createHistogramMostPopulatedGLMsrParamsMinMaxImgNbClasses(const ipUInt32 nbClasses)
function allowing to create a new parameter object for HistogramMostPopulatedGL measure ...
Definition of import/export macro for library.
IPSDKIPLSHAPEANALYSIS_API HistogramMostPopulatedGLMsrParamsPtr createHistogramMostPopulatedGLMsrParamsNbClasses(const ipUInt32 nbClasses, const ipReal64 histoMin, const ipReal64 histoMax)
function allowing to create a new parameter object for HistogramMostPopulatedGL measure ...
boost::shared_ptr< HistogramMostPopulatedGLMsrParams > HistogramMostPopulatedGLMsrParamsPtr
shared pointer to HistogramMostPopulatedGLMsrParams
Definition: HistogramMostPopulatedGLMsrParams.h:94
#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