Algorithms and theoretical material related to computer vision. Mostly of the material in this repository was developed during the Computer Vision Study Group from UFFS.
- basics: Contains basic codes to test some OpenCV functionalities.
- convolution: Implementation of a image convolution.
- HDR: Application of several HDR algorithms of OpenCV.
- OCR: Optical character recognition with tesseract.
- face-swap: Face swap dojo, implemented in OpenCV.
- filters: Some filters implemented from scratch.
- green-area-detection: Green area detection implemented using OpenCV.
- hand-pose: Hand pose estimation using OpenCV
dnn
module. - image-color: Algorithm to detect the most predominant color in a image.
- morphological-transform: Implements an algorithm that performs several morphological transforms.
- seamless-cloning: Seamless cloning of two images, implemented in OpenCV.