IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
KernelDensityEstimator3d.h
Go to the documentation of this file.
1 // KernelDensityEstimator3d.h:
3 // ---------------------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_KERNELDENSITYESTIMATOR3D_H__
16 #define __IPSDKIPLGLOBALMEASURE_KERNELDENSITYESTIMATOR3D_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/KDEBandwidthPolicy.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedKDEDataSet.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace glbmsr {
26 
27 class KernelDensityEstimator3dLvl1;
28 
31 
41  const ipUInt32 inOptKDENbSamples,
42  const ipsdk::imaproc::attr::KDEBandwidthPolicyConstPtr& pInOptKDEBandwidthPolicy);
44 
54  const ipUInt32 inOptKDENbSamples,
55  const ipsdk::imaproc::attr::KDEBandwidthPolicyConstPtr& pInOptKDEBandwidthPolicy);
57 
60 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<KernelDensityEstimator3dLvl1>
62 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<KernelDensityEstimator3dLvl1>
64  const ipUInt32 inOptKDENbSamples,
65  const ipsdk::imaproc::attr::KDEBandwidthPolicyConstPtr& pInOptKDEBandwidthPolicy);
66 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<KernelDensityEstimator3dLvl1>
68 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<KernelDensityEstimator3dLvl1>
70  const ipUInt32 inOptKDENbSamples,
71  const ipsdk::imaproc::attr::KDEBandwidthPolicyConstPtr& pInOptKDEBandwidthPolicy);
73 
77 getAsyncProcessorOutput(boost::shared_ptr<KernelDensityEstimator3dLvl1> pProcessor);
79 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<KernelDensityEstimator3dLvl1> pProcessor);
81 
84 
85 } // end of namespace glbmsr
86 } // end of namespace imaproc
87 } // end of namespace ipsdk
88 
89 #endif // __IPSDKIPLGLOBALMEASURE_KERNELDENSITYESTIMATOR3D_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::PlanIndexedKDEDataSetPtr multiSlice_kernelDensityEstimator3d(const image::ImageConstPtr &pInImg3d)
wrapper function for algorithm allowing to estimate probability density function of a 3d image ...
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedDoublesPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::DoublesPtr getAsyncProcessorOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< KernelDensityEstimator3dLvl1 > multiSlice_kernelDensityEstimator3d_async(const image::ImageConstPtr &pInImg3d)
asynchronous wrappers
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 ipsdk::imaproc::attr::KDEDataSetPtr kernelDensityEstimator3d(const image::ImageConstPtr &pInImg3d)
wrapper function for algorithm allowing to estimate probability density function of a 3d image ...
Definition of import/export macro for library.
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< KernelDensityEstimator3dLvl1 > kernelDensityEstimator3d_async(const image::ImageConstPtr &pInImg3d)
asynchronous wrappers
uint32_t ipUInt32