MATLAB交互获取图像中任一点的位置坐标方法我要分享

MATLAB interaction method gets the location coordi

matlab 图像 方法 获取 交互 位置 坐标 任一点

关注次数: 149

下载次数: 0

文件大小: 183.00 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: 通过两种方法实现交互图像中任一点的位置坐标方法 第一种途径:ginput()函数 第二种途径:利用figure的WindowButtonDownFcn属性。


English Description:

Two method interactive method for image position coordinates at any point in First: the ginput () function Second: use figure WindowButtonDownFcn properties.


代码预览