Removed report files, moved them to separate repo.

This commit is contained in:
Rostislav Lán
2022-12-08 22:13:52 +01:00
parent 151eca3f83
commit e539936c94
3 changed files with 38 additions and 21 deletions

View File

@ -4,27 +4,25 @@
"outputFile": "res/img_done.png",
"dpi": 500,
"flip": false,
"width": 0,
"width": 0,
"filters": [
"gaussian",
"erode",
"blur"
]
},
"test1" : {
"inputFile" : "res/test_fp.png",
"outputFile" : "res/test_fp_cpy.png",
"dpi" : 500,
"flip" : true,
"width" : 0,
"test1": {
"inputFile": "res/test_fp.png",
"outputFile": "res/test_fp_cpy.png",
"dpi": 500,
"flip": true,
"width": 0,
"filters": [
"gaussian" ,
"erode",
"gaussian",
"erode",
"blur"
]
},
"test2": {
"inputFile": "res/test_fp.png",
"outputFile": "res/test_fp_cpy.png",
@ -36,4 +34,4 @@
"dilate"
]
}
}
}