Tag: ImageKeyPoints

Checking Image Overlap with Mathematica – Part 2

Written by on December 25, 2016 in Image Processing, Mathematica, Programming with 0 Comments
Checking Image Overlap with Mathematica – Part 2

In the previous post, we discussed one technique to check the overlap between two given images of equal dimensions. In today’s post, let us look at another idea that uses Mathematica’s ImageCorrespondingPoints function. As per the documentation, the ImageCorrespondingPoints function finds a set of matching interest points between two given images and returns their coordinates. Internally […]

Continue Reading

Top