You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
448 B
23 lines
448 B
2 years ago
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|