A Single Pixel Camera
BuzzSkyline writes "Scientists at Rice University have developed a one pixel camera. Instead of recording an image point by point, it records the brightness of the light reflected from an array of movable micromirrors. Each configuration of the mirrors encodes some information about the scene, which the pixel collects as a single number. The camera produces a picture by psuedorandomly switching the mirrors and measuring the result several thousand times. Unlike megapixel cameras that record millions of pieces of data and then compress the information to keep file sizes down, the single pixel camera compresses the data first and records only the compact information. The experimental version is slow and the image quality is rough, but the technique may lead to single-pixel cameras that use detectors that can collect images outside the visible range, multi-pixel cameras that get by with much smaller imaging arrays, or possibly even megapixel cameras that provide gigapixel resolution. The researchers described their research on October 11 at the Optical Society of America's Frontiers in Optics meeting in Rochester, NY."
within a certain wavelength range (down to where actual atomic structures break up the smoothness), a perfectly flat material with no resistance has perfect reflection (that's why the silver back on a glass mirror is so reflective, is very flat and conductive
Instead of using micro mirrors, the Los alamos team used an LCD which were more mature at the time. And Instead of using random modulation they used a progression of zenike polynomials and thus achieved much more control over the data compression.
Some drink at the fountain of knowledge. Others just gargle.
A patent for "A single element detector acts as an array"
Is it really cheaper to manufacture micromirror arrays that CCD or CMOS sensors?
Not likely. And it certainly doesn't sound mechanically robust to have moving parts replace a purely electronic chip. Cameras need to be rugged.
Also, what degree of photon loss do you have from the arrays? No mirror is perfect...
Imperfection in the reflectivity is probably secondary to diffraction, which will be a big problem for these small mirrors - and they would have to shrink even further for reasonable (multi-Mpixel) image resolutions. Diffraction is the biggest limiting factor for contrast in DMD projectors.
There are other problems with this design. First off, it is a time-sequential acquisition. The reconstruction algorithm assumes that all measurements are taken from the exact same scene. God knows what garbage it produces if you have moving objects or camera shake.
I guess their biggest motivation is to do the image sensing directly in compression space. Unfortunately, their compression space is vastly inferior to the compression space of, say JPEG. You see, JPEG is very cleverly designed in that it doesn't actually zero out certain frequencies directly - it just quantizes higher frequencies more agressively than lower ones, and that results in data that compresses better with a lossless compression algorithm (Huffman). By contrast, this compressive camera thing essentially directly zeroes out certain frequencies that have low amplitude. Not a very good idea perceptually.