pranp2001
pranp2001

Reputation: 65

Using OpenCV in ARToolkit5 (Linux)

I wanted to know if anyone has managed to use OpenCV in the example codes given by ARToolKit5. I was wishing to use it mainly in the nftSimple example. But since the artoolkit5 code is written in C and using opencv in C is not easy, was wondering if anyone has any ideas, or could give me some sample code to start off with. Thanks in advance!

Upvotes: 0

Views: 76

Answers (1)

Thor_Bux
Thor_Bux

Reputation: 1157

Check out https://github.com/artoolkitx/artoolkitx/tree/master/Source/ARX/OCVT this is the newer image tracker based on OpenCV and using jpeg image files.

Upvotes: 0

Related Questions