Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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).

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).