Click or drag to resize

NativeMethodsphoto_textureFlattening 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_textureFlattening(
	IntPtr src,
	IntPtr mask,
	IntPtr dst,
	float low_threshold,
	float high_threshold,
	int kernel_size
)

Parameters

src
Type: SystemIntPtr
mask
Type: SystemIntPtr
dst
Type: SystemIntPtr
low_threshold
Type: SystemSingle
high_threshold
Type: SystemSingle
kernel_size
Type: SystemInt32
See Also