我使用opencv自帶的示例代碼來校準我的筆記本電腦網絡攝像頭。相機校準結果:爲什麼它與輸入類似?
我創建了大約82個棋盤圖像並使用代碼來處理它們。
結果如下:
This is a camera calibration sample.
Usage: calibration configurationFile
Near the sample file you'll find the configuration file, which has detailed help
of how to edit it. It may be any OpenCV supported file format XML/YAML.
Re-projection error reported by calibrateCamera: 0.424482
Calibration succeeded. avg re projection error = 0.424483
|看來,平均預測誤差是和以前一樣。爲什麼發生這種情況?
如何創建地圖將未校準圖像轉換爲校準圖像?
「平均投影誤差與以前相同」是什麼意思?你問爲什麼它顯示兩次相同的錯誤? – AldurDisciple
看來校準後的錯誤與以前一樣。爲什麼? – mans
'calibrateCamera報告的重新投影錯誤:0.424482'這條線在校準之前不會給出錯誤,而是在校準函數'calibrateCamera'結束時獲得的錯誤。另一個數字是在校準之後對相同錯誤的第二次估計。 – AldurDisciple