When using pydicom to read an RGB DICOM image, does it automatically convert it to the format (x, y, channel)? This is because my Planar Configuration is 1, but the size of pixel_data is (301, 301, 3).
I want to convert my RGB DICOM to a binary image, but I find I’m not familiar with DICOM or pydicom.
New contributor
侯元昊 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.