Skip to content

akshaybhatia10/ComputerVision-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e58cfe4 · Jan 4, 2022

History

82 Commits
Nov 19, 2017
Nov 18, 2017
Nov 2, 2017
Nov 18, 2017
Oct 11, 2018
Nov 23, 2017
Oct 30, 2017
Oct 29, 2017
Nov 1, 2017
Nov 28, 2017
Oct 31, 2017
Nov 6, 2021
Nov 8, 2017

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.