Detect and store ORB keypoints
specifies options using one or more name-value pair arguments.points
= detectORBFeatures(I
,Name,Value
)
The function detects keypoints from the input image by using the ORB feature detection method in [1].
[1] Rublee, E., V. Rabaud, K. Konolige, and G. Bradski. "ORB: An Efficient Alternative to SIFT or SURF." In Proceedings of the 2011 International Conference on Computer Vision, 2564–2571. Barcelona, Spain: IEEE, 2011.
detectBRISKFeatures
| detectFASTFeatures
| detectHarrisFeatures
| detectKAZEFeatures
| detectMinEigenFeatures
| detectMSERFeatures
| detectSURFFeatures
| extractFeatures
| matchFeatures
| ORBPoints