필터 지우기
필터 지우기

Get Dicom tags from dcm image

조회 수: 4 (최근 30일)
MikeSv
MikeSv 2015년 10월 28일
Hello.
I have a problem receiving Dicom tags. Iam working on a program for analyzing the image quality of a DICOM image.
One part will is to measure objects of known size in the image to see if the magnification is correct. To measure distance I need to convert pixel into real world measurements.
Therfore I need the pixel spacing value. As I have understood there are serveral names for the pixelspacing, depending on the treatment and imaging technique.
I tried to get the group and element tags of the pixel spacing value, but it won't work.
What I tried is the following:
[group, element] = dicomlookup('Filename');
I just get an empty 0x0 double in return.
What am I doing wrong?
Thanks in advance,
Mike

답변 (0개)

카테고리

Help CenterFile Exchange에서 DICOM Format에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by