returns Gaussian random variate with mean zero.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double Gaussian(
double sigma
)
Public Function Gaussian (
sigma As Double
) As Double
public:
double Gaussian(
double sigma
)
member Gaussian :
sigma : float -> float
function Gaussian(sigma);
Parameters
- sigma
- Type: SystemDouble
Return Value
Type:
Double
See Also