NativeMethodsflann_AutotunedIndexParams_new Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr flann_AutotunedIndexParams_new( float targetPrecision, float buildWeight, float memoryWeight, float sampleFraction )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function flann_AutotunedIndexParams_new ( targetPrecision As Single, buildWeight As Single, memoryWeight As Single, sampleFraction As Single ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr flann_AutotunedIndexParams_new( float targetPrecision, float buildWeight, float memoryWeight, float sampleFraction )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member flann_AutotunedIndexParams_new : targetPrecision : float32 * buildWeight : float32 * memoryWeight : float32 * sampleFraction : float32 -> IntPtr
OpenCvSharp.NativeMethods.flann_AutotunedIndexParams_new = function(targetPrecision, buildWeight, memoryWeight, sampleFraction);