如何集成openCV和ARtoolkit

发布于 2024-08-23 23:18:12 字数 298 浏览 8 评论 0原文

我需要在同一个项目中使用 openCV 和 ARtoolkit 库。我正在尝试使用 arVideoGetImage() 函数获取帧,以便使用 openCV 函数进行处理。但是程序在以下人脸检测示例行中抛出“System.AccessViolationException”错误: CvSeq *faces = cvHaarDetectObjects(img, 级联, 存储, 1.1, 3, 0, cvSize( 40, 40 ));

ARtoolkit 和 openCV 可以完美地分开工作。任何人都可以将这两个库一起使用,或者有什么建议吗?

谢谢

I need to use both openCV and ARtoolkit libraries in the same project. I'm trying to get frame by using arVideoGetImage() function in order to process for with openCV functions. however program throws a "System.AccessViolationException" error in the following line of face detection example:
CvSeq *faces = cvHaarDetectObjects(img, cascade, storage, 1.1, 3, 0, cvSize( 40, 40 ));

ARtoolkit and openCV are work perfectly separately. Anyone has able to work these two library together, or any suggestion??

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文