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.
52
+
added into the fast-openISP pipeline.
50
53
51
54
### EEH (edge enhancement)
52
55
@@ -57,15 +60,15 @@ Y-channels as the edge estimation, which reduces the artifact when the enhanceme
57
60
58
61
### BCC (brightness & contrast control)
59
62
60
-
The official openISP enhances the image contrast by pixel-wise enlarge the difference between pixel values and a
63
+
The official openISP enhances the image contrast by pixel-wise enlarging the difference between pixel values and a
61
64
constant integer (128). In fast-openISP, we use the median value of the whole frame instead of a constant.
62
65
63
66
64
67
# Parameters
65
68
66
-
Tunable module parameters in fast-openISP are differently named from those in openISP, but they are all self-explained,
67
-
and no doubt you can easily tell the counterparts in two repos. All parameters are managed in a yaml configuration file,
68
-
and one yaml for one camera.
69
+
Tunable parameters in fast-openISP are differently named from those in openISP, but they are all self-explained,
70
+
and no doubt you can easily tell the counterparts in two repos. All parameters are managed in a yaml
0 commit comments