Kitware / VolView

Kitware VolView: an all-in-one radiological viewer!
https://volview.kitware.com
Apache License 2.0
186 stars 61 forks source link

Default segments for segment groups matches values in image #651

Closed PaulHax closed 1 month ago

PaulHax commented 2 months ago

If there is no metadata for a segment group:

Create a segment for each int value that is in the image. Name them "segment-1", "segment-2", etc. Current domain specific defaults (Heart, lungs, etc) is missleading.

Upon loading of another segment group that does not have colors specified, cycle through large list of colors to avoid re-using same colors accross segment groups.

PaulHax commented 1 month ago

Addressed in https://github.com/Kitware/VolView/pull/653

But still only 3 colors are cycled through.