Improve ORB example

This commit is contained in:
Johannes Schönberger
2014-01-22 18:50:05 -05:00
parent a1052c02a1
commit 72f2963ca7
+3 -3
View File
@@ -7,9 +7,9 @@ This example demonstrates the ORB feature detection and binary description
algorithm. It uses an oriented FAST detection method and the rotated BRIEF
descriptors.
ORB is comparatively scale- and rotation-invariant. As a binary descriptor it
allows to employ the very efficient Hamming distance metric for matching and
is thus preferred for real-time applications.
Unlike BRIEF, ORB is comparatively scale- and rotation-invariant while still
employing the very efficient Hamming distance metric for matching. As such, it
is preferred for real-time applications.
"""
from skimage import data