Ask Your Question
1

superimpose 3D graphics objects on the recognized object

asked 2013-04-28 10:56:35 -0600

Marwen Z gravatar image

updated 2013-04-29 05:31:58 -0600

after the phase of object recognition I took the best point from matching and would like a registration of 3D objects Please guide me on the big lines PS: I have read articles on the pose of the camera and camera calibration

edit retag flag offensive close merge delete

3 answers

Sort by ยป oldest newest most voted
3

answered 2013-04-30 07:13:10 -0600

Rogeeeer gravatar image

From my experience : The easy way to do AR is to use some toolkit like nyARToolkit, flARToolkit, 3Dvia, unity3D, or whichever you want...

Using OpenCV can give you way more flexibility but you need time to learn some theory (we can't do it for you...).

The book "mastering opencv with practical computer vision projects" can teach you a lot and fast if you dive into the code from the repository.

edit flag offensive delete link more
2

answered 2013-04-29 15:52:43 -0600

Basically search for augmented reality projects using openCV like this one. It adds a video into a plane of the scene once the plane is detected.

edit flag offensive delete link more
0

answered 2013-04-30 06:32:58 -0600

Marwen Z gravatar image

I do like this

1-calibration of the camera
2-2D-3D matches
3-Calculating the pose
4-Registration of virtual object

is that possible ? how to do it simply ? otherwise any help.

edit flag offensive delete link more

Comments

1

I always get the impression you don't even read people's remark. We will not solve your project for you, read the FAQ again and you will notice that we only support people with their openCV implementation problems, not with solving a complete project. That said, read the links provided and start teaching yourself the basics. There is no way to do augmented reality simply... else it wouldn't be an active research area in computer vision...

StevenPuttemans gravatar imageStevenPuttemans ( 2013-04-30 07:54:10 -0600 )edit

Question Tools

Stats

Asked: 2013-04-28 10:56:35 -0600

Seen: 1,982 times

Last updated: Apr 30 '13