Computer Vision
0. 컴퓨터 비전 목차
dhpark
2022. 2. 5. 23:48
본인은 아래의 목차를 가지고 Computer Vision을 대략적으로 복습을 진행하려고 합니다.
1. Camera Model & Calibration
2. Detecting Corners
3. Feature Detectors and Descriptors
4. 2D Transformation
5. Two-View Geometry
6. Stereo Rectification
복습을 위한 참고 자료는 아래와 같습니다.
[1] https://szeliski.org/Book/ (2022년 버전, Second Edition이 나왔으며 무료로 pdf를 받을 수 있습니다)
[2] https://docs.opencv.org/4.x/d6/d00/tutorial_py_root.html (OpenCV 파이썬 튜토리얼)
[3] https://docs.opencv.org/4.x/d9/df8/tutorial_root.html (OpenCV C++ 튜토리얼)
[4] https://www.coursera.org/learn/visual-perception-self-driving-cars/ (Coursera 토론토 대학 자율주행 강좌)
[5] https://www.youtube.com/channel/UCf0WB91t8Ky6AuYcQV0CcLw (콜롬비아 대학교 컴퓨터 비전 강좌) (추천!)
[6] https://darkpgmr.tistory.com/ (매우 유명한 국내 비전 관련 블로그)