Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about extrinsic-parameters

Read more about extrinsic-parameters

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - extrinsic-parameters

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)...
test-img

slowmonk

opencv

computer-vision

camera-calibration

opencv-solvepnp

extrinsic-parameters

Votes: 0

Answers: 1

Latest Answer

You are using a square checker board pattern and since it is symmetric it has an ambiguity of 90 degree i.e. if you rotate the pattern by 90 degree it will appear exactly the same to the camera. So us...
test-img

Swaroop Bhandary

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...
test-img

slowmonk

opencv

computer-vision

camera-calibration

extrinsic-parameters

Votes: 0

Answers: 1

Latest Answer

Your approach is correct. To get the extrinsic parameters, extract the checkerboard corners from the images, then call cv::solvePnP to the get the camera pose with respect to the checkerboard. You mus...
test-img

Francesco Callari

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved