Re: [mitk-users] Double-valued variance in basic image processing

2015-05-15 Thread Nolden, Marco
Hi Rostislav, thanks, I filed it [1]. As we already talked at the Users Meeting: I would love to reimplement this whole plugin on a python basis, or as a combination of C++ and Python-based filters, so we do not have to constantly extend it if someone needs a new filter wrapped. We will plan th

[mitk-users] Double-valued variance in basic image processing

2015-05-14 Thread Rostislav Khlebnikov
Hi guys, one of our users complained that he cannot enter the variance of 0.5 to the basic image processing Gaussian filter. And indeed, for Gaussian image filter, the normal spinbox is used as an imput even though itk accepts a double. Similar thing could be said for gradient filter. Is ther