matlab 在照片中画矩形框
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了matlab 在照片中画矩形框相关的知识,希望对你有一定的参考价值。
在matlab中,怎样在一张照片中(一张图片中)根据已给坐标画矩形框?
参考技术A initstate = [x y w h];%-----------------------------------------Show the tracking result
imshow(uint8(img1));
rectangle('Position',initstate,'LineWidth',4,'EdgeColor','r');
text(5, 18, strcat('#',num2str(i)), 'Color','y', 'FontWeight','bold', 'FontSize',20);
set(gca,'position',[0 0 1 1]);
%保存结果
%outputImg---文件夹
outputImgName = [outputImg,num2str(i),'.jpg'];
saveas(gcf, outputImgName, 'jpg'); 参考技术B 顶一个,同问啊,高手,大虾们求助啊
以上是关于matlab 在照片中画矩形框的主要内容,如果未能解决你的问题,请参考以下文章
如何在android开发中设计出一个四边形(不是矩形,四边均可一定)的照片裁剪框
使用 Google Face Detection ML Kit 在现有照片周围绘制一个框