Mix your own photo developing emulsions

If you’re into developing your own photographs you might try mixing your own emulsion. [Jimmy Hartnett] worked out the chemical reaction necessary to make a photosensitive medium using Silver Chloride. His process lets him manufacture canvas that can be use like photo paper. The gist of it involves coating the back of a canvas with Gesso to prevent the … Read the rest

Remote image processing in JavaScript

[Tom] wrote in to tell us about his JavaScript project for motion detection. It ties together two ideas we’ve talked about recently. The first is doing image processing in-browser using Canvas(), which we’ve seen employed in captcha breaking. The second is offloading heavy processing to browsers, which we saw recently in the MapReduce implementation. [Tom] is using JavaScript … Read the rest

Simulated annealing

annealing

Here’s an update on our earlier post about genetic programming. Altered Qualia has posted a new implementation of [Ron Alsing]‘s idea. It starts with 50 polygons and then randomly changes one parameter with each optimization step. If the the change results in fewer differences from the target image, it’s kept as the new best DNA. This search method is … Read the rest