mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-24 13:20:43 +08:00
Quick initial implementation of ORB descriptor in Python
This commit is contained in:
committed by
Johannes Schönberger
parent
aeef8ef3e7
commit
63b47a7cb6
@@ -34,6 +34,7 @@ def descriptor_orb(image, keypoints, keypoints_angle):
|
||||
pr2 = steered_pos2[j][0]
|
||||
pc2 = steered_pos2[j][1]
|
||||
descriptors[i, j] = (image[pr1, pc1] < image[pr2, pc2])
|
||||
|
||||
return descriptors
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user