CvArrPreCornerDetect Method (CvArr, ApertureSize) OpenCvSharp Class Library
Calculates feature map for corner detection

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

public void PreCornerDetect(
	CvArr corners,
	ApertureSize apertureSize
)

Parameters

corners
Type: OpenCvSharpCvArr
Image to store the corner candidates.
apertureSize
Type: OpenCvSharpApertureSize
Aperture parameter for Sobel operator.
See Also

Reference