フィルターのクリア

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:
Md Shahidul Islam
Md Shahidul Islam 2021 年 8 月 22 日
Thank you so much

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeCamera Calibration についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by