Computing orientation of a square and displaying an object with the same orientation
- by Robin
Hi,
I wrote an application which detects a square within an image. To give you a good understanding of how such an image containing such a square, in this case a marker, could look like:
What I get, after the detection, are the coordinates of the four corners of my marker. Now I don't know how to display an object on my marker. The object should…