152 skills found · Page 4 of 6
dr-mushtaq / Computer VisionEducational repository for learning Computer Vision using Python, OpenCV, and deep learning — includes tutorials, projects, and code examples.
rickynazarrudin / Yolo Vehicle CounterYoLo is a CNN architecture which specialize in object detection. I am using tutorial from https://www.pyimagesearch.com/2018/11/12/yolo-object-detection-with-opencv/ to develop my own modification. This project aims to count every vehicle(motorcycle, bus, car, cycle, truck) detected in the input image/video.
ShahriyarR / Concurrent Camera ReaderThe code repo for Youtube tutorial series about using Python asyncio with OpenCV to grab frames from video cameras concurrently
dbloisi / Detectballdetectball is a software for detecting the RoboCup SPL black and white ball in images captured by NAO robots - Copyright 2017 Domenico Daniele Bloisi - detectball is part of the tutorial "How to Use OpenCV for Ball Detection" by Domenico D. Bloisi (http://web.unibas.it/bloisi/tutorial/balldetection.html)
harshyp47 / Car Speed Detection OpenCV PythonIn this tutorial, you will learn how to detect the speed of a car using Python OpenCV library and some basic mathematical calculations. In the area of traffic management, checking the speed of a vehicle passing through a road becomes very crucial when there is the rule of speed limitations. This Python program exactly checks the speed of the car passing through a specified lane and prints it on the console window.
Majoneesileuka / Object Tracking TutorialsSource files for my YouTube tutorials on OpenCV/C++
aishack / Tracking With OpencvSource code for the OpenCV tracking tutorial on AI Shack
JohnAllen / Opencv Object Detection TutorialTutorial on how to create OpenCV based object detection cascade file
yeokm1 / SsimProgram to measure the similarity between two videos using the OpenCV library and the structural similarity algorithm (SSIM). This is modified from the video-input-psnr-ssim tutorial of OpenCV.
farrokhkarimi / OpenCVOpenCV tutorial
damiles / Segmentation TutorialOpenCV Segmentation Tutorial.
sol-prog / Opencv Video EditingCode for "OpenCV video editing tutorial"
icoxfog417 / Cv TutorialOpenCV Tutorial
MagnusBordewich / ObjectTrackingOpenCV and Python based tutorial on object tracking
askitlouder / Media Player Controlling By HandGestures Using OpenCV And PythonIn this Project we try to control our media player using hand gestures with the help of OpenCV and Python. This is very interesting project for all the learner. Video Tutorial also available for you - https://youtu.be/9zqgvsfbz8M
AFAgarap / Opencv Python TrainingOpenCV-Python Tutorials
ShawnZhang31 / OpenCV Tutorials ZHOpenCV官方教程中文版
ykoga-kyutech / Cv Tutorial Epipolartutorial for epipolar geometry using OpenCV
MasihMoafi / OpenCV TutorialOpenCV-Tutorial for Computer Vision course; Oct, 2025.
sileixinhua / OpenCV C TutorialsOpenCV3_C++_编码示例大全,记录了自己学习过程的代码和结果图像的截图,推荐入门实践和查询效果图查看与使用。