Hey y´all,
I´m pretty new to this and spend an hour searching this Forum to get an example for what I´m trying to do, but I found nothing similar, so…
My plan is to project a point cloud output of a mmwave radar system (x,y,z) onto my camera output (pixel coordinates), in real time.
I read about OpenCV “Camera Calibration and 3D Reconstruction” and thought it might be the perfect fit for me.
The biggest challenge will be to calibrate the camera and the radar in such a way that the point clouds generated by an object will actually lie over the corresponding bounding boxes by means of projection.
Are there already forum entries on this problem that I have overlooked, or is OpenCV perhaps not the best solution for me after all?
What do you think?