Matching lines between 2 images with known motion ?

asked 2017-07-04 04:38:21 -0600

Liraty gravatar image

updated 2017-07-04 08:23:13 -0600

So I've got 2 images, I use a line detector for those 2 (canny or Laplacian of gaussian). And I want to match the lines of the first image with the lines of the second, is there a way to do this with opencv ?

The purpose of my application is to estimate the distance between those 2 images (before and after the motion).

edit retag flag offensive close merge delete