From bf78d82fbc4aae62c638182e0b6b13872a2801f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rostislav=20L=C3=A1n?= Date: Sat, 6 May 2023 12:12:20 +0200 Subject: [PATCH] Added new filter preset. --- conf/conf.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/conf/conf.json b/conf/conf.json index b7f10c6..9a210fd 100644 --- a/conf/conf.json +++ b/conf/conf.json @@ -1,4 +1,24 @@ { + "new_ridge": [ + { + "name": "binarize_otsu" + }, + { + "name": "dilate" + }, + { + "name": "sato" + }, + { + "name": "invert" + }, + { + "name": "binarize_otsu" + }, + { + "name": "gaussian" + } + ], "ridge": [ { "name": "unsharp_mask_scikit",