Bernhard X. Kausler

Results 10 issues of 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...

infrastructure

The vigra numpy impex functions take filenames as parameters. Support "file or filename" to enable io for bytestreams.

feature

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...

bug

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...

bug

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...

bug

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.

enhancement
architecture

Currently, the interpreters are doing controler tasks and are even accessing private controler variables.

refactor

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...

architecture

The Lazyflow dependency should be optional. Only add layer export functionality, when lazyflow is present.

bug