Open qin-yu opened 2 months ago
Now ImageLayout.ZYX and ImageLayout.ZYX.value are both used. If it's an Enum then we should just use ImageLayout.ZYX? Didn't check best convention yet.
ImageLayout.ZYX
ImageLayout.ZYX.value
Enum
Now
ImageLayout.ZYX
andImageLayout.ZYX.value
are both used. If it's anEnum
then we should just useImageLayout.ZYX
? Didn't check best convention yet.