【问题标题】:iptPointerManager error when using roipoly (MATLAB)使用 roipoly (MATLAB) 时出现 iptPointerManager 错误
【发布时间】:2017-09-11 17:50:15
【问题描述】:

我正在尝试使用 roipoly(I) 来允许用户选择图像中的区域。当我从 MATLAB 文档运行示例代码时:

img = imread('eight.tif')
imshow(img)
bw = roipoly(img)

我收到以下错误:

Undefined function or variable 'iptPointerManager'.

之后还有其他几个错误行,但我非常相信上面的错误行是问题所在。 我在 Windows 7 上安装了 MATLAB R2016a 并安装了图像处理工具箱并且可以正常工作。

【问题讨论】:

  • 尝试重置你的路径restoredefaultpath
  • 我感觉这与here 发现的问题相同,只是功能不同。
  • Sardar 成功了,谢谢!

标签: matlab image-processing toolbox


【解决方案1】:

使用restoredefaultpath 重置路径有效。

【讨论】:

    猜你喜欢
    • 2012-12-06
    • 2014-02-19
    • 2013-08-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-07-30
    • 1970-01-01
    相关资源
    最近更新 更多