Remove sequential and similar images#

Usage: remove_seq_sim.py <dir> <threshold>

dir: folder with images
threshold: accumulated Chi-square histogram distance cutoff for unique images, higher is less similar

“sequential” means sorted() See also: https://docs.opencv.org/3.4/d8/dc8/tutorial_histogram_comparison.html

Deletion ~percentage by threshold values for giusti: 32: 47 35: 49 50: 56 70: 63 80: 67 150: 78 200: 81 300: 86 <- 400: 88


This documentation page was generated from a python file. The file is located in the repo folder corresponding to this documentation page. You can also click the `suggest edit` link (GitHub logo, top right) to open the file for editing in GitHub.