Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 252 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 252 Bytes

OpenCVExamples

Jupyter Notebook with simple OpenCV Examples

Image Processing

  1. Filtering
  2. Drawing Shapes
  3. Blurring
  4. Transformation and Rotation

Real Time Face Detection

  • Real Time Face Detection using HAAR Cascade of OpenCV, in Python.