OpenCV Notes

Coding Skill目錄下的所有Tutorials、Notes博客都會不定期迭代更新

What is OpenCV

Other Image Process Package

Ref

Why OpenCV

Resources

  • Official Tutorials Link:官方教程還可以,將常用的功能羅列分開,每一章裏面還有各個小結,每個小結裏面的例子也很nice。但是畢竟是教程,不是api,有更多需要可相應的查閱下api。
    在這裏插入圖片描述
  • Awesome Repo
  • imutils:A series of convenience functions to make basic image processing functions such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and both Python 2.7 and Python 3.
  • Book

example

python opencv修改保存的圖片質量

imwrite()函數中參數的數據格式傳錯了,不符合這個函數輸入的要求
imwrite() TypeError: bad argument type for built-in operation
在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章