Skip to content

Anonymize pixel data #222

@RobinFrcd

Description

@RobinFrcd

Hello,
I'd like to anonymize pixel data in my dicom file.

If I understood well, this snippet should be enough, right ? Taken from the examples

from deid.dicom import DicomCleaner

client = DicomCleaner()
summary = client.detect(PATH)
client.clean()

The thing is, summary is empty: {'flagged': False, 'results': []} so nothing is happening.

What am I missing here ?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions