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

https://github.com/jeanchilger/computer-vision

:eye: Algorithms developed in the computer vision study group from UFFS
https://github.com/jeanchilger/computer-vision

computer-vision deep-learning opencv

Last synced: about 1 month ago
JSON representation

:eye: Algorithms developed in the computer vision study group from UFFS

Awesome Lists containing this project

README

          

# Computer Vision
Algorithms and theoretical material related to computer vision. Mostly of the material in this repository was developed during the [Computer Vision Study Group](https://github.com/uffscv) from [UFFS](https://www.uffs.edu.br/campi/chapeco).

# Contents

* [basics](https://github.com/JeanCHilger/computer-vision/tree/master/basics): Contains basic codes to test some OpenCV functionalities.
* [convolution](https://github.com/JeanCHilger/computer-vision/tree/master/convolution): Implementation of a image convolution.
* [HDR](https://github.com/JeanCHilger/computer-vision/tree/master/HDR): Application of several HDR algorithms of OpenCV.
* [OCR](https://github.com/JeanCHilger/computer-vision/tree/master/OCR): Optical character recognition with tesseract.
* [face-swap](https://github.com/JeanCHilger/computer-vision/tree/master/face-swap): Face swap dojo, implemented in OpenCV.
* [filters](https://github.com/JeanCHilger/computer-vision/tree/master/filters): Some filters implemented from scratch.
* [green-area-detection](https://github.com/JeanCHilger/computer-vision/tree/master/green-area-detection): Green area detection implemented using OpenCV.
* [hand-pose](https://github.com/JeanCHilger/computer-vision/tree/master/hand-pose): Hand pose estimation using OpenCV `dnn` module.
* [image-color](https://github.com/JeanCHilger/computer-vision/tree/master/image-color): Algorithm to detect the most predominant color in a image.
* [morphological-transform](https://github.com/JeanCHilger/computer-vision/tree/master/morphological-transform): Implements an algorithm that performs several morphological transforms.
* [seamless-cloning](https://github.com/JeanCHilger/computer-vision/tree/master/seamless-cloning): Seamless cloning of two images, implemented in OpenCV.