16 #ifndef __IPSDKIPLSHAPEANALYSIS_ENTROPYMSRPARAMS_H__ 17 #define __IPSDKIPLSHAPEANALYSIS_ENTROPYMSRPARAMS_H__ 21 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Intensity/Histogram/Histogram/HistogramMsrParams.h> 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)
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