Hiding Images in Plain Sight: The Physics of Magic Windows
11–20 of 26 posts
Re: Hiding Images in Plain Sight: The Physics of Magic Windows
#12Re: Hiding Images in Plain Sight: The Physics of Magic Windows
#13Re: Hiding Images in Plain Sight: The Physics of Magic Windows
#14Re: Hiding Images in Plain Sight: The Physics of Magic Windows
#15Meanwhile I spent all day debugging a mess of React code, ultimately getting nowhere. Life choices questioning intensifies.
Re: Hiding Images in Plain Sight: The Physics of Magic Windows
#16Re: Hiding Images in Plain Sight: The Physics of Magic Windows
#17I understand Step 1, growing and shrinking the cells such that the area of the cell on the window is proportional to the brightness of the corresponding cell on the image plane. Intuitively this feels like the cells on the window represent the total light budget, and growing a cell means taking a larger proportion of the incoming light to aim towards a given point.
But I'm stuck at Step 2. If a window cell has a single normal, i.e. if it's a flat plane, I don't see how it would increase the brightness. Like the author previously describes, the brightness is dependent on the second derivative of the height, not the first. A larger flat window cell will not make for a brighter image cell, it'll simply make the image cell larger. Brightness could be increased by having more window cells aimed at the same point, not larger cells.
The way I understand this could work is if the second step of converting the window cells into normals is done at a much higher resolution than the given map, and the target point is fixed for each cell. That way, the normal could vary over the course of a window cell, and every cell would function as a tiny lens, where now bigger lenses would in fact lead to brighter spots.
I assume I'm missing something, can anyone tell me where I go wrong?
Re: Hiding Images in Plain Sight: The Physics of Magic Windows
#18Meanwhile I spent all day debugging a mess of React code, ultimately getting nowhere. Life choices questioning intensifies.
Re: Hiding Images in Plain Sight: The Physics of Magic Windows
#19I've thought about it for an hour now, but I don't understand how the given algorithm works. I understand Step 1, growing and shrinking the cells such that the area of the cell on the window is proportional to the brightness of the corresponding cell on the image plane. Intuitively this feels like the cells on the window represent the total light budget, and growing a cell means taking a larger proportion of the inco…
It's probably a good enough approximation to at least generate a recognizeable image. Especially if you use a point source because then each 'window' will reflect all its light in more or less the right direction which will converge on a single point as well. Not sure if they'll all focus on the same plane but it's probably close enough.
Re: Hiding Images in Plain Sight: The Physics of Magic Windows
#20I've thought about it for an hour now, but I don't understand how the given algorithm works. I understand Step 1, growing and shrinking the cells such that the area of the cell on the window is proportional to the brightness of the corresponding cell on the image plane. Intuitively this feels like the cells on the window represent the total light budget, and growing a cell means taking a larger proportion of the inco…
As is I just gloss over that completely and I don't address it. So tiny, lone, bright pixels end up more smeared than I'd like.