Skip to content

Hands-on computer vision projects exploring face recognition, object tracking, digit classification, and gesture detection using Python and OpenCV.

Notifications You must be signed in to change notification settings

0xCodeFuture/computer-vision-projects

Repository files navigation

ComputerVision-Projects

Install

This project files requires Python 3 and the following Python libraries installed:

Following are some links to install OpenCV and dlib on mac, windows and linux:

OpenCV - Mac | Windows | Ubuntu

Dlib - Mac | Windows | Ubuntu

Run

python {file_name}.py

About

Some simple computer vision implementations using OpenCV such as:

  • Extracting facial landmarks for facial analysis by applying filters and face swaps.
  • Approximating contours, contour filtering and ordering.Segmenting images by understanding contours, circle, and line detection.
  • Feature detection (SIFT and ORB) to do object detection and implementing dbject detection for faces and cars.
  • Generative Adversarial Networks (GANs) applied to image.

About

Hands-on computer vision projects exploring face recognition, object tracking, digit classification, and gesture detection using Python and OpenCV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages