Expand description
Bad pixel correction for CFA sensor data.
Bad (hot or dead) pixels appear as abnormally bright or dark spots. This module provides detection and correction algorithms that operate directly on raw CFA data before demosaicing.
Enums§
- BadPixel
Correction Mode - Bad pixel correction modes.
Functions§
- apply_
bad_ pixel_ correction - Detect and correct bad pixels in one pass.
- correct_
bad_ pixels - Correct bad pixels in-place using the median replacement strategy.
- detect_
bad_ pixels - Detect candidate bad pixels using a threshold relative to local median.