tokee / juxta

Generates large collages of images using OpenSeadragon
Apache License 2.0
48 stars 6 forks source link

Make IMAGE_SORT=similarity accept 2 mirrored collections #71

Closed tokee closed 4 years ago

tokee commented 4 years ago

When using IMAGE_SORT=similarity, it is sometimes better to perform the similarity sort on a normalised version of the images, where normalisation can be things like greyscaling, cropping or distortion or features.

There should be a feature IMAGE_SORT_SOURCE where it is possible to state a file with a the normalised version of the images, which will determine the sort order. The sort_source should contain the same image names as the primary source, of course in another location. This will require all image names in the source to be unique.