NativeMethodscvCornerHarris Method OpenCvSharp Class Library

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

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

public static void cvCornerHarris(
	IntPtr image,
	IntPtr harris_responce,
	int block_size,
	ApertureSize aperture_size,
	double k
)

Parameters

image
Type: SystemIntPtr

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

harris_responce
Type: SystemIntPtr

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

block_size
Type: SystemInt32

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

aperture_size
Type: OpenCvSharpApertureSize

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

k
Type: SystemDouble

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

See Also

Reference