Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
DICOM write problem
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Heejin Kim  
View profile  
 More options Aug 20 2012, 1:36 am
Newsgroups: comp.soft-sys.matlab
From: "Heejin Kim" <kimhj0...@ust.ac.kr>
Date: Mon, 20 Aug 2012 05:36:08 +0000 (UTC)
Local: Mon, Aug 20 2012 1:36 am
Subject: DICOM write problem
Hi, I am in stuck on a dicom write problem.

I got some PET/CT image which was 512*512*206 size.
I want to change it's matrix size on 128*128, and to make DICOM file using dicomwrite function.
I have converted matrix size to 128 by 128 using imresize function successfully,
however when I made dicom file using the this file (matrix size 128*128), it didn't work well.  

metadata = dicominfo('original dicom image') %loaded original dicom image information
PET_ num2str(i)= imresize(petimg(:,:,i), [128 128]) %loaded all PET image and converted matrix size using for loop.
dicomwrite(PET_1,'PET_1.dcm',metadata,'CreateMode','Copy'); %write dicom file.

PET_1 is 128*128 image which is changed in original matrix size.
metadata is dicom information to change some information.(rows, columns, heights, width, pixel size, etc)  

In this code, dicom file was generated. but opened the this dicom image file, image was damaged, unlikely original file.

I'm sorry for my insufficient English language skills.
please suggest.
thanks :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »