08 2013 档案

摘要:刚开始学习Python,利用PIL完成一个批量图像格式转化的应用。'''Created on 2013\08\10@author: xwolfs'''import osfrom PIL import Imagedef get_imlist(path,fmt_input): """ Return a list of filenames for all bmp images in a directory.""" return [os.path.join(path,f) for f in os 阅读全文
posted @ 2013-08-10 12:32 xwolfs 阅读(1143) 评论(0) 推荐(0) 编辑
摘要:Dear Imaging and Vision people RE: CVonline and other online image and vision resourcesCVonline is a free WWW-based set of introductions to topics in computer vision.See: http://homepages.inf.ed.ac.uk/rbf/CVonline/More detail:CVonline provides a structured organisation to about 2000 topics in comput 阅读全文
posted @ 2013-08-02 08:11 xwolfs 阅读(153) 评论(0) 推荐(0) 编辑