English
全部
搜索
图片
视频
短视频
地图
资讯
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
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
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
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 次
2023年1月7日
短视频
1:30
已浏览 1243 次
Detectar caras en una imagen usando OpenCV
Programa con Mica
0:23
已浏览 4.2万 次
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
已浏览 548.4万 次
2020年11月3日
3:11:11
OpenCV tutorial for beginners | FULL COURSE in 3 hours with Python
YouTube
Computer vision engineer
已浏览 21.9万 次
2023年2月27日
4:58:01
OpenCV Tutorial | Computer Vision | Full OpenCV with Python Course
YouTube
Coding With Sagar
已浏览 23.5万 次
10 个月之前
热门视频
0:57
How to Read and Display Images Using OpenCV
YouTube
Amit Dhanawade
已浏览 129 次
8 个月之前
0:13
Boeing CV2 Cargo Drone Star Wars X-Wing Fighter at the Smithsonian
YouTube
camera guy glenn.
已浏览 165 次
4 周前
0:40
Programa que detecta caras en la camara con python opencv y un modelo preentrenado.
YouTube
Programa con Mica
已浏览 1476 次
4 个月之前
OpenCV Projects
1:18
Computer Vision Using OpenCV #ai #computerscience #computervision #uas #uav #embodiedai #autonomos
YouTube
Computer Science For
已浏览 1268 次
1 个月前
0:30
The AI Drone Revolution: YOLOv8, OpenCV & Python Explained 😲 #ai #motivation
YouTube
AI Geek
已浏览 787 次
1 个月前
0:56
Your Phone sees you! How? (OpenCV explained) #pythontamil #pythonanddjangofullstackwebdeveloper
YouTube
Mr JR Learnrs Friendly
已浏览 770 次
1 个月前
0:57
How to Read and Display Images Using OpenCV
已浏览 129 次
8 个月之前
YouTube
Amit Dhanawade
0:13
Boeing CV2 Cargo Drone Star Wars X-Wing Fighter at the Smithsonian
已浏览 165 次
4 周前
YouTube
camera guy glenn.
0:40
Programa que detecta caras en la camara con python opencv y un modelo preentrenado.
已浏览 1476 次
4 个月之前
YouTube
Programa con Mica
1:30
Detectar caras en una imagen usando OpenCV
已浏览 1243 次
7 个月之前
YouTube
Programa con Mica
0:23
An amazing underwater exploration of the USS Lexington CV-2! #usslexington #cv2 #boneyardsafari
已浏览 4.2万 次
4 个月之前
YouTube
Boneyard Safari
1:04
How to preprocess raw video dataset into frame sequences for consistent training in cv2 and python 🔥
已浏览 218 次
9 个月之前
YouTube
MatrixMind
0:35
Advanced Day 62: Object Detection with AI 🎯|Day 62|Advanced Python Automation Series🔥
已浏览 512 次
3 个月之前
YouTube
Snakey Scripts
1:12
Live Webcam Feed With Python | Python Tutorial
已浏览 1143 次
2025年2月23日
YouTube
TechnicallyRipped
0:14
Massive Star Wars Boeing CV2 X-Wing Fighter Cargo Drone at the Smithsonian
已浏览 6435 次
2025年3月12日
YouTube
camera guy glenn.
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
已浏览 1056 次
4 个月之前
TikTok
programaconmica
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
已浏览 1270 次
2025年4月3日
TikTok
vingoop
0:50
#اولادي #تكبيرات_العيد #صدقه_جاريه #
已浏览 19.4万 次
1 周前
TikTok
quran_karem.cv2
1:01
Discover Bell Green Coventry: The Forgotten Area
已浏览 6.2万 次
3 个月之前
TikTok
jordannaslocker
0:23
Проблеми з резервом: Відстрочка та автоматичні оновлення
已浏览 7.9万 次
4 个月之前
TikTok
toys.cv2
0:22
🐌🐌#cv2 #honda #accord
已浏览 11.9万 次
6 个月之前
TikTok
lewandydilon
0:43
Курс валют: Долар та Ощадбанк
已浏览 5.1万 次
4 个月之前
TikTok
toys.cv2
0:13
Fastest 10th Gen Accord Performance Review
已浏览 9.7万 次
10 个月之前
TikTok
tht10thgen_
0:59
Cómo instalar el tintado DRL en Honda Accord CV2
已浏览 17.6万 次
2023年11月25日
TikTok
badgeskins
0:58
Tutorial para Crear Ropa en Roblox con CapCut
已浏览 8.9万 次
2024年9月16日
TikTok
dei.cv2
展开
更多类似内容
反馈