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
- Host: GitHub
- URL: https://github.com/jeanchilger/computer-vision
- Owner: jeanchilger
- Created: 2018-04-24T03:01:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T17:50:43.000Z (over 5 years ago)
- Last Synced: 2025-01-23T16:38:39.402Z (over 1 year ago)
- Topics: computer-vision, deep-learning, opencv
- Language: Python
- Homepage:
- Size: 99.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.