Dead/Hot pixel correction

From ElphelWiki
Revision as of 12:11, 5 September 2008 by Skinkie (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

When light conditions are poor, not every pixel is black. But some are very exposed those pixels are called hot pixels. It is possible to detect non black pixels and replace them by a neighbor pixels by using an interpolation technique.

If a correction matrix is trained the sensor could be preproccesed in hardware by for example bilinear or bicubic interpolation.

I think it must be possible to add it to the autoexp software.