Fixed all stl errors, should now work properly.

This commit is contained in:
Rostislav Lán
2023-01-26 20:50:57 +01:00
parent 9b76627152
commit cc49026636
5 changed files with 111 additions and 34 deletions

View File

@ -1,4 +1,38 @@
{
"weak": [
{
"name": "denoise_tv_chambolle",
"sigmaColor": 0.1,
"weight": 0.01,
"sigmaSpace": 3,
"channelAxis": 0,
"iterations": 1
},
{
"name": "median",
"ksize": 3
},
{
"name": "unsharp_mask_scikit",
"radius": 3,
"amount": 3,
"channelAxis": 1
},
{
"name": "median",
"ksize": 5
},
{
"name": "unsharp_mask_scikit",
"radius": 3,
"amount": 4,
"channelAxis": 0
},
{
"name": "gaussian",
"ksize": 5
}
],
"default": [
{
"name": "denoise_tv_chambolle",