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
- Host: GitHub
- URL: https://github.com/farazkh80/opencv-cpp
- Owner: farazkh80
- Created: 2021-06-19T03:26:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T03:29:25.000Z (almost 5 years ago)
- Last Synced: 2025-10-18T07:51:43.385Z (8 months ago)
- Topics: computer-vision, image-processing, opencv
- Language: C++
- Homepage:
- Size: 4.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.