码迷,mamicode.com
首页 > 其他好文 > 详细

Matlab 图象操作函数讲解

时间:2018-10-27 14:55:35      阅读:572      评论:0      收藏:0      [点我收藏+]

标签:区域   osi   info   position   函数   返回值   inf   matlab   技术   

h = imrect;
pos = getPosition(h);

这个函数用来获取图象上特定区域的坐标,其中pos的返回值中有四个参数[xmin,ymin,width,height],特定区域的左上角x,y坐标,以及该区域的长宽值。如下图所示:

技术分享图片

Matlab 图象操作函数讲解

标签:区域   osi   info   position   函数   返回值   inf   matlab   技术   

原文地址:https://www.cnblogs.com/burton/p/9860774.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!