IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
KernelDensityEstimator2d.h File Reference

Wrapper functions for algorithm allowing to estimate probability density function of a 2d image. More...

#include <IPSDKIPL/IPSDKIPLGlobalMeasure/IPSDKIPLGlobalMeasureExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/KDEBandwidthPolicy.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedKDEDataSet.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::glbmsr
 Namespace aggregating global measure operations on images, pixel by pixel.
 

Functions

IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::KDEDataSetPtr ipsdk::imaproc::glbmsr::kernelDensityEstimator2d (const image::ImageConstPtr &pInImg)
 wrapper function for algorithm allowing to estimate probability density function of a 2d image More...
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::KDEDataSetPtr ipsdk::imaproc::glbmsr::kernelDensityEstimator2d (const image::ImageConstPtr &pInImg, const ipUInt32 inOptKDENbSamples, const ipsdk::imaproc::attr::KDEBandwidthPolicyConstPtr &pInOptKDEBandwidthPolicy)
 wrapper function for algorithm allowing to estimate probability density function of a 2d image More...
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedKDEDataSetPtr ipsdk::imaproc::glbmsr::multiSlice_kernelDensityEstimator2d (const image::ImageConstPtr &pInImg)
 wrapper function for algorithm allowing to estimate probability density function of a 2d image More...
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedKDEDataSetPtr ipsdk::imaproc::glbmsr::multiSlice_kernelDensityEstimator2d (const image::ImageConstPtr &pInImg, const ipUInt32 inOptKDENbSamples, const ipsdk::imaproc::attr::KDEBandwidthPolicyConstPtr &pInOptKDEBandwidthPolicy)
 wrapper function for algorithm allowing to estimate probability density function of a 2d image More...
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< KernelDensityEstimator2dLvl1 > ipsdk::imaproc::glbmsr::kernelDensityEstimator2d_async (const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< KernelDensityEstimator2dLvl1 > ipsdk::imaproc::glbmsr::kernelDensityEstimator2d_async (const image::ImageConstPtr &pInImg, const ipUInt32 inOptKDENbSamples, const ipsdk::imaproc::attr::KDEBandwidthPolicyConstPtr &pInOptKDEBandwidthPolicy)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< KernelDensityEstimator2dLvl1 > ipsdk::imaproc::glbmsr::multiSlice_kernelDensityEstimator2d_async (const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< KernelDensityEstimator2dLvl1 > ipsdk::imaproc::glbmsr::multiSlice_kernelDensityEstimator2d_async (const image::ImageConstPtr &pInImg, const ipUInt32 inOptKDENbSamples, const ipsdk::imaproc::attr::KDEBandwidthPolicyConstPtr &pInOptKDEBandwidthPolicy)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::KDEDataSetPtr ipsdk::imaproc::glbmsr::getAsyncProcessorOutput (boost::shared_ptr< KernelDensityEstimator2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedKDEDataSetPtr ipsdk::imaproc::glbmsr::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< KernelDensityEstimator2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for algorithm allowing to estimate probability density function of a 2d image.

Author
E.Noirfalise
Date
2017/02/02