如何集成openCV和ARtoolkit
我需要在同一个项目中使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http:// www.hitl.washington.edu/artoolkit/mail-archive/message-thread-00488-Intel-OpenCV-for-ARToolK.html
http://www.hitl.washington.edu/artoolkit/mail-archive/message-thread-00488-Intel-OpenCV-for-ARToolK.html
http://se.cs.ait.ac.th/cvwiki/opencv :教程:integrate_opencv_and_artoolkit
http://se.cs.ait.ac.th/cvwiki/opencv:tutorial:integrate_opencv_and_artoolkit