devide
devide copied to clipboard
This is the official DeVIDE project site: github.com/cpbotha/devide
``` All module views should be dockable, either with containers that can be created, or with the main DeVIDE window. Also integrate tabbed panels, so that multiple views can be...
``` I've already added the necessary sample code to testing/emp something. Turn this into a test for the EMP functionality. ``` Original issue reported on code.google.com by `cpbotha` on 3...
``` As reported by Peter Kok: Voor als je weer terug bent: volgens mij zit er een bug in je pca-code. De radius_vectors bereken jij als volgt: radius_vectors[i] = v[i]...
``` What steps will reproduce the problem? 1. Start DeVIDE, add any module (e.g. vtkTIFFWriter) 2. Double-click the module to open its view. 3. In the introspection shell, type "obj.";...
``` The auto-generated vtkCutter module only has one input. However, in order to use the underlying vtk class, an implicit function has to be set using SetCutFunction. Additionally, it looks...
``` Various parts of the UI refer to modules by their type. The most important examples are the module configuration views and progress messages. This can cause confusion when multiple...
``` What steps will reproduce the problem? 1. Start DeVIDE 2. Add one or more modules to the canvas 3. Right click a module without selecting it first What is...
``` I have seen this on three different occasions, but have not been able to reproduce. With the exact same network, everything works as it should after a restart of...
``` Currently, most ITK modules default to 3-D float. This is often wasteful. Think up a new scheme whereby a module developer can easily: 1. instantiate a default pipeline type...
``` slice3dVWR uses window-level LUT by default. Add UI element so that this can be easily changed to one or two presets, for example a hue range. ``` Original issue...