Skip to content
Snippets Groups Projects
gtBboxSizeMat.m 131 B
Newer Older
Andrew King's avatar
Andrew King committed
function dim=gtBboxSizeMat(bbox)
% GTBBOXSIZEMAT returns size of gtbbox in matrix convention (rows, columns)
dim=[bbox(4) bbox(3)];