knossos icon indicating copy to clipboard operation
knossos copied to clipboard

KNOSSOS is a software tool for the visualization and annotation of 3D image data and was developed for the rapid reconstruction of neural morphology and connectivity.

Results 104 knossos issues
Sort by recently updated
recently updated
newest added

![borders](https://cloud.githubusercontent.com/assets/7572520/8801593/217920ae-2fbc-11e5-9585-65dd058aa0db.jpg) See attached image. Borders should be completely continuous.

bug

A plugin to visualize connectivities between sets of tracings. The plugin renders an interactive wiring matrix. Clicking on the column / row labels representing the tracing names fetches a skeleton...

enhancement
python-plugins

At the moment the supercube can be invalidated at any given moment. This has been OK so far because the user knew what he was doing so he didn't care...

enhancement

The plugin interface should be as accessible as possible to users, that means we need good API documentation and well-commented examples. Oren, you can coordinate with Michael and My-Tien -...

python-plugins

When user is idle CPU usage should be as low as 4-8% (now that we instated the slice+render idle avoidance), but for some reason right _now_ it's 15-25%. In other...

bug

...and save the world, by allowing responsive interaction / heavy computation in the main thread (more specifically in plugins).

enhancement

Currently there are two operation modes - segmentation and skeletonization. In both modes all overlay and data objects are in place, the only difference is the behavior of the GUI:...

enhancement
Design

M=5 requires 2GB, for many users this is already unacceptable. M=7 is 5.5GB, that's not even possible on 32bit systems. We need something more efficient than a memory supercube (hard-drive?)...

enhancement

The function should be implemented in Loader (but callable directly from the main thread, in respect to Qt ownership and synchronization etc.) and return information (cube/global coords) about the valid...