Detect BRISK features and return BRISKPoints
object
returns
a points
= detectBRISKFeatures(I
)BRISKPoints
object, points
.
The object contains information about BRISK features detected in a
2-D grayscale input image, I
. The detectBRISKFeatures
function
uses a Binary Robust Invariant Scalable Keypoints (BRISK) algorithm
to detect multiscale corner features.
uses
additional options specified by one or more points
= detectBRISKFeatures(I
,Name,Value
)Name,Value
pair
arguments.
[1] Leutenegger, S., M. Chli and R. Siegwart. “BRISK: Binary Robust Invariant Scalable Keypoints”, Proceedings of the IEEE International Conference, ICCV, 2011.
detectFASTFeatures
| detectFASTFeatures
| detectHarrisFeatures
| detectKAZEFeatures
| detectMSERFeatures
| detectMinEigenFeatures
| detectORBFeatures
| detectSURFFeatures
| extractFeatures
| extractHOGFeatures
| matchFeatures