Sign in

username:

password:



Not a member?

Search imagedsp



Search tips

Subscribe to imagedsp



imagedsp by Keywords

Error Concealment | JPEG | MPEG-4 | Wavelet | YUV

Sponsor

NEW! TMS320C6474: 3x the performance. 1/3 the cost. Three 1 GHz cores on 1 chip.

Discussion Groups

Discussion Groups | Image Signal Processing | DICOM to binary image conversion

Technical Discussions related to Image Processing (image coding, compression, digital effects, mpeg, etc)

  

Post a new Thread

DICOM to binary image conversion - Gullapalli jayaroop - Nov 5 20:07:00 2002



Hello,
I have read a DICOM format image file as follows:

infoY0 = dicominfo('diffusioncalibration_2002103018424836_2_4.dcm');
ref_img = dicomread(infoY0);
figure(1), imshow(ref_img, [])
title('reference image')
axis on

I need to covert the DICOM file into a binary file, so i tried this:

level = graythresh(ref_img)
ref_binimg = im2bw(ref_img, level) But i dont see any conversion, the resultant ref_binimg is just an
empty file with all zeros.

Can anyone suggest me on doing this tast

Thank you,
Jayaroop




(You need to be a member of imagedsp -- send a blank email to imagedsp-subscribe@yahoogroups.com )