NativeMethodsimg_hash_RadialVarianceHash_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr img_hash_RadialVarianceHash_create( double sigma, int numOfAngleLine )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function img_hash_RadialVarianceHash_create ( sigma As Double, numOfAngleLine As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr img_hash_RadialVarianceHash_create( double sigma, int numOfAngleLine )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member img_hash_RadialVarianceHash_create : sigma : float * numOfAngleLine : int -> IntPtr
OpenCvSharp.NativeMethods.img_hash_RadialVarianceHash_create = function(sigma, numOfAngleLine);