You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know how to project x,y coordinates of the radar onto the 2d image of the camera. Presently i am using usb camera and i did camera calibration. I have tried two methods to do the radar to camera calibration. First one is CV2.SolvePNP and second method is homography. Unfortunately, the both experiment results were not accurate. Its RMSE values are higher even after collecting more than 30 corresponding points. I have tried to reduce RMSE value, but its not working. can anyone suggest any solution to implement the radar to camera calibration ?
The text was updated successfully, but these errors were encountered:
I would like to know how to project x,y coordinates of the radar onto the 2d image of the camera. Presently i am using usb camera and i did camera calibration. I have tried two methods to do the radar to camera calibration. First one is CV2.SolvePNP and second method is homography. Unfortunately, the both experiment results were not accurate. Its RMSE values are higher even after collecting more than 30 corresponding points. I have tried to reduce RMSE value, but its not working. can anyone suggest any solution to implement the radar to camera calibration ?
The text was updated successfully, but these errors were encountered: