Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akshaybhatia10/ComputerVision-Projects

Some simple computer vision implementations using OpenCV
https://github.com/akshaybhatia10/ComputerVision-Projects

computer-vision opencv python

Last synced: about 1 month ago
JSON representation

Some simple computer vision implementations using OpenCV

Awesome Lists containing this project

README

        

# ComputerVision-Projects

### Install

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

- [OpenCV](https://opencv.org/)
- [Numpy](http://numpy.org/)
- [dlib](https://github.com/davisking/dlib)

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

[OpenCV](https://github.com/opencv/opencv) - [Mac](https://www.learnopencv.com/install-opencv3-on-macos/) | [Windows](https://www.learnopencv.com/install-opencv3-on-windows/) | [Ubuntu](https://www.learnopencv.com/install-opencv3-on-ubuntu/)

[Dlib](https://github.com/davisking/dlib) - [Mac](https://www.learnopencv.com/install-dlib-on-macos/) | [Windows](https://www.learnopencv.com/install-dlib-on-windows/) | [Ubuntu](https://www.pyimagesearch.com/2017/03/27/how-to-install-dlib/)

### Run

```bash
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.