Original implementation of Edge Image filters

This commit is contained in:
Bruno Herbelin
2022-06-01 23:49:12 +02:00
parent fd942b28c6
commit d7be7a69ab
18 changed files with 258 additions and 15 deletions

View File

@@ -22,6 +22,7 @@ public:
FILTER_DELAY,
FILTER_BLUR,
FILTER_SHARPEN,
FILTER_EDGE,
FILTER_IMAGE,
FILTER_INVALID
} Type;