フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Why do I receive an Assertion failed.error in Measuring Planar Objects with a Calibrated Camera

1 回表示 (過去 30 日間)
Maitreya Maity
Maitreya Maity 2016 年 2 月 24 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by