Calculates feature map for corner detection
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void PreCornerDetect( CvArr image, CvArr corners, ApertureSize apertureSize )
Parameters
- image
- Type: OpenCvSharpCvArr
Input image. - corners
- Type: OpenCvSharpCvArr
Image to store the corner candidates. - apertureSize
- Type: OpenCvSharpApertureSize
Aperture parameter for Sobel operator.
See Also