16 #ifndef __IPSDKIPLATTRIBUTES_KDEDATASET_H__ 17 #define __IPSDKIPLATTRIBUTES_KDEDATASET_H__ 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h> 43 typedef boost::shared_ptr<ipsdk::imaproc::attr::KDEDataSet>
KDEDataSetPtr;
79 #endif // __IPSDKIPLATTRIBUTES_KDEDATASET_H__ boost::shared_ptr< ipsdk::imaproc::attr::KDEDataSet > KDEDataSetPtr
shared pointer to ipsdk::imaproc::attr::KDEDataSet
Definition: KDEDataSet.h:143
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
data set associated to a kernel density estimator
Definition: KDEDataSet.h:55
boost::shared_ptr< ipsdk::imaproc::attr::HistogramData > HistogramDataPtr
shared pointer to ipsdk::imaproc::HistogramData
Definition: HistogramData.h:231
IPSDKIPLATTRIBUTES_API ipReal64 computeDensity(const KDEDataSet &kdeDataSet, const ipReal64 x)
function allowing to compute a density at a given point from a KDEDataSet
Definition of import/export macro for library.
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HistogramDataPtr generateHistogram(const KDEDataSet &kdeDataSet, const ipsdk::ipReal64 minValue, const ipsdk::ipReal64 maxValue, const ipsdk::ipReal64 binWidth, const ipUInt64 globalPopulation)
function allowing to generate an histogram from a KDEDataSet
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
boost::shared_ptr< const ipsdk::imaproc::attr::KDEDataSet > KDEDataSetConstPtr
shared pointer to const ipsdk::imaproc::attr::KDEDataSet
Definition: KDEDataSet.h:147