Closed Asilbec closed 1 year ago
Is it possible to get the bounds for a slice representation? For example the kSlice max value might be 200 but the iSlice max value could be 100. What is the best way to get the bounds for these slices?
You can access that information via imageData.getExtent().
imageData.getExtent()
Is it possible to get the bounds for a slice representation? For example the kSlice max value might be 200 but the iSlice max value could be 100. What is the best way to get the bounds for these slices?