Ask Your Question

flippldippl's profile - activity

2015-04-26 23:15:50 -0600 asked a question Android - How to display image/animation over camera?

I got my OpenCV project to recognize a piece of cardboard by detecting its blue color. I want to display a JPG image on top of the coordinates of the object.

How do I do this in the proper way?

Also if I wanted to play an animation over the top of it instead of an image then what about that?

2015-04-24 09:41:04 -0600 asked a question Android app, show text on real life object based on compass

Let's say you're standing outside your house - facing away from it. You lift up your phone and look through the camera, and then slowly start turning around to face your house. When your house comes into the camera's frame, the text "My House" is shown above it. You keep panning around and the text is moving, still attached to above the house. You pan back around until the house goes out of frame, and the text does too.

Is this possible, using the compass or some other sensor? Is it possible to set some real life coordinates to text/an object displayed by OpenCV?