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

7 visualizaciones (últimos 30 días)
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

Respuestas (1)

yanqi liu
yanqi liu el 6 de Oct. de 2021
Editada: yanqi liu el 6 de Oct. de 2021
sir, may be use
I1 = imresize(I1,stereoParams.CameraParameters1.ImageSize, 'bilinear');
to make the same size

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by