寂寞蜻蜓

文章
2
资源
0
加入时间
3年0月9天

matlab在图像上画矩形框并保存

clc,close all;file_path='pictures/';image_name1='t1.jpg';ref = imread(strcat(file_path,image_name1));[rows,cols,depth] = size(ref);figure;set (gcf,'Position',[100,100,cols,rows]);imshow(ref,'...