NativeMethodsxphoto_LearningBasedWB_SaturationThreshold_set Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static float xphoto_LearningBasedWB_SaturationThreshold_set( IntPtr prt, float value )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function xphoto_LearningBasedWB_SaturationThreshold_set ( prt As IntPtr, value As Single ) As Single
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static float xphoto_LearningBasedWB_SaturationThreshold_set( IntPtr prt, float value )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member xphoto_LearningBasedWB_SaturationThreshold_set : prt : IntPtr * value : float32 -> float32
OpenCvSharp.NativeMethods.xphoto_LearningBasedWB_SaturationThreshold_set = function(prt, value);