[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvPreCornerDetect(System.IntPtr,System.IntPtr,OpenCvSharp.ApertureSize)"]
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void cvPreCornerDetect( IntPtr image, IntPtr corners, ApertureSize aperture_size )
Parameters
- image
- Type: SystemIntPtr
[Missing <param name="image"/> documentation for "M:OpenCvSharp.NativeMethods.cvPreCornerDetect(System.IntPtr,System.IntPtr,OpenCvSharp.ApertureSize)"]
- corners
- Type: SystemIntPtr
[Missing <param name="corners"/> documentation for "M:OpenCvSharp.NativeMethods.cvPreCornerDetect(System.IntPtr,System.IntPtr,OpenCvSharp.ApertureSize)"]
- aperture_size
- Type: OpenCvSharpApertureSize
[Missing <param name="aperture_size"/> documentation for "M:OpenCvSharp.NativeMethods.cvPreCornerDetect(System.IntPtr,System.IntPtr,OpenCvSharp.ApertureSize)"]
See Also