NativeMethodsHOGDescriptor_new Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr HOGDescriptor_new( Size win_size, Size block_size, Size block_stride, Size cell_size, int nbins, double winSigma, double threshold_L2Hys, bool gamma_correction, int nlevels )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function HOGDescriptor_new ( win_size As Size, block_size As Size, block_stride As Size, cell_size As Size, nbins As Integer, winSigma As Double, threshold_L2Hys As Double, gamma_correction As Boolean, nlevels As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr HOGDescriptor_new( Size win_size, Size block_size, Size block_stride, Size cell_size, int nbins, double winSigma, double threshold_L2Hys, bool gamma_correction, int nlevels )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member HOGDescriptor_new : win_size : Size * block_size : Size * block_stride : Size * cell_size : Size * nbins : int * winSigma : float * threshold_L2Hys : float * gamma_correction : bool * nlevels : int -> IntPtr
OpenCvSharp.NativeMethods.HOGDescriptor_new = function(win_size, block_size, block_stride, cell_size, nbins, winSigma, threshold_L2Hys, gamma_correction, nlevels);