evaluation/UAV-benchmark-MOTD_v1.0/utils/getImgExt.m (4 lines of code) (raw):

function imgExt = getImgExt(seqFolder) % return image extension including the dot % e.g. '.jpg' imgExt = '.jpg';