merged 'raw-line-noise-direction' into 'dev'
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user