Hi, basically there are two parts to my project:
- drawing a bounding box around an object with live camera input (already done)
- projecting that same bounding box onto a grid/plane made in a 3D game engine (probably Unity).
In order to do Part 2, is OpenCV my best bet in projecting the same points onto the grid? Are there any similar projects that could lead me in the right direction?