US data corrupted by pixel anonymization
See original GitHub issueInput is Ultrasound multiframes, decompressed (LittleEndianExplicit), RGB encoded. Output is a scrambled image.
Instructions are very simple:
client = DicomCleaner(output_folder=output_folder + sub_path, deid='config.txt')
client.detect(path + '\\' + file)
client.clean()
client.save_dicom()
And my config file is also very basic
FORMAT dicom
%filter graylist
LABEL Philips Ultrasound Header
contains Manufacturer Philips
+ contains Modality US
+ contains ImageType Cardiology
coordinates 0,0,1024,23
This is an input/output example. It is affecting all of the multiframes in the dataset: https://imgur.com/a/GF7ZO2w
Issue Analytics
- State:
- Created a year ago
- Comments:15 (10 by maintainers)
Top Results From Across the Web
Top 5 Free imaging software/services for the de-identification ...
Having seen how to anonymize the "pixel data" of DICOM files, let's take a look at ... The files saved after anonymizing patient...
Read more >How Google anonymizes data – Privacy & Terms
Anonymization is a data processing technique that removes or modifies personally identifiable information; it results in anonymized data that cannot be ...
Read more >Understand warning about operating system safety - Pixel ...
But you acknowledge that your device might not work properly and your data could be exposed to corruption and security risks.
Read more >(PDF) Image Anonymization Detection with Deep Handcrafted ...
Other image anonymization methods work by blindly modify-. ing pixel values and scrambling their positions in order to make.
Read more >DIPPAS: a deep image prior PRNU anonymization scheme
More recently, [13] proposes an inpainting-based method that deletes and reconstructs image pixels such that final images are anonymized with ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just the dicom on its own
Could you maybe make an empty dicom of that type and add the pixel data and tags to it? That would work!