NativeMethodscvCanny Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvCanny(System.IntPtr,System.IntPtr,System.Double,System.Double,OpenCvSharp.ApertureSize)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void cvCanny(
	IntPtr image,
	IntPtr edges,
	double threshold1,
	double threshold2,
	ApertureSize aperture_size
)

Parameters

image
Type: SystemIntPtr

[Missing <param name="image"/> documentation for "M:OpenCvSharp.NativeMethods.cvCanny(System.IntPtr,System.IntPtr,System.Double,System.Double,OpenCvSharp.ApertureSize)"]

edges
Type: SystemIntPtr

[Missing <param name="edges"/> documentation for "M:OpenCvSharp.NativeMethods.cvCanny(System.IntPtr,System.IntPtr,System.Double,System.Double,OpenCvSharp.ApertureSize)"]

threshold1
Type: SystemDouble

[Missing <param name="threshold1"/> documentation for "M:OpenCvSharp.NativeMethods.cvCanny(System.IntPtr,System.IntPtr,System.Double,System.Double,OpenCvSharp.ApertureSize)"]

threshold2
Type: SystemDouble

[Missing <param name="threshold2"/> documentation for "M:OpenCvSharp.NativeMethods.cvCanny(System.IntPtr,System.IntPtr,System.Double,System.Double,OpenCvSharp.ApertureSize)"]

aperture_size
Type: OpenCvSharpApertureSize

[Missing <param name="aperture_size"/> documentation for "M:OpenCvSharp.NativeMethods.cvCanny(System.IntPtr,System.IntPtr,System.Double,System.Double,OpenCvSharp.ApertureSize)"]

See Also

Reference