NativeMethodsobjdetect_HOGDescriptor_new2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr objdetect_HOGDescriptor_new2( Size winSize, Size blockSize, Size blockStride, Size cellSize, int nbins, int derivAperture, double winSigma, HistogramNormType histogramNormType, double l2HysThreshold, int gammaCorrection, int nlevels )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function objdetect_HOGDescriptor_new2 ( winSize As Size, blockSize As Size, blockStride As Size, cellSize As Size, nbins As Integer, derivAperture As Integer, winSigma As Double, histogramNormType As HistogramNormType, l2HysThreshold As Double, gammaCorrection As Integer, nlevels As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr objdetect_HOGDescriptor_new2( Size winSize, Size blockSize, Size blockStride, Size cellSize, int nbins, int derivAperture, double winSigma, HistogramNormType histogramNormType, double l2HysThreshold, int gammaCorrection, int nlevels )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_HOGDescriptor_new2 : winSize : Size * blockSize : Size * blockStride : Size * cellSize : Size * nbins : int * derivAperture : int * winSigma : float * histogramNormType : HistogramNormType * l2HysThreshold : float * gammaCorrection : int * nlevels : int -> IntPtr
OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_new2 = function(winSize, blockSize, blockStride, cellSize, nbins, derivAperture, winSigma, histogramNormType, l2HysThreshold, gammaCorrection, nlevels);