OpenCV with Python


Jan 02, 2021

介紹

這篇文章主要是介紹如何利用 Python 的 OpenCV 來做處理,內容為英文。這篇文章我已經發布在我的個人網站,因此我直接貼連結分享。內附有 Jpyternote book 程式可供下載並練習。

點我前往

內容

  1. Read, write image and viedo.
  2. The essence of the image in computer world.
  3. Different format of the image and how to convert among them.
  4. Resize and crop the image.
  5. Change the perspective of the image.
  6. Draw lines and other shapes on image.
  7. Contours detection and color filtering.
  8. Using cascade files to do the object detection. (Exclude the training part)
#OpenCV #Python #Computer Vision






你可能感興趣的文章

《嚴防後宮起火-以無聊宅宅的視角來理解版本控制的概念》

《嚴防後宮起火-以無聊宅宅的視角來理解版本控制的概念》

何謂演算法技術面試?讀《Cracking the Coding Interview(提升程式設計師的面試力)》

何謂演算法技術面試?讀《Cracking the Coding Interview(提升程式設計師的面試力)》

[ week14 ] 部署 AWS EC2 linux + LAMP Web Server +Sequel Pro +gandi

[ week14 ] 部署 AWS EC2 linux + LAMP Web Server +Sequel Pro +gandi






留言討論