Moved test.sh to src, testing new filter.

This commit is contained in:
Rostislav Lán
2023-03-07 18:11:21 +01:00
parent 4efee4d38c
commit fe8eda2310
4 changed files with 50 additions and 0 deletions

23
config/config-test.json Normal file
View File

@ -0,0 +1,23 @@
{
"test-very-strong": [
{
"name": "denoise_tv_chambolle",
"weight": 0.01,
"iterations": 1
},
{
"name": "median",
"ksize": 3
},
{
"name": "unsharp_mask_scikit",
"radius": 3,
"amount": 7,
"channelAxis": 0
},
{
"name": "gaussian",
"ksize": 7
}
]
}