Hi,
I want to export my volume and segmentation into numpy arrays so that I can use them for further analysis. I did as explained in this post and it seems to work but I don’t quite understand why the arrays I obtain do not have the same shape and size. I thought the labelmap would have the same geometry of my volume, just with the scalar units replaced by binary labels where I have placed a segment and some null-value elsewhere. Can somebody clarify?
Thank you