Andras Lasso
Andras Lasso
Probably the segment's 2D filling opacity is set to 0. Please test with latest Slicer Preview Release.
You have probably run into this issue: https://github.com/Slicer/Slicer/issues/6874 @pieper do you remember if you have fixed this?
2D outline and fill opacity is set to 0, as described in the issue referenced above (same segment editor node is used by multiple widgets). @pieper has proposed a solution...
Fixed by https://github.com/Slicer/Slicer/pull/7577. Slicer Preview Release that you download tomorrow or later will include this fix.
@AlexanderZeilmann The open-source community welcomes companies who would like to commercialize the developed tools, as it is better for everyone if we work together. However, please try to: - be...
Your post sounded like Dragonfly marketing, so I assumed you were affiliated with the company. But if you are just an enthusiastic user, then what you wrote was fine. Maybe...
Finding nodes by name is not very robust because you may have multiple nodes by the same name. If you want to refer to a node then it is better...
DICOM and most (if not all) medical imaging software uses right-handed coordinate system. How did you end up with a left-handed one (LAS)? You may need to resample your image...
It should not matter which right-handed coordinate system you use. If you use a left-handed coordinate system in the image then the image to physical coordinate system transformation matrix will...
If you work with NIFTI file format then unfortunately you'll always run into image orientation issues, because this file format uses a complex and redundant way of representing image orientation....