필터 지우기
필터 지우기

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 CenterFile Exchange에서 Camera Calibration에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by