acdha / image-mining

Experiments mining image collections using OpenCV
Other
64 stars 21 forks source link

Optional comparison after thumbnail reconstruction #2

Open acdha opened 10 years ago

acdha commented 10 years ago

After reconstructing a thumbnail we could do a direct comparison by generating a new version at the input size and comparing the two.

Using perceptual-diff might be a bit slow but it seems functionally appealing.

A simple eyeball scan using an HTML page with side-by-side images might also be worth doing for simplicity's sake