28 Jan
2015
28 Jan
'15
10:58 a.m.
Hi everyone, I'm working on an image processing project involving several consecutive steps. For parameter optimization I would like to create a viewer plugin which is capable to take these previous outputs into account. So basically the introductory example found in the docs of denoise_plugin = Plugin(image_filter=denoise_tv_bregman) would be sufficient, if I could pass additional fixed arguments (like an additional numpy array). I hope I made myself clear, and someone can give me hint at where to look at. Best regards, Marcel