Hey fellas, I would like to develop a rust application to compare two images, Can you suggest a module to compare images and return bool?
Have you tried searching ? Images — list of Rust libraries/crates // Lib.rs
Do you have particular constraints that would restrict your choices ?
I have DSSIM tool that precisely judges visual difference between images, like a human would:
If you only need strict yes/no comparison, then you can load two images and compare their pixels: