isp op• Datenarten: image2d → image2d
• Aufruf: import fullseye as fs; fs.ledger.raw_dead_pixel_mask(raw, threshold=0.1) (die Implementierung direkt: import gfx2d; gfx2d.raw_dead_pixel_mask(raw, threshold=0.1); aus dem Register: opsgfx2d.get("raw_dead_pixel_mask"))
Karte der defekten Pixel: Pixel, die von allen acht gleichfarbigen Nachbarn in dieselbe Richtung um mehr als die Schwelle abweichen.
> Die ausführliche Beschreibung unten ist der Originaltext — Zusammenfassung und Überschriften sind übersetzt.
"Every neighbour, same sign" is what separates a defect from an edge: at an
edge some same-colour neighbours are on the pixel's own side. The rule is
the one openISP documents for its DPC stage; here it is pattern-free
because same-colour neighbours are simply the pixels two steps away.
Ground truth: dead pixels planted in a smooth frame are recovered exactly
(no misses, no false alarms) while a hard edge produces none.
Raises `ValueError: bad *raw* or a *threshold* outside (0, 1]`.
• Katalog der Beispieldaten (Download-URLs / Lizenzen) — 2-D nutzt skimage.data (BSD/Public Domain) plus synthetische Bilder, 3-D nennt Download-URLs echter Datenquellen (Stanford, PDS, …).
• Herkunft und Literatur der Operatoren — die Quellen der Forschung/Verfahren, auf denen diese Operatorfamilie beruht.
• Der kanonische Algorithmus (Autor, Jahr) und seine Anwendungen stehen im Familienleitfaden oben.
• raw_to_display_isp — py -3.11 examples/raw_to_display_isp.py
image2d als Eingabe)shadow_cast_2d · dither · raw_black_level · raw_dead_pixel_correct · lens_shading_gain · lens_shading_correct · raw_apply_gains · raw_demosaic_bilinear
isp)raw_black_level · raw_dead_pixel_correct · lens_shading_gain · lens_shading_correct · awb_gains · rgb_apply_gains · raw_apply_gains · raw_demosaic_bilinear
*Provenance: gfx2d.py — GFX2D Operator-Registry. Diese Notiz wird von tools/opdocs.py md erzeugt (nicht von Hand bearbeiten).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.