Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Why do I receive an Assertion failed.error in Measuring Planar Objects with a Calibrated Camera
조회 수: 1 (최근 30일)
이전 댓글 표시
If I try to run the calibration code as explained in webpage, sometimes I have got the assertion failed error message. However, If I use the same images with Calibration app, I have not received any error. Please let me know... why such error occurred. Thanks.
Error Message:
Error using vision.internal.calibration.CameraParametersImpl>getFullBounds (line 906) Assertion failed. Error in vision.internal.calibration.CameraParametersImpl/computeUndistortBounds (line 782) [xBounds, yBounds] = getFullBounds(undistortedMask, ... Error in vision.internal.calibration.CameraParametersImpl/undistortImageImpl (line 539) [xBounds, yBounds] = computeUndistortBounds(this, ... Error in undistortImage (line 97) [J, newOrigin] = undistortImageImpl(cameraParams, I, interp, outputView, fillValues); Error in calibrationtest (line 34) [im, newOrigin] = undistortImage(imOrig, cameraParams, 'OutputView', 'full');
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!