Bernhard X. Kausler
Bernhard X. Kausler
There should be a python-vigra package on http://pypi.python.org. The reasons: - quick install on new machines with easy_install resp. pip - proper dependency handling in setup.py files for code depending...
The vigra numpy impex functions take filenames as parameters. Support "file or filename" to enable io for bytestreams.
In RenderChoiceDialog.**init**(): If the gl_version is None, it is set to "0" causing a RuntimeError. Instead we should just disallow opengl in that case This prevents ilastik from starting-up on...
When loading a multispectral file via "Load File", no features can be selected in the feature selection dialog.: the checkboxes can't be checked. This problem is not present when loading...
Inside the **init** of SubRegion it is assumed, that the slot is ArrayLike. This is in general a wrong assumption since non array-like slot can also have SubRegion rois. Breaks...
Info Labels, slicing, current slicing position etc. make absolutely no sense at the moment. - Investigate the problem - Identify steps to fix it (by adding issues)
Consider architecture for handling coordinate systems and implement.
Currently, the interpreters are doing controler tasks and are even accessing private controler variables.
Imagesources hold Layers currently. This is not necessary. Decouple. As a corollary: Move all layer dependent code from the imag sources to the imagesource factories (these are the proper locations...
The Lazyflow dependency should be optional. Only add layer export functionality, when lazyflow is present.