Home > vbmeg > demo > test_scripts > sbi > index_dicom.m

index_dicom

PURPOSE ^

SYNOPSIS ^

function [pos, len] = index_dicom(ix, grp, elm)

DESCRIPTION ^




 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [pos, len] = index_dicom(ix, grp, elm)
0002 %
0003 %
0004 %
0005 %
0006 % Copyright (C) 2011, ATR All Rights Reserved.
0007 % License : New BSD License(see VBMEG_LICENSE.txt)
0008 g = hex2dec(grp);
0009 e = hex2dec(elm);
0010 
0011 pos = ix{1}(g+1, e+1);
0012 len = ix{2}(g+1, e+1);

Generated on Mon 22-May-2023 06:53:56 by m2html © 2005