python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Get the relative position of the camera with extrinsic parameter but z-axis not facing to the camera
Object: I'm trying to get the relative position of the two camera's with calibration.
I'm using openCV to achieve this goal.
criteria = (cv2.TERM_CRITERIA_EPS + cv2.TERM_CRITERIA_MAX_ITER, 30, 0.001)...
slowmonk
Votes: 0
Answers: 1
Camera calibration and get relative position of the camera with Opencv
Hello all I'm trying to get the relative position of the cameras with one origin
This picture below after calibration the intrinsic parameter he put the checker board at the center and get calibrate t...
slowmonk
Votes: 0
Answers: 1