UndistortImage function error for Fisheye Image
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1069020/image.png)
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);
0 Kommentare
Antworten (1)
Walter Roberson
am 18 Jul. 2022
I = undistortFisheyeImage(I, cameraParams.intrinsics);
See for example https://www.mathworks.com/help/vision/ref/undistortfisheyeimage.html#mw_a3f2a54b-c45e-472e-b788-de9075fe7573 which has
J1 = undistortFisheyeImage(I,params.Intrinsics);
Siehe auch
Kategorien
Mehr zu Camera Calibration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!