PvaFastCornerDetectorParamsRec#
Defined in public/src/operator/include/OpFastCorner.h
-
struct PvaFastCornerDetectorParamsRec#
Structure to hold parameters for the FAST corner detector.
Public Members
-
int32_t circleRadius#
The radius of the circle around a pixel used for corner detection.
-
int32_t arcLength#
The arc length defines the number of contiguous pixels on the circle that are considered during corner evaluation.
-
uint8_t nonMaxSuppression#
Specifies whether non-maximum suppression should be applied to refine corner detection results.
-
int32_t circleRadius#