Matching lines between 2 images with known motion ?
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).