To think the minecraft image really is in black and white is mind blowing.
I wonder if that could become a minecraft mode and how it would look as a video
I agree. The github page links to a Google colab page though(https://colab.research.google.com/drive/1WJfLJH0mBzXGGeRfvQa...) where the first image has a diagonal grid with much less frequent lines. This version of the illusion is more compelling to me.
I genuinely don't really understand what's trying to be proven here.
I mean, it's just how our eye+brain work indeed. You can make it "better" by dezooming on the images, or "worst" by zooming in, which is just as expected.
It doesn't really seem far from other techniques for image compression, just a less good version of those ?
The photos look exactly as I'd imagine they should, i.e. if the grid is providing 20% of the color of the original, the result looks 20% as colorful... I'm not sure I get what's "magical" about this?
Hm, not sure. We can easily resolve the structural detail within each grid, so does our brain just interpolate for colour? I wonder would a green grid on the sky make us perceive a green sky, or do we interpolate it here because we know the sky should be blue.
If I zoom into the point where I can clearly see the grid pixels, the grayscale areas in between the grid lines still have an illusion of color for me. I think the examples images have too fine of a grid that makes the illusion seem unimpressive and trivial. But if you open them in an image editor (or just use your browser's magnify feature) and zoom in, there's a point where things change from being just a blurry color image to a surprising illusion.
The default interpolation for imshow is 'antialiased' so I think the calls to imshow should use interpolation='none' to avoid the line colors bleeding into the gray image
"Optical Illusion" feels strong here -- really the image is just being desaturated. Same effect can be seen by just replacing random pixels with their grayscale equivalent.
Not to take away from the post (which is nice), but it's kind of funny that the illusion is to make a black and white image look sort of color only by overlaying it with some color.
This reminds me of the old King of the Hill episode where Dale says "If you want, I can show you how to make a bomb out of a roll of toilet paper and a stick of dynamite."
19 comments
[ 1.5 ms ] story [ 58.6 ms ] threadI mean, it's just how our eye+brain work indeed. You can make it "better" by dezooming on the images, or "worst" by zooming in, which is just as expected.
It doesn't really seem far from other techniques for image compression, just a less good version of those ?
That's what optical illusions are
It's interesting zooming in, until the point that your brains perceives the grid properly, and a B&W image pops forth.
Something like:
This reminds me of the old King of the Hill episode where Dale says "If you want, I can show you how to make a bomb out of a roll of toilet paper and a stick of dynamite."