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: 1.0.0
Syntax
public static void CornerEigenValsAndVecs(
	InputArray src,
	OutputArray dst,
	int blockSize,
	int ksize,
	BorderTypes borderType = BorderTypes.Reflect101
)

Parameters

src
Type: OpenCvSharpInputArray

[Missing <param name="src"/> documentation for "M:OpenCvSharp.Cv2.CornerEigenValsAndVecs(OpenCvSharp.InputArray,OpenCvSharp.OutputArray,System.Int32,System.Int32,OpenCvSharp.BorderTypes)"]

dst
Type: OpenCvSharpOutputArray

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.Cv2.CornerEigenValsAndVecs(OpenCvSharp.InputArray,OpenCvSharp.OutputArray,System.Int32,System.Int32,OpenCvSharp.BorderTypes)"]

blockSize
Type: SystemInt32

[Missing <param name="blockSize"/> documentation for "M:OpenCvSharp.Cv2.CornerEigenValsAndVecs(OpenCvSharp.InputArray,OpenCvSharp.OutputArray,System.Int32,System.Int32,OpenCvSharp.BorderTypes)"]

ksize
Type: SystemInt32

[Missing <param name="ksize"/> documentation for "M:OpenCvSharp.Cv2.CornerEigenValsAndVecs(OpenCvSharp.InputArray,OpenCvSharp.OutputArray,System.Int32,System.Int32,OpenCvSharp.BorderTypes)"]

borderType (Optional)
Type: OpenCvSharpBorderTypes

[Missing <param name="borderType"/> documentation for "M:OpenCvSharp.Cv2.CornerEigenValsAndVecs(OpenCvSharp.InputArray,OpenCvSharp.OutputArray,System.Int32,System.Int32,OpenCvSharp.BorderTypes)"]

See Also