OVIS c++ examples Topic is solved

Problems building or running the engine, queries about how to use features etc.
Post Reply
andreas
Gnoblar
Posts: 7
Joined: Wed Nov 28, 2018 10:15 am

OVIS c++ examples

Post by andreas »

Ogre Version: :1.11.4:
Operating System: :ubuntu 16.04:

Hello, I am searching for opencv c++ examples using OVIS. Can someone help because I can't find any.
paroj
OGRE Team Member
OGRE Team Member
Posts: 1994
Joined: Sun Mar 30, 2014 2:51 pm
x 1074
Contact:

Re: OVIS c++ examples

Post by paroj »

that is because there are none. However porting this to c++ is just a matter of putting a main() around it and replacing cv.ovis. by cv::ovis::
https://github.com/opencv/opencv_contri ... is_demo.py
Post Reply