Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.08 KB

OpenCV Python Tutorial

Hello and Welcome to my opencv python tutorial. This page is designed for the people who want to improve computer vision and image processing skills. On this tutorial, I shared some codes at the above and their descriptions as given below.

Before getting started I want to recommend with you a link that indicates a book called OpenCV Computer Vision Projects with Python.

OpenCV_Book

You can install this book OpenCV Computer Vision Projects with Python.

If you have any question or problem, you can communicate with me through my e-mail [email protected].

You can find on this tutorial most of the computer vision examples like image segmantation, morhological operations, object tracking app, and so on.

What About Codes Are There in This Tutorial ?

  • Reading an image from your working folder on your computer.
  • Saving a video frame-by-frame as an image.