Back to Adaptive Vision Studio website

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

cvPreCornerDetect


Module: OpenCV

Calculates the feature map for corner detection.

Name Type Range Description
inSrc Image Input single-channel UINT8 or REAL image.
inApertureSize Integer 1 - Aperture size of the Sobel operator.
inBorderType CvBorderType Pixel extrapolation method.
outDst Image Output image.

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 inApertureSize must be odd and not larger than 31 in cvPreCornerDetect.
DomainError Input image must be UINT8 single-channel in cvPreCornerDetect.

Complexity Level

This filter is available on Basic Complexity Level.