Reading DICOM US clip (multiframe array)2149 (7/12/2010 12:17:05 PM) comp.soft-sys.matlab I have some problems reading DICOM standard ultrasound clips.
Dicomread function doesn't work when I try reading multiframe arrays.
Is there anyone who could suggest me something to solve this problem?
T... Vincenzo
dicomwrite public and private fields4208 (8/24/2010 11:34:04 AM) comp.soft-sys.matlab Hi, I am reading an MR image using dicomread then carry out some processing and write it back to dicom format using dicomwrite. The problem is that I get a different 'FileMetaInformationGroupLength' when I do t... Maysam
A bug in dicomread.m6170 (8/25/2010 10:29:05 AM) comp.soft-sys.matlab I found a bug in dicomread.m in the line:756. I suggested that:
X = reshape(metadata.InstanceData(1:numPixels), metadata.Columns,... metadata.Rows, 1, metadata.NumberOfFrames)
should be replaced by
X = r... dai
Trouble reading DICOM files1227 (9/15/2010 12:25:05 PM) comp.soft-sys.matlab Hi everybody,
I have some problems while reading DICOM files: if I issue the command
>> info = dicominfo(filename);
the field NumberOfFrames in the structure info contains the correct number of frames (it's ... Daniele
Error in dicomread: Unsupported data encoding6416 (12/9/2010 3:43:05 PM) comp.soft-sys.matlab I tried to read the dcm files, but got error as below.
??? Error using ==> dicomread>newDicomread at 241
Unsupported data encoding.
Error in ==> dicomread at 81
[X, map, alpha, overlays] = newDicomread(ms... Cecil
Dicomread error: Unsupported data encoding431 (3/30/2011 12:08:05 PM) comp.soft-sys.matlab I am trying to read the DICOM files from a Philips Gemini PET/CT scanner, but the function dicomread gives me the following error: ??? Error using ==> dicomread>newDicomread at 241 Unsupported data encoding. E... jonas.s.hermansen(3)
Importing hundred images831 (11/15/2011 3:12:29 PM) comp.soft-sys.matlab Hi everyone, I am trying to import 135 images (DICOM -> .IMA) into Matlab. However I don't know how to go about doing this. I started to put the images into a text document to do textscan. fid = fopen('Mag.tx... robin(10)
Imshow does not show the same image623 (10/8/2012 1:05:09 PM) comp.soft-sys.matlab Hello,
I am new to MATLAB and willing to do some medical image processing with it. (I used to use OpenCV with C.) I read the image with: Y=dicomread('x.dcm') but when I display the image with imshow(Y), the ... satanasxentius(9)
3D CT image reconstruction by 2D slices1129 (10/9/2012 1:17:08 PM) comp.soft-sys.matlab I know there are lots of questions related to this topic. But maybe because of my ignorance, I could not use any of them successfully. Hence I wanted to ask the same question again:
I have 2D slices of a 3D ... satanasxentius(9)