top | item 26907379 (no title) jonty | 4 years ago I made something similar that runs in the browser using your webcam, mostly to visualise tracking keypoints.It works best if you're in a well-lit place.* https://github.com/Jonty/triangulator* https://jonty.github.io/triangulator/ discuss order hn newest rh12503|4 years ago Cool! I'm guessing you use an edge detection algorithm like https://github.com/esimov/triangle? jonty|4 years ago Actually I use FAST keypoint detection, which is used to repeatably find "good" points for tracking using computer vision.https://en.wikipedia.org/wiki/Features_from_accelerated_segm...https://opencv-python-tutroals.readthedocs.io/en/latest/py_t...
rh12503|4 years ago Cool! I'm guessing you use an edge detection algorithm like https://github.com/esimov/triangle? jonty|4 years ago Actually I use FAST keypoint detection, which is used to repeatably find "good" points for tracking using computer vision.https://en.wikipedia.org/wiki/Features_from_accelerated_segm...https://opencv-python-tutroals.readthedocs.io/en/latest/py_t...
jonty|4 years ago Actually I use FAST keypoint detection, which is used to repeatably find "good" points for tracking using computer vision.https://en.wikipedia.org/wiki/Features_from_accelerated_segm...https://opencv-python-tutroals.readthedocs.io/en/latest/py_t...
rh12503|4 years ago
jonty|4 years ago
https://en.wikipedia.org/wiki/Features_from_accelerated_segm...
https://opencv-python-tutroals.readthedocs.io/en/latest/py_t...