Effacer les filtres
Effacer les filtres

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

9 vues (au cours des 30 derniers jours)
Ashwani gulati
Ashwani gulati le 6 Oct 2021
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

Réponses (1)

yanqi liu
yanqi liu le 6 Oct 2021
Modifié(e) : yanqi liu le 6 Oct 2021
sir, may be use
I1 = imresize(I1,stereoParams.CameraParameters1.ImageSize, 'bilinear');
to make the same size
  1 commentaire
Ashwani gulati
Ashwani gulati le 8 Oct 2021
Thank you for the help.
i have already resized the images but still getting same error.

Connectez-vous pour commenter.

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by