Is there a way to reverse image search the ballots locally without using the internet? I would like to compare each ballot image to all the rest. I know it will take forever but is there software you can run locally to perform this function?
You're viewing a single comment thread. View all comments, or full comment thread.
Comments (10)
sorted by:
Could you track the image metadata? Or run a pixel-by-pixel comparison (using ImageMagick or the like).
You could run one image and "pass the comparison through a quick sort" type algorithm. Would still take an immense amount of processing time/memory, however.