an UI that can do
- camera distortion calibration
- camera-to-real_world projection by perspective tramsform
- polygon painting on camrea view
python realtime.py
每三秒擷取一張frame,且用累計下來的frame去做calibration
python lab_main.py
- 完成: 讀檔、存檔、新增 | 編輯 | 刪除 多邊形、transform、多邊形 <-> table 雙向 Highlight
- TODO: Camera 相關功能
pip install PySide2
pip install opencv-python
pip install Shapely
pip install numpy
備註: .xml(多邊形資料) / .npy(transform 矩陣) 會儲存在與圖片相同資料夾底下