Skip to content

shenhsinyu/Cam_Feild_Setting_UI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cam_Feild_Setting_UI

an UI that can do

  1. camera distortion calibration
  2. camera-to-real_world projection by perspective tramsform
  3. polygon painting on camrea view

Calibration

python realtime.py

每三秒擷取一張frame,且用累計下來的frame去做calibration

GUI

python lab_main.py

  • 完成: 讀檔、存檔、新增 | 編輯 | 刪除 多邊形、transform、多邊形 <-> table 雙向 Highlight
  • TODO: Camera 相關功能

env:

pip install PySide2
pip install opencv-python
pip install Shapely
pip install numpy

備註: .xml(多邊形資料) / .npy(transform 矩陣) 會儲存在與圖片相同資料夾底下

Reference

Contributors

詹家欣 Chia-Hsin Chan

Meeting markdown document

link

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%