如何集成openCV和ARtoolkit [英] how to integrate openCV and ARtoolkit

查看:118
本文介绍了如何集成openCV和ARtoolkit的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在同一项目中同时使用openCV和ARtoolkit库.我试图通过使用arVideoGetImage()函数来获取帧,以便使用openCV函数进行处理.但是,程序在下面的面部检测示例行中引发"System.AccessViolationException"错误: CvSeq * faces = cvHaarDetectObjects(img,级联,存储,1.1,3,0,cvSize(40,40));

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和openCV可以完美地分开工作.任何人都可以一起使用这两个库,或者有任何建议?

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

谢谢

推荐答案

http://se.cs.ait.ac.th/cvwiki/opencv:tutorial:integrate_opencv_and_artoolkit

这篇关于如何集成openCV和ARtoolkit的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆