CvArrCornerEigenValsAndVecs Method (CvArr, Int32) OpenCvSharp Class Library
Calculates eigenvalues and eigenvectors of image blocks for corner detection

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

public void CornerEigenValsAndVecs(
	CvArr eigenvv,
	int blockSize
)

Parameters

eigenvv
Type: OpenCvSharpCvArr
Image to store the results. It must be 6 times wider than the input image.
blockSize
Type: SystemInt32
Neighborhood size.
See Also

Reference