自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 收藏
  • 关注

原创 Python开发OpenCV打开笔记本的自带摄像头

打开摄像头,显示RGB源视频流,将每一帧数字显示出来;同时将RBG的视频流转换为Gray灰度视频流。

2025-01-06 22:50:22 262

原创 Python环境下开发OpenCV图像处理

基于Python开发OpenCV

2025-01-05 21:51:10 253

原创 Learning OpenCV: cvCreateVideoWriter to save AVI video file

using cvCreateVideoWriter to save images to AVI video files.

2016-05-27 21:57:35 270

原创 Learning OpenCV: read video from Camera

cvCreateCameraCapture to open camera to read video frame.

2016-05-27 21:25:56 736

原创 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 256

原创 Learning OpenCV: cvPyrDown and display video

cvPyrDown() to display a smaller video.

2016-05-27 21:02:26 286

原创 Learning OpenCV: cvSmooth processing

using cvSmooth function to process the video frame.

2016-05-27 20:52:38 264

原创 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 322

原创 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 775

原创 Learning OpenCV : read and display a picture

OpenCV简单程序,通过命令行读取并显示一张图片。主要用到的函数包括cvLoadImage,cvReleaseImage,cvShowImage,cvNamedWindow,cvDestroyWindow.

2016-05-22 22:45:21 708

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除