merged 'raw-line-noise-direction' into 'dev'

This commit is contained in:
Alberto Griggio
2018-03-22 13:56:58 +01:00
19 changed files with 689 additions and 51 deletions

View File

@@ -1260,6 +1260,13 @@ struct RAWParams {
double black3;
bool twogreen;
int linenoise;
enum class LineNoiseDirection {
HORIZONTAL = 1,
VERTICAL,
BOTH,
PDAF_LINES = 5
};
LineNoiseDirection linenoiseDirection;
int greenthresh;
int dcb_iterations;
int lmmse_iterations;
@@ -1295,6 +1302,7 @@ struct RAWParams {
bool pixelShiftNonGreenCross2;
bool pixelShiftNonGreenAmaze;
bool dcb_enhance;
bool pdafLinesFilter;
BayerSensor();