Skip to content

knothing01/computer-vision-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision with OpenCV

Tasks and projects from Picsart Academy's AI Surveillance Application course, built with OpenCV in Python.

Topics Covered

  • Image loading, transformation, and filtering
  • Edge detection (Canny, Sobel)
  • Object detection and contour analysis
  • Video stream processing
  • Practical AI surveillance techniques

Tech Stack

  • Python 3
  • OpenCV (cv2)
  • NumPy

Setup

pip install opencv-python numpy
python3 <script_name>.py

About

Computer vision tasks built with OpenCV — image processing, object detection, and AI surveillance techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors