Does opencv itself support augmented reality without need to additional programs? [closed]

asked 2020-03-09 23:53:44 -0600

maha mohy gravatar image

I need to draw 3D objects on my aruco markers through opencv c++, all i found use opengl or any additional programs. Can opencv do so itself? If it can, i need to draw the object on the first marker, then when i reach that marker and it is hidden the object goes to the next marker, and when i release my hand from first one and put it on the second the object goes to the third marker not to the first again, etc... Any help?

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by maha mohy
close date 2020-04-25 05:00:00.274944

Comments

Absolutely. The openCV can do that. You need to do x, y coordinated for each rectangles. I used python.

supra56 gravatar imagesupra56 ( 2020-03-11 04:35:21 -0600 )edit

Thanks for reply, do you have any idea about doing that in c++?

maha mohy gravatar imagemaha mohy ( 2020-03-13 00:35:00 -0600 )edit

You will have to translated from python to c++. It should be worked. Do google's search.

supra56 gravatar imagesupra56 ( 2020-03-14 10:58:35 -0600 )edit