remove pixel annotations in dicom image
问题 I am analyzing medical images. All images have a marker with the position. It looks like this It is the "TRH RMLO" annotation in this image, but it can be different in other images. Also the size varies. The image is cropped but you see that the tissue is starting on the right side. I found that the presence of these markers distort my analysis. How can I remove them? I load the image in python like this import dicom import numpy as np img = dicom.read_file(my_image.dcm) img_array = img.pixel