Click or drag to resize

Cv2CornerEigenValsAndVecs Method

computes both eigenvalues and the eigenvectors of 2x2 derivative covariation matrix at each pixel. The output is stored as 6-channel matrix.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void CornerEigenValsAndVecs(
	InputArray src,
	OutputArray dst,
	int blockSize,
	int ksize,
	BorderTypes borderType = BorderTypes.Reflect101
)

Parameters

src
Type: OpenCvSharpInputArray
dst
Type: OpenCvSharpOutputArray
blockSize
Type: SystemInt32
ksize
Type: SystemInt32
borderType (Optional)
Type: OpenCvSharpBorderTypes
See Also