어안 카메라와 기본 렌즈 카메라로 구성한 스테레오 시스템

조회 수: 2 (최근 30일)
채민
채민 2025년 5월 7일
답변: Harsh 2025년 6월 5일
어안 카메라와 기본 렌즈 카메라로 구성된 스테레오 카메라 시스템의 상대적 R,T를 추정하려고 하는데,
기본적으로 스테레오 카메라 보정기 어플이나, estimateCameraParameters 함수의 경우에는 어안 카메라와 일반 렌즈 카메라의 스테레오 파라미터 추정은 지원하지 않더군요.
이 경우에는 어떻게 해야 하는지 궁금합니다.

답변 (1개)

Harsh
Harsh 2025년 6월 5일
From what I can gather, you are trying to estimate the relative "R" and "T" of a stereo camera system consisting of a fisheye camera and a basic lens camera.
I believe that to estimate the relative R and T of this stereo camera system, "cameraParameters" object's "estimateFisheyeParameters" and "estimateCameraParameters" functions can be leveraged respectively. See:
With individual camera intrinsics in hand, their relative "R" and "T" can be determined using a PnP-like (perspective-n-point) approach.
This is achieved by capturing images of a common calibration object (e.g., a checkerboard) visible in both cameras and detecting corresponding 2D image points.
The "estworldpose" function, implementing the perspective-three-point (P3P) algorithm, can then solve the PnP problem. For more information, please refer to the following:
I hope this helps, thanks!

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for USB Webcams에 대해 자세히 알아보기

제품


릴리스

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!