CvCornerMinEigenVal Method (CvArr, CvArr, Int32) OpenCvSharp Class Library
Calculates minimal eigenvalue of gradient matrices for corner detection

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

public static void CornerMinEigenVal(
	CvArr image,
	CvArr eigenval,
	int blockSize
)

Parameters

image
Type: OpenCvSharpCvArr
Input image.
eigenval
Type: OpenCvSharpCvArr
Image to store the minimal eigen values. Should have the same size as image
blockSize
Type: SystemInt32
Neighborhood size.
See Also

Reference