arrays - Sorting dicom dataset in Matlab -


hi have 5000 2d images multiple ct-scans , need them sorted. dataset directly imported ge workstation.

right images in bunches of 10 sorted images @ time in random order.

how these images sorted? if suggest dicominfo please tell parameter go after.

thank you!

how dicom ct images should sorted dependent on usage context, rule of thumb recommend first group images based on (patient), study , series using these tags:

(0010,0020)  patient id (0020,000d)  study instance uid (0020,000e)  series instance uid 

to sort images within 1 series, use instance number (0020,0013), although there no guarantee value set since type 2 attribute.

another alternative use image position (patient) (0020,0032), mandatory in ct images. need check image orientation (patient) (0020,0037) decide how sort on position. ct image orientation (1,0,0), (0,1,0), , z (third) component of image position can used basis sorting.

if series contains localizer image, image have excluded positional sorting.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -