Warning message while using camera calibrator
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
UNK
am 8 Apr. 2016
Kommentiert: Dima Lisin
am 13 Apr. 2016
I am trying to calibrate a camera using Matlab Camera Calibrator. After I select the images, I am getting the following warning message: "Division by zero when processing. The value has been set to NaN". Any idea why I am getting this warning. Am I suppose to re-size the image?
0 Kommentare
Akzeptierte Antwort
Rahul Goel
am 12 Apr. 2016
Hi UNK,
Are you using the images in JPEG format? These warnings look like corrupt exif metadata in the JPEG file that the function is trying to read. This should not affect the actual pixels, so this warning can be ignored. However, please note that saving the calibration images in the JPEG format is not a good idea, because of the compression artifacts. If possible, consider using a format with no compression or with lossless compression, like TIFF or PNG.
Hope this helps.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Support Package for USB Webcams finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!