Table of Contents

Method CornerEigenValsAndVecs

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CornerEigenValsAndVecs(InputArray, OutputArray, int, int, BorderTypes)

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

public static void CornerEigenValsAndVecs(InputArray src, OutputArray dst, int blockSize, int ksize, BorderTypes borderType = BorderTypes.Default)

Parameters

src InputArray
dst OutputArray
blockSize int
ksize int
borderType BorderTypes