开发者

how to integrate openCV and ARtoolkit

开发者 https://www.devze.com 2022-12-22 16:57 出处:网络
I need to use both openCV and ARtoolkit libraries in the same project. I\'m trying to get frame by using arVideoGetImage() f开发者_运维百科unction in order to process for with openCV functions. howeve

I need to use both openCV and ARtoolkit libraries in the same project. I'm trying to get frame by using arVideoGetImage() f开发者_运维百科unction 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


http://www.hitl.washington.edu/artoolkit/mail-archive/message-thread-00488-Intel-OpenCV-for-ARToolK.html


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

0

精彩评论

暂无评论...
验证码 换一张
取 消