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

https://github.com/farazkh80/opencv-cpp

A custom library used for Computer Vision using opencv in cpp
https://github.com/farazkh80/opencv-cpp

computer-vision image-processing opencv

Last synced: 2 months ago
JSON representation

A custom library used for Computer Vision using opencv in cpp

Awesome Lists containing this project

README

          

# OPENCV-CPP

A custom library used for common computer vision functions using opencv in cpp.

# Table of Contents

- [OPENCV-CPP](#opencv-cpp)
- [Table of Contents](#table-of-contents)
- [Features](#features)
- [Motivation](#motivation)
- [Roadmap](#roadmap)
- [Acknowledgements](#acknowledgements)
- [License](#license)

# Features

- Face Detection
- Edge Detection
- Binary Vision
- Scaling
- Blurring
- Corner Detection
- Perspective transformation

# Motivation

With the rise of Computer Vision popularity, this project is meant to explore and expand OpenCV functionality with low-level C++

# Roadmap

- Convert the functional style to OOP
- Improve Depth Estimation and Face Detection algorithm
- Add CUDA DNN support to the library

# Acknowledgements

[Computer Vision with OpenCV Tutorial in C++](https://www.youtube.com/watch?v=uJrwLq_BKPY&list=PLkmvobsnE0GHMmTF7GTzJnCISue1L9fJn)

# License

This project is licensed under the terms of the [MIT](https://en.wikipedia.org/wiki/MIT_License) license.