Home > Software design >  How can i reproduce an image out of randomly shuffled pixels?
How can i reproduce an image out of randomly shuffled pixels?

Time:09-17

enter image description here

CodePudding user response:

It's impossible to do that reliably as far as I know. Theoretically you could brute force it by shuffling the pixels over and over and feeding the result into Amazon Rekognition, but you would end up with a huge AWS bill and probably only something that is approximately the original picture.

  • Related