Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Why do I receive an Assertion failed.error in Measuring Planar Objects with a Calibrated Camera
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!