NativeMethodsxphoto_createLearningBasedWB Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr xphoto_createLearningBasedWB( string trackerType )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function xphoto_createLearningBasedWB ( trackerType As String ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr xphoto_createLearningBasedWB( String^ trackerType )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member xphoto_createLearningBasedWB : trackerType : string -> IntPtr
OpenCvSharp.NativeMethods.xphoto_createLearningBasedWB = function(trackerType);