【问题标题】:ROI with SURF invalid argument带有 SURF 无效参数的 ROI
【发布时间】:2014-04-15 22:55:59
【问题描述】:

我有以下代码行:

x=ginput(1);
y=ginput(1);
limits = [x(1) x(2) abs(x(1)-y(1)) abs(x(2)-y(2))]
boxPoints = detectSURFFeatures(boxImage, 'MetricThreshold',100,'ROI',limits);

这会产生以下错误:

Error using detectSURFFeatures>parseInputs (line 100)
Argument 'ROI' did not match any valid parameter of the parser.

我在 matlab R2013a 上

根据http://www.mathworks.com/help/vision/ref/detectsurffeatures.html#namevaluepairarguments

据我所知,这应该是完全有效的。知道这里发生了什么吗?

【问题讨论】:

    标签: matlab computer-vision roi matlab-cvst


    【解决方案1】:

    这显然是 R2014a 中的一项新功能。谁知道呢。

    【讨论】:

      猜你喜欢
      • 2015-12-26
      • 1970-01-01
      • 2020-09-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-07-24
      • 2012-08-28
      相关资源
      最近更新 更多