Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
OpenCV Python For Beginners | Hands on Computer Vision
Rating: 4.3 out of 5(220 ratings)
6,527 students

OpenCV Python For Beginners | Hands on Computer Vision

Hands on Practical Examples with OpenCV & Python
Created byYogesh Patel
Last updated 1/2022
English

What you'll learn

  • Basics of NumPy
  • Face Detection with OpenCV
  • Draw shapes on images and videos with OpenCV
  • Smoothing, blurring, thresholding, and morphological operations with OpenCV
  • Objects Tracking with OpenCV
  • Histograms with OpenCV
  • Find Car Lane lines with OpenCV

Course content

14 sections54 lectures12h 2m total length
  • How to Install Python 3 on Windows 107:46

    Download and install python 3 on windows 10, customize installation to a c:\python directory, add to path, then explore idle, run hello world, and verify pip.

  • How to install Python 3 on Mac7:00

    Install Python 3 on your Mac by downloading the Python 3.6.4 installer, running the macOS installer, and verifying with Python 3 in the terminal, then print hello world.

  • How To Install PyCharm In Windows 1012:15

    learn how to install python 3.7.4 on Windows 10, then install and configure PyCharm Community Edition, including path setup, and run a hello world script in a new project.

  • How To Install PyCharm In Windows 1113:33

    Install Python on Windows 11 from the official site, set PATH, and verify with the command prompt; use IDLE and the Python REPL to run scripts for beginners.

  • How To Install PyCharm In Mac8:13

    Install PyCharm community edition on Mac, and verify Python versions. Download from JetBrains, create a Hello World Python project, and run the code to see the output.

  • How To Install PyCharm In Ubuntu 18.04 + Create and Run First Python Project10:17

    Install the PyCharm community edition on Ubuntu 18.04 by downloading from JetBrains, extracting, and running the installer, then create and run your first Python project.

  • How To Install PyCharm In Ubuntu 20.04 + Create and Run First Python Project8:36

    Install the PyCharm community edition on Ubuntu 20.04 via snap, configure the Python interpreter, create a new Python project, and run a hello world script to verify the setup.

Requirements

  • Basic programming skills in python language python would be beneficial.
  • A Windows, Mac or Linux computer.
  • All you need is a PC and a working internet connection

Description

Welcome to this on OpenCV Python Tutorial For Beginners. OpenCV is an image processing library created by Intel and later supported by Willow Garage and now maintained by Itseez. opencv is available on Mac, Windows, Linux. Works in C, C++, and Python. it is Open Source and free. opencv is easy to use and install.

The goal of this course is to provide you with a working knowledge of OpenCV with Python. We'll start with the basics, starting from installing OpenCV with Python on Windows, Mac, and Ubuntu. Then we will see how to create your first OpenCV python script. Then we will dive deep into the amazing world of computer vision Using OpenCV and learn the most important concepts about computer vision using OpenCV .

So Let's get started !!!

Who this course is for:

  • Anyone who wants to code
  • New Programmers and Developers
  • Beginners
  • Students