Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 886 Bytes

File metadata and controls

25 lines (24 loc) · 886 Bytes

OpenCv-Python-Basic-Programs

Few program that can serve as basic blocks for OpenCv projects.

Install the following libraries before proceeding

  1. pip install opencv-python
  2. pip install numpy

The Repo includes programs for
  • Simple Image Reading using OpenCv
  • Reading real-time video using Opencv
  • Color Detection by adjusting HSV
  • Color Detection from webcam video
  • Contour/Shape Detection
  • Use of Cv2 functions for filters and effects
  • Face detection using pre-trained haarcascades models
  • face detection from webcam
  • Resizing and Cropping Images
  • Inserting Shapes and Text on Images
  • Warp Prespective

Feel free to add any other programs or templates that can be used in other projects.