watermarking medical image 3d

1 view (last 30 days)
slama najla
slama najla on 14 Mar 2012
Commented: Walter Roberson on 10 Mar 2017
Hello, can any one help me to with a malab code that help me watermarking a medical image with 3 dimensions (3d) ana thanks
  2 Comments
Peter Eze
Peter Eze on 10 Mar 2017
Actually I am interested in this too. However, I think we need to treat 3-D medical image as several 2-D slices. We might just replicate the method used for 3-D. I have not written actual codes for 3-D.
Walter Roberson
Walter Roberson on 10 Mar 2017
Peter Eze,
We have to ask again what the real purpose is? What problem is attempting to be solved?

Sign in to comment.

Answers (3)

Walter Roberson
Walter Roberson on 14 Mar 2012
I would be worried about the watermark affecting the diagnostic quality of the image.
The people who proved that JPEG could be used acceptable for bone x-rays had to go through a series of blind tests with highly-skilled x-ray image readers in order to prove that there was a safe level of lossy image compression for their purposes. Without those concerted peer-reviewed studies, lossy JPEG would still be banned for clinical use.
What is the purpose of watermarking a medical image when you could instead watermark the DICOM headers?
  3 Comments
Image Analyst
Image Analyst on 30 Apr 2012
That contradicts what Walter said. Not sure who is right. Maybe it depends on the jurisdiction.
Walter Roberson
Walter Roberson on 8 Jun 2012
Reference:
Quality assessment of DSA, ultrasound and CT digital images compressed with the JPEG protocol. Demetrios Okkalides and Stavros Efremides. Phys. Med. Bio. 39 (1994) 1407-1421

Sign in to comment.


Stephen
Stephen on 14 Mar 2012
Do you mean the image is several 2-d slices or the actual composite into voxels? either way, I imagine you'd have to alter the intensity values to create your watermark somewhere in the background of the image. Try drawing something in mspaint or have your logo and creating a binary image from that with the same dimension as your image, then directly add it to the existing intensity data and scale it until it reasonably appears. There's probably something out there that does this for you though. good luck

slama najla
slama najla on 29 Apr 2012
i want to apply an dwt3 then the dct3 and embedding two watermarks in th feature vector ,but i havn't any idea concerning the code,please help me especially with dct 3 matlab code.
  3 Comments
slama najla
slama najla on 5 May 2012
i want to apply the watermarking to protect the 3d data to any attaq,so iwork in the robustness of the watermarked dat to compression,rotation, cropping,translation...but i can't insert an image (64*64)on a data(128-128*28)using dwt-dct,the problem that how can i choose the coefficients for embed the mark (the selection i want to do it by a threshold or a chaotic generator)any one can help me please?
Image Analyst
Image Analyst on 6 May 2012
I'd suggest you search the vision bibliography (http://iris.usc.edu/Vision-Notes/bibliography/contents.html) or internet for watermarking. I could be wrong but I don't think theft of medical images is prevalent, such that you need to watermark images and then try to get digital copies of your stolen images and try to see if they have your watermark in them. First of all, where is the profit motive for people to steal your images? How will they make money off them? Secondly using/stealing medical images without permission of the patient and medical practice violates privacy laws (HIPPA in the US) and there are substantial penalties. Thirdly, image owners should have safeguards in place to prevent theft or unauthorized use of images. So with all that, can you tell me how much of a problem this is?

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!