IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
EntropyMsrParams.h
1 // EntropyMsrParams.h:
3 // -------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_ENTROPYMSRPARAMS_H__
17 #define __IPSDKIPLSHAPEANALYSIS_ENTROPYMSRPARAMS_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, EntropyMsrParams,
33 };
34 
37 
39 typedef boost::shared_ptr<EntropyMsrParams> EntropyMsrParamsPtr;
40 
42 typedef boost::shared_ptr<const EntropyMsrParams> EntropyMsrParamsConstPtr;
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_ENTROPYMSRPARAMS_H__
boost::shared_ptr< EntropyMsrParams > EntropyMsrParamsPtr
shared pointer to EntropyMsrParams
Definition: EntropyMsrParams.h:94
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
double ipReal64
IPSDKIPLSHAPEANALYSIS_API EntropyMsrParamsPtr createEntropyMsrParamsNbClasses(const ipUInt32 nbClasses, const ipReal64 histoMin, const ipReal64 histoMax)
function allowing to create a new parameter object for Entropy measure
Definition of import/export macro for library.
IPSDKIPLSHAPEANALYSIS_API EntropyMsrParamsPtr createEntropyMsrParamsMinMaxImgNbClasses(const ipUInt32 nbClasses)
function allowing to create a new parameter object for Entropy measure
boost::shared_ptr< const EntropyMsrParams > EntropyMsrParamsConstPtr
shared pointer to const EntropyMsrParams
Definition: EntropyMsrParams.h:97
IPSDKIPLSHAPEANALYSIS_API EntropyMsrParamsPtr createEntropyMsrParamsMinMaxShapeNbClasses(const ipUInt32 nbClasses)
function allowing to create a new parameter object for Entropy measure
IPSDKIPLSHAPEANALYSIS_API EntropyMsrParamsPtr createEntropyMsrParamsBinWidth(const ipReal64 binWidth)
function allowing to create a new parameter object for Entropy 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