English
全部
搜索
图片
视频
短视频
地图
资讯
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
Pip
Install CV2 Python
OpenCV Installation
How to Install CV2 Python
with Windows
OpenCV Documentation
How to Install CV2
Library in Python
OpenCV Edge Detection
Download
Install Python
Raspberry Pi
OpenCV Projects
How to
Install CV2 in Python
Comment Installer
CV2 En Python
Matplotlib
OpenCV
Python
How to Install CV2 Python
in Windows 10
OpenCV Object Tracking
Install CV2
Mxnet
How Do
Install Python CV2 4.2.0
Python CV2
OpenCV Video Processing
How to Download and
Install Python
OpenCV
OpenCV Face Detection
How to
Install OpenCV Python
Cool Prop
Python Install
Arduino
OpenCV Machine Learning
How to Install
Module in Python
Tensorflow
How to Install
and Setup Python
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
Pip
Install CV2 Python
OpenCV Installation
How to Install CV2 Python
with Windows
OpenCV Documentation
How to Install CV2
Library in Python
OpenCV Edge Detection
Download
Install Python
Raspberry Pi
OpenCV Projects
How to
Install CV2 in Python
Comment Installer
CV2 En Python
Matplotlib
OpenCV
Python
How to Install CV2 Python
in Windows 10
OpenCV Object Tracking
Install CV2
Mxnet
How Do
Install Python CV2 4.2.0
Python CV2
OpenCV Video Processing
How to Download and
Install Python
OpenCV
OpenCV Face Detection
How to
Install OpenCV Python
Cool Prop
Python Install
Arduino
OpenCV Machine Learning
How to Install
Module in Python
Tensorflow
How to Install
and Setup Python
Scikit-Learn
How to Install
Library in Python
Pytorch
Basler Python
OpenCV
Pillow
Numpy
Cmder Install
BS4 Python
Download Get Pip.py
Python
How to Import
CV2 in Python
Download Python
2.7
Downloading
Python
Download Python
with Cmd
How to Install
a Python Library
Download Python
Packages Linux
How to Download a OpenCV
Import
Cv2
CV2
Projects
How to Open
Python On Windows
Download OpenCV
Python
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日
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:41
MediaPipe vs YOLOv26 Pose — Choose Wrong = Wrong System
YouTube
OpenCV University
已浏览 631 次
1 个月前
1:23
This AI Can Run Your Entire Workflow
YouTube
OpenCV University
已浏览 704 次
1 个月前
0:57
How to AI Face Recognition works in Python #pythontamil
YouTube
Mr JR Learnrs Friendly
已浏览 437 次
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:14
Massive Star Wars Boeing CV2 X-Wing Fighter Cargo Drone at the Smithsonian
已浏览 6435 次
2025年3月12日
YouTube
camera guy glenn.
0:53
Python para hacer un programa que detecte sonrisas en la camara
已浏览 1300 次
4 个月之前
YouTube
Programa con Mica
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 次
3 个月之前
YouTube
Programa con Mica
0:51
Greenwood CV2 vs Kair Smart Fan | Best Bathroom Extractor 2025?
已浏览 850 次
8 个月之前
YouTube
i-sells
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
展开
更多类似内容
你可能还想要搜索
Install CV2 Python Windows
How to Install CV2 Library in Python
How to Install CV2 Python in Windows 10
How Do Install Python CV2 4.2.0
反馈