Back to Aurora Vision Studio website

You are here: Start » Filter Reference » OpenCV » Feature Detection » cvCornerEigenValsAndVecs

cvCornerEigenValsAndVecs


Module: OpenCV

Calculates eigenvalues and eigenvectors of image blocks for corner detection.

Name Type Range Description
Input value inSrc Image Input single-channel UINT8 or REAL image.
Input value inBlockSize Integer 1 - Neighborhood size.
Input value inApertureSize Integer 1 - 31 Aperture parameter for the Sobel operator.
Input value inBorderType CvBorderType Pixel extrapolation method.
Output value outDst ImageArray Output array of six single-channel images.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError BORDER_TRANSPARENT is not supported in cvCornerEigenValsAndVecs
DomainError BORDER_WRAP is not supported in cvCornerEigenValsAndVecs
DomainError Input image must be UINT8 single-channel in cvCornerEigenValsAndVecs.

Complexity Level

This filter is available on Basic Complexity Level.