mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 11:49:59 +01:00
Put sobel as default edge filter
Default should be archetypal and efficient filter
This commit is contained in:
@@ -176,9 +176,9 @@ public:
|
||||
|
||||
// Algorithms used for edge detection
|
||||
typedef enum {
|
||||
EDGE_THRESHOLD = 0,
|
||||
EDGE_SOBEL,
|
||||
EDGE_SOBEL = 0,
|
||||
EDGE_FREICHEN,
|
||||
EDGE_THRESHOLD,
|
||||
EDGE_CONTOUR,
|
||||
EDGE_INVALID
|
||||
} EdgeMethod;
|
||||
|
||||
Reference in New Issue
Block a user