NativeMethodsxphoto_applyChannelGains Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr xphoto_applyChannelGains( IntPtr src, IntPtr dst, float gainB, float gainG, float gainR )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function xphoto_applyChannelGains ( src As IntPtr, dst As IntPtr, gainB As Single, gainG As Single, gainR As Single ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr xphoto_applyChannelGains( IntPtr src, IntPtr dst, float gainB, float gainG, float gainR )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member xphoto_applyChannelGains : src : IntPtr * dst : IntPtr * gainB : float32 * gainG : float32 * gainR : float32 -> IntPtr
OpenCvSharp.NativeMethods.xphoto_applyChannelGains = function(src, dst, gainB, gainG, gainR);