IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GaussianCurveNdEstimator.h
1 // GaussianCurveNdEstimator.h:
3 // ---------------------------
4 //
21 
22 #ifndef __IPSDKMATH_GAUSSIANCURVENDESTIMATOR_H__
23 #define __IPSDKMATH_GAUSSIANCURVENDESTIMATOR_H__
24 
26 #include <IPSDKMath/Statistics/GaussianCurveEstimator/BaseGaussianCurveEstimator.h>
27 
28 namespace ipsdk {
29 namespace math {
30 
33 
35 {
36 public:
39  GaussianCurveNdEstimator(const ipUInt32 curveDomainSize);
42 
43 // methods
44 public:
45 
46 // attributes
47 protected:
48 
49 };
50 
53 
54 } // end of namespace math
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKMATH_GAUSSIANCURVENDESTIMATOR_H__
Definition of import/export macro for library.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Class allowing to estimate gaussian curve parameters from a set of input data.
Definition: GaussianCurveNdEstimator.h:34
Base class allowing to estimate gaussian curve parameters from a set of input data (based on Caruana’...
Definition: BaseGaussianCurveEstimator.h:48
#define IPSDKMATH_API
Import/Export macro for library IPSDKMath.
Definition: IPSDKMathExports.h:27
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53