15 #ifndef __IPSDKIPLGLOBALMEASURE_KERNELDENSITYESTIMATOR2D_H__ 16 #define __IPSDKIPLGLOBALMEASURE_KERNELDENSITYESTIMATOR2D_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/KDEBandwidthPolicy.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedKDEDataSet.h> 27 class KernelDensityEstimator2dLvl1;
89 #endif // __IPSDKIPLGLOBALMEASURE_KERNELDENSITYESTIMATOR2D_H__ boost::shared_ptr< ipsdk::imaproc::attr::KDEDataSet > KDEDataSetPtr
shared pointer to ipsdk::imaproc::attr::KDEDataSet
Definition: KDEDataSet.h:143
#define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedDoublesPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< KernelDensityEstimator2dLvl1 > multiSlice_kernelDensityEstimator2d_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::DoublesPtr getAsyncProcessorOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedKDEDataSetPtr multiSlice_kernelDensityEstimator2d(const image::ImageConstPtr &pInImg)
wrapper function for algorithm allowing to estimate probability density function of a 2d image ...
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedKDEDataSet > PlanIndexedKDEDataSetPtr
shared pointer to ipsdk::imaproc::PlanIndexedKDEDataSet
Definition: PlanIndexedKDEDataSet.h:49
boost::shared_ptr< const ipsdk::imaproc::attr::KDEBandwidthPolicy > KDEBandwidthPolicyConstPtr
shared pointer to const ipsdk::imaproc::attr::KDEBandwidthPolicy
Definition: KDEBandwidthPolicy.h:136
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< KernelDensityEstimator2dLvl1 > kernelDensityEstimator2d_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::KDEDataSetPtr kernelDensityEstimator2d(const image::ImageConstPtr &pInImg)
wrapper function for algorithm allowing to estimate probability density function of a 2d image ...
Definition of import/export macro for library.