Click or drag to resize

NativeMethodsphoto_illuminationChange 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 void photo_illuminationChange(
	IntPtr src,
	IntPtr mask,
	IntPtr dst,
	float alpha,
	float beta
)

Parameters

src
Type: SystemIntPtr
mask
Type: SystemIntPtr
dst
Type: SystemIntPtr
alpha
Type: SystemSingle
beta
Type: SystemSingle
See Also