question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

US data corrupted by pixel anonymization

See original GitHub issue

Input 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:closed
  • Created a year ago
  • Comments:15 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
timothee-lcommented, Sep 30, 2022

Just the dicom on its own

1reaction
vsochcommented, Sep 29, 2022

Could you maybe make an empty dicom of that type and add the pixel data and tags to it? That would work!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found