我在https://sourceforge.net/projects/emgucv/files/上的http://www.emgu.com/wiki/index.php/Download_And_Installation上下载了最新的EmguCV示例(3.2),但我得到了每个项目的以下两个构建错误:
Task host node exited prematurely. Diagnostic information may be found in files in the temporary files directory named MSBuild_*.failure.txt.
(没有找到MSBuild _ * .failure.txt)
The "GenerateResource" task's outputs could not be retrieved from the "FilesWritten" parameter. Object does not match target type. Emgu.CV.UI
我遵循了tutotial,但必须缺少一步。我安装了C ++可再发行组件,但没有运气。我还没有安装任何其他东西。
我还能尝试其他什么吗?
答案 0 :(得分:0)
您的系统区域设置是什么?如果将其设置为稍微不寻常的设置,则会发生这种情况,因为Emgu CV对此非常敏感。我不得不改变我的英语(美国),让它全部运转起来。