Click or drag to resize

NativeMethodsximgproc_StructuredEdgeDetection_edgesNms 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 ximgproc_StructuredEdgeDetection_edgesNms(
	IntPtr obj,
	IntPtr edge_image,
	IntPtr orientation_image,
	IntPtr dst,
	int r,
	int s,
	float m,
	int isParallel
)

Parameters

obj
Type: SystemIntPtr
edge_image
Type: SystemIntPtr
orientation_image
Type: SystemIntPtr
dst
Type: SystemIntPtr
r
Type: SystemInt32
s
Type: SystemInt32
m
Type: SystemSingle
isParallel
Type: SystemInt32
See Also