【问题标题】:Emgucv + SURF featureEmgucv + SURF 功能
【发布时间】:2011-11-15 05:17:39
【问题描述】:

我正在使用 emgucv2.3。 当我输入 MCvSURFParams surfParam = new MCvSURFParams(500, false); 行时,我收到错误 The type or namespace name 'MCvSURFParams' could not be found (are you missing a using directive or an assembly reference?) 。但我已经包含了所有必要的参考资料。谁能告诉我哪里错了?

提前致谢

【问题讨论】:

    标签: emgucv


    【解决方案1】:

    我相信您现在应该使用旧的代码调用:

    SURFDetector surfParam = new SURFDetector(500, false);
    

    假设您有正确的引用和 using 语句这将起作用,请参考 2.3.0 中的 SurfFeature 示例来检查您的代码。

    干杯,

    克里斯

    【讨论】:

      猜你喜欢
      • 2012-04-15
      • 1970-01-01
      • 2012-07-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-08-13
      • 2012-12-31
      • 1970-01-01
      相关资源
      最近更新 更多