WIP: A Python Eye
Today I decided to play around with PIL a bit, working on a python eye. See the results.
The output:
Like I say, it’s nothing special right now. It doesn’t even send duplicative/overlapped data to multiple neurons so that they can properly compute excitation/attenuation. And the color/intensity processing are just very rudimentary. And it’s not even threaded. And so on.
Indeed, right now it’s basically a very slow image-specific cp, that doesn’t even keep the colors and intensities correctly.
But it’s still fun.