IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Attributes | List of all members
ipsdk::math::HistogramGaussianCurveFit Struct Reference

structure allowing to encapsulate gaussian curve fit information More...

#include <HistogramTypes.h>

Public Attributes

ipReal64 _csteA
 gaussian curve $A$ constant
 
ipReal64 _csteMu
 gaussian curve $\mu$ constant
 
ipReal64 _csteSigma
 gaussian curve $\sigma$ constant
 
EstimationResults _estimationResults
 estimation results data structure
 

Detailed Description

structure allowing to encapsulate gaussian curve fit information

Fitted gaussian curve is defined as follow :

\[ \begin{cases} G:\Re \rightarrow \Re \\ y = G(X) = Ae^{-\frac{(x-\mu)^2}{2\sigma^2}} \end{cases} \text{where} \begin{cases} x & \text{bin population}\\ y & \text{bin mid value} \\ \end{cases} \]


The documentation for this struct was generated from the following file: