Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 461 Bytes

opencv

OpenCV is a huge open-source library for computer vision, machine learning, and image processing. It can process images and videos to identify objects, faces, or even the handwriting of a human. The following are some of the functions I have implemented with it.

  1. Face and eye detection
  2. Image manipulation
    1. Edge detection
    2. Image smoothing
    3. Image thresholding
    4. Image transformation
  3. Object Recognition
  4. Webcam Streaming