Seg3D
Seg3D copied to clipboard
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
If/when we've switched to QOpenGLWidget from QGLWidget (which is deprecated as of Qt 5.4), we need to remove the line qt5_use_modules(QtUtils_Utils OpenGL) from QtUtils/Utils/CMakeLists.txt since QOpenGLWidget is in QtWidgets, and...
### Description 1. Be able to modify the size, color, and scaling of the seed points as shown. 2. Be able to toggle the slice viewer to only see seed...
- [ ] Upgrade python to 3.6.7. - [ ] Add a list of python versions to choose from. (3.4, 3.5, 3.6)
- [x] Growcut - [ ] 3D painting - [ ] Arbitrary slice visualization
In LayerFilter.cc line 939, there is a try catch that doesn't throw an exception so they will be skipped undetected. This is high-level code and will take some work to...
Move away from legacy code. https://github.com/InsightSoftwareConsortium/ITK/blob/master/Documentation/ITK5MigrationGuide.md#legacy-code-removed
The default values for the Qt specific binaries (Qt5Core_DIR, Qt5Gui_DIR, etc.) are not overwritten by the Qt5_PATH variable. If you manually delete the values, it will use Qt5_PATH to properly...
- Try to isolate rendering so we can switch back and forth through the development process. - Need to separate UI and render pieces as much as possible to facilitate...
Being able to paint one layer while erasing any layer it overlaps with.