Importing OpenCV framework

Hi,

anyone knows how to import opencv framework correctly on cocos2d-x platform?

Hi, I have same issue

Did you solve your problem?
If you did, can I get some tips?

Huan Suh wrote:

Hi, I have same issue
>
Did you solve your problem?
If you did, can I get some tips?

Hi Huan Suh, nope i didn’t. I only managed to use and test the opencv framwork from http://opencv.org (see opencv for iOS). however during the build, you will need to add dynamic library in order to make the framework work and many of the functions in opencv framework doesnt work.

Will need an expert to enlighten us on this subject. Cheers.

I’m currently working on it, if I’ll make any progress I’ll update :slight_smile:

Any luck on this subject any one? Thanks!

Any news or progress?

I followed this japanese tutorial here (i use chrome to translate this in english). I succesfully integrated opencv with cocos2d-x but there is a problem on findContours, the method always results in a read/write access violation. I’m still looking for a proper way to use opencv with cocos2d-x.

any update on your work?

Yes, my game I Am Santa is using OpenCV and Cocos2d-x
I’m using it for the Face Detection. Since I cannot access the Assets I’m copying them to a temp dir and reading them from there.