alemart / speedy-vision

GPU-accelerated Computer Vision for JavaScript.
Apache License 2.0
172 stars 28 forks source link

Discretize ORB patch orientation #14

Closed martinpucala closed 3 years ago

martinpucala commented 3 years ago

In the ORB paper the patch orientation is discretized into 30 steps 12-degree steps. Subjectively it was giving me better results when processing and especially matching live camera feed.

Next step could be adding the missing 29 sets of 256 test pairs coordinates and save sin/cos calculation for each keypoint.

martinpucala commented 3 years ago

Thanks, done.