issues
search
AustralianCancerDataNetwork
/
pydicer
PYthon Dicom Image ConvertER
https://australiancancerdatanetwork.github.io/pydicer/
Apache License 2.0
20
stars
5
forks
source link
pydicer: how to solve issues with missing image slices?
#39
Closed
rnfinnegan
closed
2 years ago
rnfinnegan
commented
3 years ago
Different options to deal with missing data:
crop image (suitable if missing slice is near image limits)
interpolation (what method is most appropriate?)
dalmouiee
commented
2 years ago
abstract into a function
handle multiple consecutive missing slices
Different options to deal with missing data: