フィルターのクリア

Getting problem in (rectifySt​ereoImages​(frameLeft​, frameRight, stereoParams); )

9 ビュー (過去 30 日間)
Ashwani gulati
Ashwani gulati 2021 年 10 月 6 日
コメント済み: Ashwani gulati 2021 年 10 月 8 日
Hello Everyone,
After callibrating images from stereo camera calibrator i am having this error.
Error using vision.internal.inputValidation.checkImageSize (line 14)
Image size is not consistent with camera intrinsics. It is likely that the image is not generated by the specified camera.
Error in rectifyStereoImages (line 126)
vision.internal.inputValidation.checkImageSize(I1, stereoParams.CameraParameters1.ImageSize);
Error in Depthestimationfromstereovideolenovocameratest5 (line 54)
rectifyStereoImages(frameLeft, frameRight, stereoParams);
It would be really helpful if someone could help me with this.
Thank you

回答 (1 件)

yanqi liu
yanqi liu 2021 年 10 月 6 日
編集済み: yanqi liu 2021 年 10 月 6 日
sir, may be use
I1 = imresize(I1,stereoParams.CameraParameters1.ImageSize, 'bilinear');
to make the same size
  1 件のコメント
Ashwani gulati
Ashwani gulati 2021 年 10 月 8 日
Thank you for the help.
i have already resized the images but still getting same error.

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

カテゴリ

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

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by