In this project, I am sending video to Qml side by decoding in another thread(QThread) not in the main thread like the previous project. Streaming and doing all opencv stuff in main(gui) thread is not safe.
- Updated
Apr 26, 2024 - C++
In this project, I am sending video to Qml side by decoding in another thread(QThread) not in the main thread like the previous project. Streaming and doing all opencv stuff in main(gui) thread is not safe.
Push-up-Counter-with-Python-Mediapipe
Face detection is a trending topic in computer vision for years. There are many models are developed to be able to detect a human face till now. In this video I focused on 4 of them which are: Haar, Dlib(HoG), Caffe/Tensorflow based face detection models. Check the video for the results.
Contains an augmented reality project which includes Aruco markers.
Simple Kalman Fİlter Example with OpenCV and C++
Screen Recorder Project with OpenCV and C++ on Ubuntu
I tried an algorithm with some math calculations to detect circles.
This project contains many topics inside. Please check the video link below for details
Super simple real-time object tracker in C++ using OpenCV's TrackerCSRT. Track any ROI from your webcam in just ~20 lines of code. Perfect for beginners who want a minimal, working example of real-time tracking with OpenCV.
This repository contains several algorithms that are covered in Computer Vision Lab.
Add a description, image, and links to the computer-vision-lab topic page so that developers can more easily learn about it.
To associate your repository with the computer-vision-lab topic, visit your repo's landing page and select "manage topics."