介紹
這篇文章主要是介紹如何利用 Python 的 OpenCV 來做處理,內容為英文。這篇文章我已經發布在我的個人網站,因此我直接貼連結分享。內附有 Jpyternote book 程式可供下載並練習。
內容
- Read, write image and viedo.
- The essence of the image in computer world.
- Different format of the image and how to convert among them.
- Resize and crop the image.
- Change the perspective of the image.
- Draw lines and other shapes on image.
- Contours detection and color filtering.
- Using cascade files to do the object detection. (Exclude the training part)