Moved test.sh to src, testing new filter.
This commit is contained in:
23
config/config-test.json
Normal file
23
config/config-test.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user