computes both eigenvalues and the eigenvectors of 2x2 derivative covariation matrix at each pixel. The output is stored as 6-channel matrix.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Mat CornerEigenValsAndVecs( int blockSize, int ksize, BorderType borderType = BorderType.Reflect101 )
Parameters
- blockSize
- Type: SystemInt32
[Missing <param name="blockSize"/> documentation for "M:OpenCvSharp.CPlusPlus.Mat.CornerEigenValsAndVecs(System.Int32,System.Int32,OpenCvSharp.BorderType)"]
- ksize
- Type: SystemInt32
[Missing <param name="ksize"/> documentation for "M:OpenCvSharp.CPlusPlus.Mat.CornerEigenValsAndVecs(System.Int32,System.Int32,OpenCvSharp.BorderType)"]
- borderType (Optional)
- Type: OpenCvSharpBorderType
[Missing <param name="borderType"/> documentation for "M:OpenCvSharp.CPlusPlus.Mat.CornerEigenValsAndVecs(System.Int32,System.Int32,OpenCvSharp.BorderType)"]
Return Value
Type: Mat[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Mat.CornerEigenValsAndVecs(System.Int32,System.Int32,OpenCvSharp.BorderType)"]
See Also