{ "archive": { "files": { "base.png": "base", "input_0.orig.png": "uploaded", "input_0.png": "selected" }, "params": [ "sigma_s", "sigma_r", "epsilon" ] }, "build": { "build1": { "url": "http://dev.ipol.im/~hessel/IPOL_Workshop/fbf_final_2.0.zip", "construct": "make OMP=1", "move": "fbf_final_2.0/FBF" } }, "general": { "demo_title": "Test Charles FastBF", "input_description": [ "

", "Description ici...", "

" ], "param_description": [ "blah..." ], "xlink_article": "www.bouletcorp.com" }, "inputs": [ { "description": "input", "dtype": "3x8i", "ext": ".png", "max_pixels": 160000, "max_weight": "3 * 1024 * 1024", "type": "image" } ], "params": [ { "id": "sigma_s, "label": "sigma spatial", "type": "range", "values": { "default": 25, "max": 50, "min": 1, "step": 1 } }, { "id": "sigma_r", "label": "sigma range", "type": "range", "values": { "default": 25, "max": 50, "min": 1, "step": 1 } }, { "id": "epsilon", "label": "epsilon", "type": "range", "values": { "default": 10, "max": 64, "min": 2, "step": 1 } } ], "results": [ { "contents": { "Original": "input_0.png", "Base": "base.png" }, "label": "

Noisy, denoised, and difference images

", "type": "gallery" } ], "run": [ "FBF input_0.png $sigma_s $sigma_r base.png $epsilon" ] }