diff --git a/config/config.json b/config/config.json index 6595da3..41b1e9c 100644 --- a/config/config.json +++ b/config/config.json @@ -1,5 +1,5 @@ { - "p2": [ + "default": [ { "name": "denoise_tv_chambolle", "sigmaColor": 0.1, @@ -14,8 +14,8 @@ }, { "name": "unsharp_mask_scikit", - "radius": 7, - "amount": 7, + "radius": 5, + "amount": 4, "channelAxis": 0 }, { @@ -25,42 +25,96 @@ { "name": "unsharp_mask_scikit", "radius": 7, - "amount": 7, + "amount": 4, "channelAxis": 0 }, { "name": "gaussian", - "ksize": 5 + "ksize": 7 } ], - "default_old": [ + "generated": [ { - "name" : "denoise_bilateral", - "sigmaColor" : 0.1, - "weight" : 1, - "sigmaSpace" : 0.2, - "channelAxis" : 0, - "iterations" : 1 + "name": "median", + "ksize": 5 }, { "name": "unsharp_mask_scikit", "radius": 5, - "amount": 2, - "channelAxis" : 0 + "amount": 4, + "channelAxis": 0 + }, + { + "name": "gaussian", + "ksize": 7 + } + ], + "l4": [ + { + "name": "denoise_tv_chambolle", + "sigmaColor": 0.1, + "weight": 0.03, + "sigmaSpace": 2, + "channelAxis": 0, + "iterations": 1 }, { "name": "median", - "ksize" : 3 + "ksize": 5 }, { "name": "unsharp_mask_scikit", "radius": 5, - "amount": 3, + "amount": 4, + "channelAxis": 0 + }, + { + "name": "median", + "ksize": 5 + }, + { + "name": "unsharp_mask_scikit", + "radius": 7, + "amount": 4, "channelAxis": 0 }, { "name": "gaussian", - "ksize" : 5 + "ksize": 5 + } + ], + "p2": [ + { + "name": "denoise_tv_chambolle", + "sigmaColor": 0.1, + "weight": 0.03, + "sigmaSpace": 2, + "channelAxis": 0, + "iterations": 1 + }, + { + "name": "median", + "ksize": 5 + }, + { + "name": "unsharp_mask_scikit", + "radius": 7, + "amount": 7, + "channelAxis": 0 + }, + { + "name": "median", + "ksize": 5 + }, + { + "name": "unsharp_mask_scikit", + "radius": 7, + "amount": 7, + "channelAxis": 0 + }, + { + "name": "gaussian", + "ksize": 5 } ], "p4": [ @@ -97,7 +151,7 @@ }, { "name": "gaussian", - "ksize": 3 + "ksize": 7 } ] } diff --git a/res/examples/Palec_L4.tif b/res/examples/Palec_L4.tif deleted file mode 100644 index b2e83f4..0000000 Binary files a/res/examples/Palec_L4.tif and /dev/null differ diff --git a/res/examples/Palec_L4_cpy.tif b/res/examples/Palec_L4_cpy.tif deleted file mode 100644 index 2e8b4b7..0000000 Binary files a/res/examples/Palec_L4_cpy.tif and /dev/null differ diff --git a/res/examples/Palec_P2.tif b/res/examples/Palec_P2.tif deleted file mode 100644 index ab2ca9b..0000000 Binary files a/res/examples/Palec_P2.tif and /dev/null differ diff --git a/res/examples/Palec_P2_cpy.tif b/res/examples/Palec_P2_cpy.tif deleted file mode 100644 index c5a3e59..0000000 Binary files a/res/examples/Palec_P2_cpy.tif and /dev/null differ