-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fractional labelmap support in segmentations #52
Comments
2013-10-15 16:20 2014-02-19 15:23 Csaba Pinter 2014-04-02 11:48 2014-04-28 13:26 2014-12-22 14:15 2016-08-17 13:02 I would suggest to put min/max values in one field, as it does not make sense to define only one and we also less fields is better. Making them double instead of string would allow us to get rid of a few conversions. So, overall I would recommend these: 2016-08-17 13:20 So this means that the fields will be: Does this seem acceptable? 2016-08-17 13:34 "ScalarRange" - vtkDoubleArray [2] = { minimumValue, maximumValue } 2016-08-26 21:35 2016-08-26 21:51 2016-08-26 22:00 2017-07-19 14:57
|
PolyDataToLabelmap
This way the resampled volume will not be jagged.
Then do a threshold just as now.
Migrated from https://app.assembla.com/spaces/slicerrt/tickets/301-add-fractional-labelmap-support-in-segmentations/details
The text was updated successfully, but these errors were encountered: