Open ivmartel opened 4 months ago
The library must allow for DICOM image anonymisation: the user could specify rectangles where the pixels would be erased (set to 0). This would be done in the ImageFactory by adding a toDicom method (as it is done in the maskFactory).
ImageFactory
toDicom
maskFactory
The library must allow for DICOM image anonymisation: the user could specify rectangles where the pixels would be erased (set to 0). This would be done in the
ImageFactory
by adding atoDicom
method (as it is done in themaskFactory
).