brianmanderson / Dicom_RT_and_Images_to_Mask

Tools to help with the conversion of DICOM images, RT Structures, and dose to useful Python objects. Essentially DICOM to NumPy and SimpleITK Images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mask matrix transposed

LingyueSun opened this issue · comments

the mask displayed on the MRI slices flipped diagonally, seems like there is a transpose of the mask matrix.

Thank you for finding this issue, this was caused by a swapping of the vertex_row and vertex_col coordinates and has been fixed in e023e6b