16 #ifndef __IPSDKIPLSHAPEANALYSIS_HISTOGRAMMSRPARAMS_H__ 17 #define __IPSDKIPLSHAPEANALYSIS_HISTOGRAMMSRPARAMS_H__ 84 #endif // __IPSDKIPLSHAPEANALYSIS_HISTOGRAMMSRPARAMS_H__ IPSDKIPLSHAPEANALYSIS_API HistogramMsrParamsPtr createHistogramMsrParamsMinMaxShapeBinWidth(const ipReal64 binWidth)
function allowing to create a new parameter object for Histogram measure
IPSDKIPLSHAPEANALYSIS_API HistogramMsrParamsPtr createHistogramMsrParamsNbClasses(const ipUInt32 nbClasses, const ipReal64 histoMin, const ipReal64 histoMax)
function allowing to create a new parameter object for Histogram measure
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKIPLSHAPEANALYSIS_API HistogramMsrParamsPtr createHistogramMsrParams(const HistogramMsrParams &histoMsrParams)
function allowing to create a new parameter object for Histogram measure
IPSDKIPLSHAPEANALYSIS_API HistogramMsrParamsPtr createHistogramMsrParamsMinMaxImgNbClasses(const ipUInt32 &nbClasses)
function allowing to create a new parameter object for Histogram measure
minimal and maximal intensities of the shape
Definition: MinMaxDefinition.h:35
Definition of import/export macro for library.
IPSDKIPLSHAPEANALYSIS_API HistogramMsrParamsPtr createHistogramMsrParamsMinMaxShapeNbClasses(const ipUInt32 &nbClasses)
function allowing to create a new parameter object for Histogram measure
IPSDKIPLSHAPEANALYSIS_API HistogramMsrParamsPtr createHistogramMsrParamsMinMaxImgBinWidth(const ipReal64 binWidth)
function allowing to create a new parameter object for Histogram measure
boost::shared_ptr< HistogramMsrParams > HistogramMsrParamsPtr
shared pointer to HistogramMsrParams
Definition: HistogramMsrParams.h:191
eMinMaxDefinition
Definition: MinMaxDefinition.h:33
boost::shared_ptr< const HistogramMsrParams > HistogramMsrParamsConstPtr
shared pointer to const HistogramMsrParams
Definition: HistogramMsrParams.h:194
IPSDKIPLSHAPEANALYSIS_API HistogramMsrParamsPtr createHistogramMsrParamsBinWidth(const ipReal64 binWidth, const ipReal64 histoMin, const ipReal64 histoMax)
function allowing to create a new parameter object for Histogram measure
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25