I wanted an app that takes two images and detects the position of the first image in the second, I also didn’t want to use Artificial intelligence.
What I need to do can be summed up in three steps:

  1. find good keypoints (or features) on the first image
  2. do the same on the second image
  3. match the keypoints of the first image to those of the second
    Simple enough won’t you say?! lets see our options
    For a task this simple I didn’t want to use AI, I just started learning AI and I’m a total noob, the next best thing is an algorithm called SIFT!

#computer-science #opencv #python #computer-vision

Feature-matching using BRISK
1.40 GEEK