Added new mode "Horizontal on PDAF rows only" for the "line noise filter"

This commit is contained in:
Alberto Griggio
2018-03-10 22:56:45 +01:00
parent 478ebb1a49
commit 81210d18b4
8 changed files with 79 additions and 9 deletions

View File

@@ -1263,7 +1263,8 @@ struct RAWParams {
enum class LineNoiseDirection {
HORIZONTAL = 1,
VERTICAL,
BOTH
BOTH,
PDAF_LINES = 5
};
LineNoiseDirection linenoiseDirection;
int greenthresh;