In the above image I'm using OpenCV to detect circle shape. Next I want to display 3D circle objects rendered on such circular shapes.
Previously I have used MetaIO SDK, for marker based detection and it also does the 3D object rendering quite well.
Since OpenCV explains the image processing, various operators like Sobel/Canny, Hough Transform, Gaussian filtering etc quite properly, I used it to help me with markerless detection.
I am also able to detect square, quadrilateral, triangle. However I am stuck at the next part of my application i.e. 3D model rendering. For e.g. since the shape detected was a circle I would like to show this 3D Model below.
Please if anyone can can share some insight as to how this can be achieved? Even is it possible to integrate MetaIO and OpenCV to get close to meeting my requirement?
My application is to be used on both android and iOS devices.
Thanks in Advance.