Cv2GetGaussianKernel Method |
Namespace: OpenCvSharp
public static Mat GetGaussianKernel( int ksize, double sigma, Nullable<MatType> ktype = null )
Public Shared Function GetGaussianKernel ( ksize As Integer, sigma As Double, Optional ktype As Nullable(Of MatType) = Nothing ) As Mat
public: static Mat^ GetGaussianKernel( int ksize, double sigma, Nullable<MatType> ktype = nullptr )
static member GetGaussianKernel : ksize : int * sigma : float * ?ktype : Nullable<MatType> (* Defaults: let _ktype = defaultArg ktype null *) -> Mat
OpenCvSharp.Cv2.GetGaussianKernel = function(ksize, sigma, ktype);