There are no reviews yet. Be the first to send feedback to the community and the maintainers!
SendOpencvImageToQml
Sending Opencv Images(Mat format) or videos to Qml(Qt Quick side) continuously.SendVideoToQmlWithQThread
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.Opencv-Background-Subtraction-Without-AI
Background subtraction morphologically without using Artificial Intelligence (AI)Face-Detection-Comparison-with-Opencv-Haar-Dlib-Caffe-TensorFlow-
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.opencv-barcodedetector-class-test
OpenCV BarcodeDetector class testSend-Opencv-Images-to-Qml-QPainter
Another way to send Opencv Mat Images to Qml Side. Check the video for details.Push-up-Counter-with-Python-Mediapipe
Push-up-Counter-with-Python-MediapipeDolphin-Detection
Includes the YOLO-weight files to detect dolpinsMatrix-Calculations-With-Vectors
People who like to play with C++ vectors instead of arrays can get this repo to deal with matrix calculations (matrix inverse, matrix multiplication, cofactor-adjoint calculations)Draw-Digit-and-Recognize
This project contains many topics inside. Please check the video link below for detailsOpencv-Circle-Detection-Without-Houghcircle
I tried an algorithm with some math calculations to detect circles.Least-Square-Estimator-with-Cpp
Least Square Estimator Implementation with OpenCV and C++Augmented-Reality-Projects-with-Aruco-Markers
Contains an augmented reality project which includes Aruco markers.Single-Layer-Perceptron
Single Layer Perceptrons are the fundamental of Neural Networks. They are very effective on linearly separable classes.OpenImages-Download
A code snippet to download open images for trainingRead-MNIST-HandWritten-digit-images-and-show-with-OpenCV
Include c++ code which extract MNIST handwritten digit images from binary into OpenCV mat type.Love Open Source and this site? Check out how you can help us