Optional
centroid7
Optional
fastRadius of the circle used for the algorithm.
3
Optional
harrisOptions for the Harris score computation.
Optional
maxMaximum number of features to return.
500
Optional
nbNumber of contiguous pixels on the circle that should have an intensity difference with current pixel larger than threshold. This value is recommended to be 3/4 of the circle points.
3/4*circlePoints.length
Optional
nonWhether to apply non-max suppression to the keypoints. This removes all keypoints which don't have the highest value within the adjacent keypoints.
true
Optional
scoreAlgorithm to use to compute corners score.
'FAST'
Optional
thresholdThreshold for the intensity difference.
20
Diameter of the circle used for compotuation of the intensity centroid.