I am looking for an easiest way to compare images in two different directories and identify the best match. After finding the best match, save images into a new directory with the same name of images that are in source directory. For example
/path/to/src/img1, img2, img3.......
/path/to/dest/img11, img22, img33.....
/path/to/target/img1, img2, img3....
I did some research online i found compare
command using imagemagick but i am quit new and couldn't figure out how it will work with set of multiple images in two different directories and name the images with respect to names of src
directory.
Please ask me if i couldn't explain you my problem briefly.
Any help will be much appreciated. Thanks in advance.