rep_concat_imgs_vals_uniq
No arguments
Description:
Deduplicate images based on their pixel values using a hash table, then output images describing the unique serialized values.
Each image is internally serialized as a string of its values. Images
with identical value sequences are considered duplicates.
Outputs a string-table representation of the unique images:
image[0]: concatenation of serialized image value strings
image[1]: [offset,length] per entry (ch0=offset, ch1=length)
Warning! This should only be used for small images with different dimensions.
Also returns the length of the longest image.