IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HistogramQuantileMsrParams.h
1 // HistogramQuantileMsrParams.h:
3 // -----------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_HISTOGRAMQUANTILEMSRPARAMS_H__
17 #define __IPSDKIPLSHAPEANALYSIS_HISTOGRAMQUANTILEMSRPARAMS_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, HistogramQuantileMsrParams,
33  ((LEAF)(Rate)(ipsdk::ipReal64)(50.0)))
34 };
35 
38 
40 typedef boost::shared_ptr<HistogramQuantileMsrParams> HistogramQuantileMsrParamsPtr;
41 
43 typedef boost::shared_ptr<const HistogramQuantileMsrParams> HistogramQuantileMsrParamsConstPtr;
44 
47 
53  const HistogramMsrParams& histoMsrParams,
54  const ipReal64 rate);
55 
56 
59  const ipReal64 binWidth,
60  const ipReal64 rate);
61 
64  const ipReal64 binWidth,
65  const ipReal64 histoMin,
66  const ipReal64 histoMax,
67  const ipReal64 rate);
68 
71  const ipUInt32 nbClasses,
72  const ipReal64 rate);
73 
76  const ipUInt32 nbClasses,
77  const ipReal64 rate);
78 
81  const ipUInt32 nbClasses,
82  const ipReal64 histoMin,
83  const ipReal64 histoMax,
84  const ipReal64 rate);
86 
89 
90 } // end of namespace analysis
91 } // end of namespace shape
92 } // end of namespace imaproc
93 } // end of namespace ipsdk
94 
95 #endif // __IPSDKIPLSHAPEANALYSIS_HISTOGRAMQUANTILEMSRPARAMS_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKIPLSHAPEANALYSIS_API HistogramQuantileMsrParamsPtr createHistogramQuantileMsrParamsMinMaxShapeNbClasses(const ipUInt32 nbClasses, const ipReal64 rate)
function allowing to create a new parameter object for HistogramQuantile measure
boost::shared_ptr< const HistogramQuantileMsrParams > HistogramQuantileMsrParamsConstPtr
shared pointer to const HistogramQuantileMsrParams
Definition: HistogramQuantileMsrParams.h:115
double ipReal64
Definition of import/export macro for library.
IPSDKIPLSHAPEANALYSIS_API HistogramQuantileMsrParamsPtr createHistogramQuantileMsrParamsNbClasses(const ipUInt32 nbClasses, const ipReal64 histoMin, const ipReal64 histoMax, const ipReal64 rate)
function allowing to create a new parameter object for HistogramQuantile measure
IPSDKIPLSHAPEANALYSIS_API HistogramQuantileMsrParamsPtr createHistogramQuantileMsrParamsMinMaxImgNbClasses(const ipUInt32 nbClasses, const ipReal64 rate)
function allowing to create a new parameter object for HistogramQuantile measure
boost::shared_ptr< HistogramQuantileMsrParams > HistogramQuantileMsrParamsPtr
shared pointer to HistogramQuantileMsrParams
Definition: HistogramQuantileMsrParams.h:112
IPSDKIPLSHAPEANALYSIS_API HistogramQuantileMsrParamsPtr createHistogramQuantileMsrParamsBinWidth(const ipReal64 binWidth, const ipReal64 histoMin, const ipReal64 histoMax, const ipReal64 rate)
function allowing to create a new parameter object for HistogramQuantile measure
IPSDKIPLSHAPEANALYSIS_API HistogramQuantileMsrParamsPtr createHistogramQuantileMsrParams(const HistogramMsrParams &histoMsrParams, const ipReal64 rate)
function allowing to create a new parameter object for HistogramQuantile 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