NativeMethodscore_getOptimalDFTSize Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int core_getOptimalDFTSize( int vecsize )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_getOptimalDFTSize ( vecsize As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int core_getOptimalDFTSize( int vecsize )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_getOptimalDFTSize : vecsize : int -> int
OpenCvSharp.NativeMethods.core_getOptimalDFTSize = function(vecsize);