Effacer les filtres
Effacer les filtres

UndistortImage function error for Fisheye Image

2 vues (au cours des 30 derniers jours)
dinesh bharathi
dinesh bharathi le 18 Juil 2022
Commenté : dinesh bharathi le 18 Juil 2022
Hi, I have calibrated the camera and created the cameraparams using the calibration process. When i use the same camera params to undistort an image am getting the following error. I am not sure about what am missing here. Please guide me on this.
Expected intrinsics to be one of these types:
fisheyeIntrinsics
Instead its type was fisheyeParameters.
Error in undistortFisheyeImage (line 91)
validateattributes(intrinsics, {'fisheyeIntrinsics'}, {'scalar'}, ...
Error in Batch_Process_Imr_imw (line 37)
I=undistortFisheyeImage(I,cameraParams);

Réponses (1)

Walter Roberson
Walter Roberson le 18 Juil 2022
I = undistortFisheyeImage(I, cameraParams.intrinsics);
J1 = undistortFisheyeImage(I,params.Intrinsics);

Catégories

En savoir plus sur MATLAB Support Package for USB Webcams dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by