【问题标题】:Why regionprops function is undefined in my installation of Matlab 2011a?为什么我安装的 Matlab 2011a 中没有定义 regionprops 函数?
【发布时间】:2017-04-17 17:21:14
【问题描述】:

我在 Windows 8 上使用 Matlab 2011a,我正在尝试运行使用 regionprops 函数的代码。这个函数是未定义的,在 Matlab 2011 中没有帮助,而在 R2016a 中,帮助说它是在 R2006a 之前引入的。

【问题讨论】:

  • regionprops 是图像处理工具箱的一部分,license('test', 'image_toolbox') 在你的机器上说什么?
  • license('test', 'image_toolbox') ans = 1
  • which regionprops?
  • 无输入:regionprops - ??? Undefined function or variable 'regionprops'. 有输入:stats = regionprops(seg, 'PixelIdxList', 'Area'); ??? Undefined function or method 'regionprops' for input arguments of type 'double'.
  • 它应该根据R2011a documentation 工作。你可以使用这个工具箱的其他功能吗?

标签: matlab computer-vision


【解决方案1】:

regionprops 是图像处理工具箱的一部分。您可能没有安装该产品。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2016-09-19
    • 1970-01-01
    • 1970-01-01
    • 2017-01-25
    • 2022-08-15
    • 2016-12-12
    • 2014-11-17
    相关资源
    最近更新 更多