detectBRISKFeatures
Detect BRISK features
Description
returns a points
= detectBRISKFeatures(I
)BRISKPoints
object,
points
. The object contains information about BRISK
features detected in a 2-D grayscale or binary 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 name-value arguments.points
= detectBRISKFeatures(I
,Name,Value
)
Examples
Input Arguments
Output Arguments
References
[1] Leutenegger, S., M. Chli and R. Siegwart. “BRISK: Binary Robust Invariant Scalable Keypoints”, Proceedings of the IEEE International Conference, ICCV, 2011.
Extended Capabilities
Version History
Introduced in R2014a
See Also
Functions
detectSURFFeatures
|detectMinEigenFeatures
|detectFASTFeatures
|detectHarrisFeatures
|detectMSERFeatures
|detectKAZEFeatures
|detectORBFeatures
|extractFeatures
|extractHOGFeatures
|detectFASTFeatures
|matchFeatures