Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » OpenCV » Feature Detection » 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 - 31 | 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 | Input image must be UINT8 single-channel in cvPreCornerDetect. | 
Complexity Level
This filter is available on Basic Complexity Level.

 Basic
