OpenCV
文章平均质量分 59
Erick_robot
AIOT智能硬件行业
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python开发OpenCV打开笔记本的自带摄像头
打开摄像头,显示RGB源视频流,将每一帧数字显示出来;同时将RBG的视频流转换为Gray灰度视频流。原创 2025-01-06 22:50:22 · 387 阅读 · 0 评论 -
Python环境下开发OpenCV图像处理
基于Python开发OpenCV原创 2025-01-05 21:51:10 · 290 阅读 · 0 评论 -
Learning OpenCV: read AVI video file
Using OpenCV to read an AVI video file. using CvCapture * capture = cvCreateFileCapture(avi video file name);原创 2016-05-23 22:29:31 · 798 阅读 · 0 评论 -
Learning OpenCV : read and display a picture
OpenCV简单程序,通过命令行读取并显示一张图片。主要用到的函数包括cvLoadImage,cvReleaseImage,cvShowImage,cvNamedWindow,cvDestroyWindow.原创 2016-05-22 22:45:21 · 733 阅读 · 0 评论 -
Learning OpenCV: cvCreateVideoWriter to save AVI video file
using cvCreateVideoWriter to save images to AVI video files.原创 2016-05-27 21:57:35 · 301 阅读 · 1 评论 -
Learning OpenCV: read video from Camera
cvCreateCameraCapture to open camera to read video frame.原创 2016-05-27 21:25:56 · 771 阅读 · 0 评论 -
Learning OpenCV:cvCvtColor and cvCanny
using cvCvtColor to convert source video from 3 channels to 1 channel gray scale video. and using cvCanny to detect the edge of the grayscale video.原创 2016-05-27 21:16:44 · 285 阅读 · 0 评论 -
Learning OpenCV: cvSmooth processing
using cvSmooth function to process the video frame.原创 2016-05-27 20:52:38 · 290 阅读 · 0 评论 -
Learning OpenCV: cvPyrDown and display video
cvPyrDown() to display a smaller video.原创 2016-05-27 21:02:26 · 309 阅读 · 0 评论 -
Learning OpenCV: read video and add onTrackSlider
read and display an video file using OpenCV and add onTrackSlider function.原创 2016-05-27 20:38:04 · 343 阅读 · 0 评论
分享