How can I find camera parameters from already existing images that are not checkerboard
조회 수: 2 (최근 30일)
이전 댓글 표시
I have camera position in form of [Z Y Z W P Q R]. please explain if anyone can.
댓글 수: 0
답변 (1개)
Kritika Bansal
2019년 9월 13일
Hi,
Although the Camera Calibrator App supports only the checkerboard image, you can calibrate your camera and find the cameraParams using the estimateCameraParameters function. In order to do so, you are required to supply your own code to detect the pattern points in the image.
More details on using the above-mentioned function can be found here: https://www.mathworks.com/help/vision/ref/estimatecameraparameters.html
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Camera Calibration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!