摘要: 代码function ROI=LabelBox(filename)Mat=imread(filename);imshow(Mat);mouse=imrect;pos=getPosition(mouse);% x1 y1 w hROI=[pos(1) pos(2) po... 阅读全文
posted @ 2017-01-30 15:32 未雨愁眸 阅读(1332) 评论(0) 推荐(0)