added possibility to apply "RAW line noise filter" only in a specific direction (horizontal or vertical)

This commit is contained in:
Alberto Griggio
2018-02-28 23:37:34 +01:00
parent 34807dc7a9
commit 0bb7375a90
11 changed files with 73 additions and 8 deletions

View File

@@ -763,6 +763,7 @@ public:
//bool allEnhance;
bool greenEq;
bool linenoise;
bool linenoiseDirection;
bool isUnchanged() const;
};