Augmented Reality outline. OpenGL's part. Is it correct?

Hi to all,

im trying to write an application of Augmented Reality.

This is my outline for the part of the representation of the object 3d with OpenGL:

http://img165.imageshack.us/img165/8444/outlineopengleh2.jpg

As you see, I have two posibilities for the second frame and subsequent, so before continuing with the code, does anyone want to give me any recomendation, opinion, “approve” it, or just insult me? :slight_smile:

I’d be willing to insult you, but I suspect you were really just kidding about that.

To be honest, I’m not sure what you’re talking about, or what you’re asking for.

For what it’s worth, you have my stamp of approval for the go-ahead.

I think he was not kidding :slight_smile:

For AR, to my understanding, you match your real camera’s parameters to match openGL’s projection matrix and then match the modle-view matrix the recovered real camera’s position and orientation. Of course you need to choose a common reference world corrdinate system for transofrmation.

You might refer ARToolkit for implementation details.