Andras Lasso
Andras Lasso
I think it makes sense to decouple modernization of the icons from this pull request. If the GUI widgets have meaningful names then it is quite easy to get access...
It is almost there. A few comments: - It is a bit confusing that all node types show up in the measurement list - The styling of the collapsible button...
It would be better to change the default file format for 3D images loaded from TIFF to nrrd.
I'm closing this pull request, as the proposed solution is not applicable as is.
I'll test it a bit more today, but it should be good to go. @cpinter Have you tested the changes proposed in this PR? > Another issue with % is...
We should document this and probably disable shadows by default and turn off shadows visibility if MIP is enabled (or display a warning message).
It seems that the volume does not appear due to shader compilation problem: error C1503: undefined variable "shading_gradient" Probably the best would be to fix this issue in VTK (e.g.,...
Using float voxel type for segmentation does not make much sense (it uses more memory and there are potential issues with comparison of floating-point values), so we don't need to...
Good point, logging a warning and automatically casting would be probably a better solution (need to check the scalar range to choose the correct integer type and the image may...
The situation is even worse for ARM macOS systems, as the ARM processors make the application crash with some floating-point exception when working with a segmentation with float/double value. @Sunderlandkyl...