All
Search
Images
Videos
Shorts
Maps
News
More
Shopping
Flights
Travel
Notebook
Report an inappropriate content
Please select one of the options below.
Not Relevant
Offensive
Adult
Child Sexual Abuse
Installation
OpenCV
OpenCV
Documentation
Installer
OpenCV
OpenCV
Projects
Install
OpenCV
YouTube
OpenCV
OpenCV
Python
OpenCV
OpenCV
Python Tutorial
Conda Install
OpenCV
Find Transform
OpenCV
OpenCV
Edge Detection
Tutorial
OpenCV
Raspberry Pi
Install OpenCV
Linux
Matplotlib
OpenCV
Face Detection
Mxnet
OpenCV
Video Processing
API Python
OpenCV
OpenCV
Object Tracking
Install OpenCV
Python
Scikit-Learn
OpenCV
Machine Learning
Cv2.findcontours
Android OpenCV
Camera
Arduino
Install OpenCV
Visual Studio
Pillow
Numpy
Length
All
Short (less than 5 minutes)
Medium (5-20 minutes)
Long (more than 20 minutes)
Date
All
Past 24 hours
Past week
Past month
Past year
Resolution
All
Lower than 360p
360p or higher
480p or higher
720p or higher
1080p or higher
Source
All
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
Price
All
Free
Paid
Clear filters
SafeSearch:
Moderate
Strict
Moderate (default)
Off
Filter
Installation
OpenCV
OpenCV
Documentation
Installer
OpenCV
OpenCV
Projects
Install
OpenCV
YouTube
OpenCV
OpenCV
Python
OpenCV
OpenCV
Python Tutorial
Conda Install
OpenCV
Find Transform
OpenCV
OpenCV
Edge Detection
Tutorial
OpenCV
Raspberry Pi
Install OpenCV
Linux
Matplotlib
OpenCV
Face Detection
Mxnet
OpenCV
Video Processing
API Python
OpenCV
OpenCV
Object Tracking
Install OpenCV
Python
Scikit-Learn
OpenCV
Machine Learning
Cv2.findcontours
Android OpenCV
Camera
Arduino
Install OpenCV
Visual Studio
Pillow
Numpy
OpenCV
Used For
How to Install
OpenCV
Tensorflow
How to Use
OpenCV
Pytorch
Python
Install CV2
CV2 Install Python
Camera Calibration
OpenCV
OpenCV
with Python Book PDF
Computer Vision Course
Emgu CV Tutorial
Vision Computers
Chess Board
OpenCV Python
Example Visual
Basic Code
Image Processing Using Python
Computer Vision Tutorial
OpenCV
Course
OpenCV
Tutorial
OpenCV
Tracking
1:18
YouTube
Computer Science For Everyone
Computer Vision Using OpenCV #ai #computerscience #computervision #uas #uav #embodiedai #autonomos
In this video, I talk about AI Computer Vision, the OpenCV computer vision library for developers, and the transition from web developer to drone Computer Vision developer. Computer Vision is a branch of Artificial Intelligence that enables computers to mimic human sight. It can be apply to unmanned systems or drones, to perform many civilian ...
1.3K views
2 months ago
Watch full video
OpenCV Face Detection
32:57
Face Detection using Python and OpenCV with webcam | Python Projects | GeeksforGeeks
YouTube
GeeksforGeeks
33.3K views
Nov 23, 2023
2:52
How to Detect Faces Using Python | Face Detection Tutorial with OpenCV
YouTube
ProgrammingKnowledge
1.2K views
Jun 14, 2025
19:19
Face Recognition Python Project | Face Detection Using OpenCV Python - Complete Tutorial
YouTube
WsCube Tech
330.6K views
Sep 16, 2022
Top videos
0:30
The AI Drone Revolution: YOLOv8, OpenCV & Python Explained 😲 #ai #motivation
YouTube
AI Geek
800 views
1 month ago
1:27
"OpenCV Modules Explained | Computer Vision Crash Course"
YouTube
DevUnraveled
151 views
10 months ago
0:56
Your Phone sees you! How? (OpenCV explained) #pythontamil #pythonanddjangofullstackwebdeveloper
YouTube
Mr JR Learnrs Friendly
770 views
2 months ago
OpenCV Object Recognition
0:12
Python Object Detection in Seconds 🤯 | Real-Time AI Vision (OpenCV) #Shorts #afgdatahouse #coding
YouTube
AFG Data House
1.8K views
1 month ago
0:06
Virtual Safety Fence Demo with ESP32 + OpenCV
YouTube
NextCraft
10.5M views
1 month ago
0:23
Brightness control using hand gesture 🙌 #python #opencv #project #engineering
YouTube
Tech_Innovation
1.6K views
1 month ago
0:30
The AI Drone Revolution: YOLOv8, OpenCV & Python Explained 😲 #ai #motivation
800 views
1 month ago
YouTube
AI Geek
1:27
"OpenCV Modules Explained | Computer Vision Crash Course"
151 views
10 months ago
YouTube
DevUnraveled
0:56
Your Phone sees you! How? (OpenCV explained) #pythontamil #pythonanddjangofullstackwebdeveloper
770 views
2 months ago
YouTube
Mr JR Learnrs Friendly Network
1:38
Image Processing with OpenCV
1.4K views
7 months ago
YouTube
Python Coding (CLCODING)
2:09
OpenCV – Image & Video Processing
852 views
8 months ago
YouTube
Python Coding (CLCODING)
1:33
Parts classification using a robotic arm and OpenCV,
1.1K views
2 months ago
YouTube
FOX3D
1:14
OpenCV basic functions in Python 60s! #pythontamil #programtamil
208 views
2 months ago
YouTube
Mr JR Learnrs Friendly Network
1:46
MoE Training Explained (Part 2): How Experts Emerge From Pure Randomness
204 views
4 weeks ago
YouTube
OpenCV University
2:01
Depth Anything V2 Explained — Sharper, Faster, Easier to Deploy (Part 1)
136 views
1 month ago
YouTube
OpenCV University
1:43
MoE Training Explained (Part 1): How Mixture of Experts Models Actually Learn
501 views
4 weeks ago
YouTube
OpenCV University
2:50
Mixup Explained: The Augmentation Trick Most Novices Skip
347 views
1 month ago
YouTube
OpenCV University
0:57
How to AI Face Recognition works in Python #pythontamil
438 views
2 months ago
YouTube
Mr JR Learnrs Friendly Network
0:45
How to Read 16-Bit Images in OpenCV Working with depth maps, medical, or scientific images? Learn how to correctly load 16-bit PNG/TIFF images in OpenCV using the right imread flags—and why they don’t display properly on standard monitors. #OpenCV #ComputerVision #ImageProcessing #16BitImages #CVTips #AI #Python #Cplusplus
154 views
4 months ago
TikTok
learnopencv
0:37
Image segmentation = dividing an image into pixel groups (regions). A segmentation model takes an image and outputs segments, usually as masks (more common than contours). In masks, each segment gets a different grayscale label, and we often use pseudocoloring to visualize them clearly. Resources: https://vist.ly/4kep6 #ComputerVision #ImageSegmentation #OpenCV #DeepLearning #AI #ImageProcessing
190 views
5 months ago
TikTok
learnopencv
3:06
Semantic vs Instance vs Panoptic Segmentation — explained 🟦 Semantic Segmentation: assigns a class label (person, road, tree, sky, etc.) to every pixel. ✅ You know what the pixel is — ❌ not which exact object (person 1 vs person 2). 🧍♂️ Instance Segmentation: separates individual objects of the same class. 🎯 Output is a mask/contour per object (not just a bounding box). 📌 Usually focuses on specific objects, not labeling every pixel. 🌍 Panoptic Segmentation: best of both worlds ✨ ✅ Every p
150 views
5 months ago
TikTok
learnopencv
1:23
This AI Can Run Your Entire Workflow
704 views
2 months ago
YouTube
OpenCV University
0:21
Gesture Controlled Servo Motor using Python & Arduino | AI Computer Vision Project #arduino
1K views
2 months ago
YouTube
RoboPython Lab
See more
More like this
Feedback