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
[Missing <returns> documentation for "M:OpenCvSharp.Cv2.GetGaussianKernel(System.Int32,System.Double,System.Nullable{OpenCvSharp.MatType})"]