devide
devide copied to clipboard
This is the official DeVIDE project site: github.com/cpbotha/devide
I'm calling this experiment DeVIDE 2019. Clone, then at top-level try the following: ```sh conda env update conda activate devide python devide.py ```
The code is able to properly work with VTK6, however, in VTK5 the SetInputData does not exist yet...
``` What steps will reproduce the problem? 1.add double_threshhold_view as in the video 2.presse execute 3.error appeares What is the expected output? What do you see instead? just a error:...
``` Downloaded portable version 12.2.7 on windows8. When I start drepython the bg and fg color turns black. Tell me if you need more info. Regards J Singh ``` Original...
``` It seems that the Windows DeVIDE 12.2.7 doesn't include PyBuffer, but the Linux version does. Write tests for PyBuffer to exercise this. Example use: {{{ import itk my_numpy_array =...
``` What steps will reproduce the problem? 1. load the attached network 2. run the network 3. DeVIDE crashes What version of the product are you using? On what operating...
``` 1. Load up panoramix dataset with DICOMReader 2. connect with sliced3VWR 3. slice to and fro through data 4. see DeVIDE crash without error message! (reported by Korijn van...
``` What steps will reproduce the problem? 1. Running DeVIDE 12.2.7 on Windows using a Dutch localization 2. Run MaskComBinar 3. Compute the volume of a mask, and copy to...
``` What steps will reproduce the problem? 1. A mask is deleted 2. A mask with an identical name as the deleted mask is added What is the expected output?...
``` New idea to implement subject-observer comms between modules. For now a normal connection (later consider different type) through which an instance of the producer module itself is passed. This...