Comparing two images
I'm just getting started with OpenCV and I want to compare two similar images. I am trying to get a percentage back indicating their similarity. I am using sobel to filter out the horizontal lines and then i want to compare just the vertical lines in the image. I am using python and opencv3.0.