All
Images
Videos
Shorts
Maps
News
Shopping
More
Flights
Travel
Notebook
Report an inappropriate content
Please select one of the options below.
Not Relevant
Offensive
Adult
Child Sexual Abuse
OpenCV
Python Tutorial
Python CV2
CV2 Python
How It Works
Ganzes
Python Tutorial
Django
Python Tutorial
OpenCV Python Tutorial
Deutsch
Tutorial CV2
Microsoft
Python Tutorial
Class
Tutorial Python
Classes
Python Tutorial
FFT
Tutorial Python
LibreOffice Calc
Tutorial Python
OpenCV Python Tutorial
Español
Dash
Python Tutorial
Ki
Tutorial Python
What Is
CV2 in Python
Free
Python Tutorials
Python
3.7 Tutorial
Flask Python Tutorial
W3Schools
CV2
Computeecc
Adobe Illustrator Keyboard
How to Open Image File in PyCharm
Add Images to PyCharm
CV2
Stitcher
Korg I3
Tutorial
Keyboard Module
Python
CV2
Detect a Rectangle
Capture an Image with
CV2
CV2
Image Shape
Pyoapple CC/CV
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
OpenCV
Python Tutorial
Python CV2
CV2 Python
How It Works
Ganzes
Python Tutorial
Django
Python Tutorial
OpenCV Python Tutorial
Deutsch
Tutorial CV2
Microsoft
Python Tutorial
Class
Tutorial Python
Classes
Python Tutorial
FFT
Tutorial Python
LibreOffice Calc
Tutorial Python
OpenCV Python Tutorial
Español
Dash
Python Tutorial
Ki
Tutorial Python
What Is
CV2 in Python
Free
Python Tutorials
Python
3.7 Tutorial
Flask Python Tutorial
W3Schools
CV2
Computeecc
Adobe Illustrator Keyboard
How to Open Image File in PyCharm
Add Images to PyCharm
CV2
Stitcher
Korg I3
Tutorial
Keyboard Module
Python
CV2
Detect a Rectangle
Capture an Image with
CV2
CV2
Image Shape
Pyoapple CC/CV
Dvc2
Tutorial
Virtual Keyboard
CV2
Fabric Covering Camera Capturing Video
How to Make a Virtual Keyboard
Write Text in Polyline
2X2
Tutorial
0:58
YouTube
Aparsoft AI
Color Image To Grayscale With Few Lines Of Codes
Converting a colour image to a grayscale image using the python opencv2. We have used the function: cv2.cvtColor(resize_img, cv2.COLOR_BGR2GRAY) This will convert a colour image into a grayscale image. #pythontutorialhindi #pythonbeginners #codingmantras Python Projects Playlist: https://www.youtube.com/playlist?list ...
433 views
Jan 7, 2023
Shorts
0:44
1.1K views
Programa que detecte ojos de una persona con la camara usando python
programaconmica
0:23
42.3K views
An amazing underwater exploration of the USS Lexington CV-2!
Boneyard Safari
OpenCV Tutorial
3:41:42
OpenCV Course - Full Tutorial with Python
YouTube
freeCodeCamp.org
5.5M views
Nov 3, 2020
3:11:11
OpenCV tutorial for beginners | FULL COURSE in 3 hours with Python
YouTube
Computer vision engineer
219.2K views
Feb 27, 2023
4:58:01
OpenCV Tutorial | Computer Vision | Full OpenCV with Python Course
YouTube
Coding With Sagar
234.7K views
10 months ago
Top videos
0:40
Programa que detecta caras en la camara con python opencv y un modelo preentrenado.
YouTube
Programa con Mica
1.5K views
4 months ago
1:04
How to preprocess raw video dataset into frame sequences for consistent training in cv2 and python 🔥
YouTube
MatrixMind
218 views
9 months ago
0:51
Name that Ship Reveal - USS Lexington
YouTube
Padre's Pastimes
787 views
1 month ago
OpenCV Projects
11:01
Object Detection using Python | OpenCV + Deep Learning | AI Computer Vision Project + Source Code
YouTube
ScratchLearnEnglish
2.5K views
7 months ago
3:00:26
OpenCV Python Course - Learn Computer Vision and AI
YouTube
freeCodeCamp.org
675.4K views
Jun 7, 2021
3:26:28
OpenCV Python Course — Learn Computer Vision and AI
YouTube
Kevin Wood | Robotics & AI
34.6K views
Jan 19, 2025
0:40
Programa que detecta caras en la camara con python opencv y un modelo preentrenado.
1.5K views
4 months ago
YouTube
Programa con Mica
1:04
How to preprocess raw video dataset into frame sequences for consistent training in cv2 and python 🔥
218 views
9 months ago
YouTube
MatrixMind
0:51
Name that Ship Reveal - USS Lexington
787 views
1 month ago
YouTube
Padre's Pastimes
0:23
An amazing underwater exploration of the USS Lexington CV-2! #usslexington #cv2 #boneyardsafari
42.3K views
4 months ago
YouTube
Boneyard Safari
0:57
How to Read and Display Images Using OpenCV
129 views
8 months ago
YouTube
Amit Dhanawade
0:35
Advanced Day 62: Object Detection with AI 🎯|Day 62|Advanced Python Automation Series🔥
512 views
3 months ago
YouTube
Snakey Scripts
0:53
Python para hacer un programa que detecte sonrisas en la camara
1.3K views
4 months ago
YouTube
Programa con Mica
0:21
Experiments With CV2 AI and Video Ripple Effect Variation by FlaskArchitect #videoeffects #cv2
76 views
9 months ago
YouTube
Jack Northrup
0:14
Massive Star Wars Boeing CV2 X-Wing Fighter Cargo Drone at the Smithsonian
6.4K views
Mar 12, 2025
YouTube
camera guy glenn.
0:09
Scary Baboon VR Modding Tutorial
3.4K views
5 months ago
TikTok
cv2modding
0:09
USS Lexington CV‑2 — “Lady Lex” Battlecruiser Carrier Lost at Coral Sea
14.3K views
3 months ago
YouTube
WW2 Visual Archive
0:23
Programa que aplique un filtro de escala de grises a la camara
940 views
3 months ago
YouTube
Programa con Mica
0:44
Programa que detecte ojos de una persona con la camara usando python import cv2 # Cargar el clasificador preentrenado para detección de ojos eye_cascade = cv2.CascadeClassifier(cv2.data.haarcascades 'haarcascade_eye.xml') # Iniciar la captura de video desde la cámara web cap = cv2.VideoCapture(0) while True: ret, frame = cap.read() if not ret: break # Convertir el frame a escala de grises para la detección gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY) # Detectar ojos en el frame eyes = eye_casc
1.1K views
4 months ago
TikTok
programaconmica
2:37
Detectar colores en tiempo real con Python!!
2K views
8 months ago
YouTube
Programa con Mica
0:22
Programa que aplique un filtro de escala de grises a la camara import cv2 cap = cv2.VideoCapture(0) while True: ret, frame = cap.read() if not ret: break # Convertir el frame de BGR a Escala de Grises gray_frame = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY) # Mostrar la imagen en escala de grises cv2.imshow('Filtro de Escala de Grises', gray_frame) if cv2.waitKey(1) & 0xFF == ord('q'): break cap.release() cv2.destroyAllWindows() # Explicación: El programa captura video desde la cámara web y conviert
690 views
3 months ago
TikTok
programaconmica
0:09
USS Lexington CV 2 — “Lady Lex,” America’s Early War Carrier WW2 Visual Archive
2.6K views
6 months ago
YouTube
WW2 Visual Archive
1:01
Day 31: Auto-Blur Faces in Videos Using Python|Day 31|AI Tools +Python Integration👇
100 views
6 months ago
YouTube
Snakey Scripts
0:36
Programa con python que aplique un filtro de inversion de colores a la camara
512 views
3 months ago
YouTube
Programa con Mica
0:10
import cv2 import numpy as np import random def datamosh(video_path, output_path, corruption_level=0.3, keyframe_interval=10): cap = cv2.VideoCapture(video_path) fourcc = cv2.VideoWriter_fourcc(*'XVID') fps = int(cap.get(cv2.CAP_PROP_FPS)) width = int(cap.get(cv2.CAP_PROP_FRAME_WIDTH)) height = int(cap.get(cv2.CAP_PROP_FRAME_HEIGHT)) out = cv2.VideoWriter(output_path, fourcc, fps, (width, height)) frame_buffer = [] frame_count = 0 while cap.isOpened(): ret, frame = cap.read() if not ret: break i
1.3K views
Apr 3, 2025
TikTok
vingoop
See more
More like this
Feedback