필터 지우기
필터 지우기

Is there any alternatives of 'getOptima​lNewCamera​Matrix' method in matlab?

조회 수: 4 (최근 30일)
Md Shahidul Islam
Md Shahidul Islam 2021년 8월 17일
댓글: Md Shahidul Islam 2021년 8월 22일
I need to use getOptimalNewCameraMatrix method for camera calibration but I do not find any alternatives in matlab. Here is my code:
image = imread(image_path + "\" + file);
[height, width] = size(image);
[newcameramtx, roi] = cv2.getOptimalNewCameraMatrix(camera_matrix, dist, [width,height], 0, [width,height]);
  댓글 수: 3
Bhuvanyu Dogra
Bhuvanyu Dogra 2021년 8월 20일
It is my understanding that you are looking for ways to use 'getOptimalNewCameraMatrix' method in MATLAB.
Please refer to the following File Exchange submission for using OpenCV methods with MATLAB:

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Camera Calibration에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by