8 comments

[ 4.3 ms ] story [ 65.1 ms ] thread
I had to write one for an interview many moons ago. It's a fun little exercise.
PSA : The Harris Corner detector, while interesting to understand if you like linear algebra, is not exactly what you'd call state of the art in the feature detection layer of computer vision.
Yes? What is the state of the art?
I believe the SIFT algorithm is most commonly used. Harris struggles when features change in scale between images, whereas SIFT does not. Harris can be outfitted with a Laplacian pyramid to overcome the scale issue though.
which is funny since SIFT is basically just as ancient.
Actually, it is a part of the ORB algorithm and ORB is especially used a lot in visual SLAM applications.