how to integrate openCV and ARtoolkit

Posted by mehmet on Stack Overflow See other posts from Stack Overflow or by mehmet
Published on 2010-03-07T15:21:15Z Indexed on 2010/06/05 21:42 UTC
Read the original article Hit count: 547

Filed under:
|

hi all, 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

© Stack Overflow or respective owner

Related posts about opencv

Related posts about flartoolkit