IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
KDEBandwidthMethodTypes.h
Go to the documentation of this file.
1 // KDEBandwidthMethodTypes.h:
3 // --------------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_KDEBANDWIDTHMETHODTYPES_H__
17 #define __IPSDKIPLATTRIBUTES_KDEBANDWIDTHMETHODTYPES_H__
18 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace attr {
24 
27 
36 )
37 
38 
41 } // end of namespace attr
42 } // end of namespace imaproc
43 } // end of namespace ipsdk
44 
45 #endif // __IPSDKIPLATTRIBUTES_KDEBANDWIDTHMETHODTYPES_H__
Scott's rule is used : [D.W. Scott, "Multivariate Density Estimation: Theory, Practice, and Visualization", John Wiley & Sons, New York, Chicester, 1992.].
Definition: KDEBandwidthMethodTypes.h:35
Silverman's rule is used : [B.W. Silverman, "Density Estimation for Statistics and Data Analysis"...
Definition: KDEBandwidthMethodTypes.h:37
Optimal bandwidth parameter under gaussian basis function used to approximate univariate data : [Sil...
Definition: KDEBandwidthMethodTypes.h:39
eKDEBandwidthMethod
Enumerate describing method used to select bandwidth parameter ( ) during processing of a kernel dens...
Definition: KDEBandwidthMethodTypes.h:33
Bandwidth parameter is a user defined parameter.
Definition: KDEBandwidthMethodTypes.h:41
#define IPSDK_ENUM(enumTypeStr, enumSeq)