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日
短视频
0:57
已浏览 129 次
How to Read and Display Images Using OpenCV
Amit Dhanawade
0:51
已浏览 788 次
Name that Ship Reveal - USS Lexington
Padre's Pastimes
OpenCV Tutorial
1:18
Computer Vision Using OpenCV #ai #computerscience #computervision #uas #uav #embodiedai #autonomos
YouTube
Computer Science For
已浏览 1273 次
1 个月前
0:30
The AI Drone Revolution: YOLOv8, OpenCV & Python Explained 😲 #ai #motivation
YouTube
AI Geek
已浏览 800 次
1 个月前
0:56
Your Phone sees you! How? (OpenCV explained) #pythontamil #pythonanddjangofullstackwebdeveloper
YouTube
Mr JR Learnrs Friendly
已浏览 770 次
1 个月前
热门视频
0:40
Programa que detecta caras en la camara con python opencv y un modelo preentrenado.
YouTube
Programa con Mica
已浏览 1476 次
4 个月之前
1:04
How to preprocess raw video dataset into frame sequences for consistent training in cv2 and python 🔥
YouTube
MatrixMind
已浏览 224 次
9 个月之前
0:23
An amazing underwater exploration of the USS Lexington CV-2! #usslexington #cv2 #boneyardsafari
YouTube
Boneyard Safari
已浏览 4.2万 次
5 个月之前
OpenCV Projects
2:02
Accuracy Is a Trap: How to Actually Choose a Computer Vision Model
YouTube
OpenCV University
已浏览 688 次
1 个月前
2:19
Not All Vision Language Models Are the Same — Here's Why
YouTube
OpenCV University
已浏览 319 次
3 周前
1:14
Stop Using LLMs for Object Detection
YouTube
OpenCV University
已浏览 1094 次
1 个月前
0:40
Programa que detecta caras en la camara con python opencv y un modelo preentrenado.
已浏览 1476 次
4 个月之前
YouTube
Programa con Mica
1:04
How to preprocess raw video dataset into frame sequences for consistent training in cv2 and python 🔥
已浏览 224 次
9 个月之前
YouTube
MatrixMind
0:23
An amazing underwater exploration of the USS Lexington CV-2! #usslexington #cv2 #boneyardsafari
已浏览 4.2万 次
5 个月之前
YouTube
Boneyard Safari
0:57
How to Read and Display Images Using OpenCV
已浏览 129 次
8 个月之前
YouTube
Amit Dhanawade
0:51
Name that Ship Reveal - USS Lexington
已浏览 788 次
1 个月前
YouTube
Padre's Pastimes
0:35
Advanced Day 62: Object Detection with AI 🎯|Day 62|Advanced Python Automation Series🔥
已浏览 512 次
3 个月之前
YouTube
Snakey Scripts
0:53
Python para hacer un programa que detecte sonrisas en la camara
已浏览 1300 次
4 个月之前
YouTube
Programa con Mica
0:14
Massive Star Wars Boeing CV2 X-Wing Fighter Cargo Drone at the Smithsonian
已浏览 6435 次
2025年3月12日
YouTube
camera guy glenn.
0:09
USS Lexington CV‑2 — “Lady Lex” Battlecruiser Carrier Lost at Coral Sea
已浏览 1.4万 次
3 个月之前
YouTube
WW2 Visual Archive
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:36
Programa con python que aplique un filtro de inversion de colores a la camara
已浏览 512 次
4 个月之前
YouTube
Programa con Mica
0:07
Honda Accord Turbo Upgrades for 10th Generation
已浏览 6.6万 次
2025年4月20日
TikTok
mac.cv2
0:23
Programa que aplique un filtro de escala de grises a la camara
已浏览 940 次
4 个月之前
YouTube
Programa con Mica
1:30
Detectar caras en una imagen usando OpenCV
已浏览 1243 次
7 个月之前
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
已浏览 1056 次
4 个月之前
TikTok
programaconmica
0:27
Load Video & Convert to NumPy Array with Python (OpenCV)
已浏览 227 次
2025年5月30日
YouTube
MatrixMind
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 次
4 个月之前
TikTok
programaconmica
1:12
Live Webcam Feed With Python | Python Tutorial
已浏览 1143 次
2025年2月23日
YouTube
TechnicallyRipped
1:01
Day 31: Auto-Blur Faces in Videos Using Python|Day 31|AI Tools +Python Integration👇
已浏览 100 次
6 个月之前
YouTube
Snakey Scripts
展开
更多类似内容
反馈