You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in openISP, except for EEH and BCC modules. In addition, a CEH (contrast enhancement) module with [CLAHE](https://en.wikipedia.org/wiki/Adaptive_histogram_equalization#Contrast_Limited_AHE) is
49
+
added into the pipeline.
48
50
49
51
### EEH (edge enhancement)
50
52
@@ -58,6 +60,7 @@ Y-channels as the edge estimation, and consequently reduces the artifact when th
58
60
The official openISP enhances the image contrast by pixel-wise enlarge the difference between pixel values and a
59
61
constant integer (128). In fast-openISP, we use the median value of the whole frame instead of a constant.
60
62
63
+
61
64
# Parameters
62
65
63
66
Tunable module parameters in fast-openISP are differently named from those in openISP, but they are all self-explained,
0 commit comments