I am assuming that you just ...
Published by Raj Bhagat Palanichamy
I am assuming that you just want to find the difference between two images. In that case import both the images using gdal and read them as numpy arrays. After that you can play anything between the two numpy arrays (Cell by cell comparison , statistics etc) .
you need gdal and numpy to do this.
you need gdal and numpy to do this.