Top "Dicom" questions

Digital Imaging and Communications in Medicine (DICOM) standard defines formats for storing and communicating medical images.

DICOM: What's the point of SOPInstanceUID tag?

DICOM already provides a unique enough identifier for the Series (e.g. Series Instance UID), so why also include one …

dicom
Window width and center calculation of DICOM image

What is "rescale intercept" and "rescale slope" in DICOM image (CT)? How to calculate window width and window center with …

image-processing dicom
Create pydicom file from numpy array

I'm trying to create a mew dicom image from a standard-sized (512 x 512 or 256 x 256) numpy array. It seems like this …

python dicom pydicom
rescale slope and rescale intercept

I have few questions about the rescale slope and rescale intercept in CT DICOM: Are they used to transfer original …

dicom
How to calculate space between dicom slices for MPR?

Due to showing MPR view based on Dicoms. I've made a 3D array from series of dicom files. And I …

dicom slice
DICOM C-GET vs C-MOVE

I have to develop a SCU (Service Class User) application for querying PACS and retrieve the DICOM images. Should I …

dicom
how to display dicom image in matlab?

I want to ask about this function in matlab dicomread example : a = dicomread ('m.dcm'); imshow(a) the image showed …

matlab image-processing dicom
DICOM and the Image Position Patient

I am trying to figure out if DICOM Image Position (0020,0032) is an absolute coordinate or just the coordinates for whatever …

dicom
DICOM Slice Ordering

I have a basic question for the DICOM protocol. I know how I can calculate the orientation labels of every …

dicom imaging
c#: how to read parts of a file? (DICOM)

I would like to read a DICOM file in C#. I don't want to do anything fancy, I just for …

c# file-io dicom