Question: Image sizes of known annotations in data/deid.dicom
In the file data/deid.dicom, some filters in the list include information on rows/columns of the images. Is there by any chance information on the image sizes on all of the remaining filters?
Thank you very much for your excellent work!
Best, Paul
I'm not sure I'm following - so let's say you have a dicom with some set of Rows/Columns:
parser.dicom.Columns
# 2048
parser.dicom.Rows
# 1536
What do you want to do with those values in the context of filtering?
Sorry, I did not explain myself well. We are interested in the statistics of the locations of the burned-in text for a de-identification pipeline. Thus we wanted to use the list of filters as a starting point of modeling the most likely locations. For this, it would be interesting to know the image size for all the filters you defined.
I understand this is not the point of the deid.dicom filter but we found it to be a valuable resource of prior information