Click or drag to resize

NativeMethodsxphoto_applyChannelGains Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr xphoto_applyChannelGains(
	IntPtr src,
	IntPtr dst,
	float gainB,
	float gainG,
	float gainR
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
gainB
Type: SystemSingle
gainG
Type: SystemSingle
gainR
Type: SystemSingle

Return Value

Type: IntPtr
See Also