Calculates minimal eigenvalue of gradient matrices for corner detection
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- image
- Type: OpenCvSharpCvArr
Input image. - eigenval
- Type: OpenCvSharpCvArr
Image to store the minimal eigen values. Should have the same size as image - blockSize
- Type: SystemInt32
Neighborhood size.
See Also