• Stars
    star
    2
  • Language
  • Created over 2 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Includes the YOLO-weight files to detect dolpins

More Repositories

1

SendOpencvImageToQml

Sending Opencv Images(Mat format) or videos to Qml(Qt Quick side) continuously.
C++
15
star
2

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.
C++
7
star
3

Opencv-Background-Subtraction-Without-AI

Background subtraction morphologically without using Artificial Intelligence (AI)
C++
6
star
4

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.
C++
3
star
5

opencv-barcodedetector-class-test

OpenCV BarcodeDetector class test
C++
2
star
6

Send-Opencv-Images-to-Qml-QPainter

Another way to send Opencv Mat Images to Qml Side. Check the video for details.
C++
2
star
7

Push-up-Counter-with-Python-Mediapipe

Push-up-Counter-with-Python-Mediapipe
Python
2
star
8

Ubuntu-Screen-Recorder-with-OpenCV-and-QML

Screen Recorder Project with OpenCV and C++ on Ubuntu
C++
2
star
9

Matrix-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)
C++
2
star
10

Draw-Digit-and-Recognize

This project contains many topics inside. Please check the video link below for details
C++
1
star
11

Opencv-Circle-Detection-Without-Houghcircle

I tried an algorithm with some math calculations to detect circles.
C++
1
star
12

Least-Square-Estimator-with-Cpp

Least Square Estimator Implementation with OpenCV and C++
C++
1
star
13

Augmented-Reality-Projects-with-Aruco-Markers

Contains an augmented reality project which includes Aruco markers.
C++
1
star
14

Single-Layer-Perceptron

Single Layer Perceptrons are the fundamental of Neural Networks. They are very effective on linearly separable classes.
C++
1
star
15

OpenImages-Download

A code snippet to download open images for training
C++
1
star
16

Read-MNIST-HandWritten-digit-images-and-show-with-OpenCV

Include c++ code which extract MNIST handwritten digit images from binary into OpenCV mat type.
C++
1
star