搜索资源列表
save4imge OpenCV中保存与读取4通道图像
- OpenCV中保存与读取4通道图像(bmp)Opencv没有提供四通道图像保存方法只提供了保存为(XML等其它格式的文件) 该源码提供了该方法-in the Opencv not have the method that save or read the 4 channel picture. Opencv just can save or read the 4 channel image to XML or other format use the CVSave/CVLoad . Our met
OpenCV-code 基于C/C++语言的开源图像处理函数库
- OpenCV是一个基于C/C++语言的开源图像处理函数库,其代码都经过优化,可用于实时处理图像,具有良好的可移植性,可以进行图像/视频载入、保存和采集的常规操作.-OpenCV is based on C/C++ language, open source image processing library, the code have been optimized for real-time image processing, has good portability, can images/v
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
Save_All_Frames
- opencv 实现了将一个视频的所有帧分解,并将图像依序保存,效果非常好。 -opencv realized the decomposition of a video of all the frames, and save the image sequence, the effect is very good.
save_pic
- 提取图像的每一帧,并保存下来。使用OpenCV,算法较好。-Extraction of the image each frame, and preserved. The use of OpenCV, a better algorithm.
watermark-openCV2.3.1
- 给图像添加任意文字水印,可传入参数是文字内容,输入图片路径,文字颜色,大小,保存图片路径。支持中文输出!VS下C++编程,使用openCV 2.3.1-To add any text watermark image, but to parameter is the text content, input image path, text color, size, save image path. Support Chinese output! Under the VS C++ programmi
xingmfc
- 基于MFC用opencv完成对图像和视频的边缘检测和直方图均衡化和对图像和视频的保存。-Opencv on MFC complete with images and video edge detection and histogram equalization and the preservation of images and video.
Image_MFC
- OpenCV采集USB摄像头视频,随时保存一帧图像-OpenCV USB camera video capture, save an image at any time
fz
- 将一段视频中的图像分帧保存,可以实现按任意帧保存-Will be a video frame stored in the image points can be achieved in any frame preservation
fenge1
- 将一个目录下的所有图像的路径保存到一个文件中-A directory of all the images saved to a file path
image
- opencv中用于图像的显示,复制,保存等相关操作,是以后模式识别处理的基础-opencv used for image display, copy, save, and other related operations, is the basis for subsequent pattern recognition processing
LuFanOpenCV_V1
- 项目设计并实现了一个具有闯入报警功能的智能监控系统。该系统包括视频采集、视觉分析与输出报警几个功能。其中视觉分析部分利用OpenCV图像处理技术对采集得到的图像进行处理,根据图像中是否包含闯入者进行判别报警。如果判别出有非法闯入者,系统自动启动记录,将视频内容保存入磁盘,并通过串口通信将报警信号发送给单片机进行报警,危机解除后,停止写入磁盘,并解除单片机报警信号!-Project design and implementation of an intelligent intrusion alar
cameratovideo1_0
- 对usb摄像头实现获取图像并保存为AVI视频格式-Usb camera to get the image and save it as AVI video format
videoFrameGet
- 一个视频处理软件,功能: (1)读取给定视频文件,提取帧率,并按照秒为单位将视频保存为连续的多幅图像。如:帧率为25fps的话,则每秒钟存储25幅图像,秒钟的序号作为不同文件夹名称。 (2)对第i秒钟的图像序列,随机选取其中的n幅(n为随机输入变量,不同的i对应的n也不同,显然n<原始帧率)。 (3)对(2)中选取出来的所有图像,按时间顺序生成视频。新视频的帧率为(随机选取出的图像总数/原始视频的时长)。 -A video processing software, feat
SAVE
- 基于openCV实现的图像打开、复制和保存功能 运行环境:VC++ 2008 expre-Implemented based on the image to open openCV, copy and save functions operating environment: VC++ 2008 express
tmd
- opencv基础数据结构的各种操作实现示例,包括:图像的打开、保存、边缘检测和人脸识别简单示例-opencv-based data structure operations to achieve a variety of examples, including: the image open, save, simple example of edge detection and face recognition
MouseEvent
- 实现了鼠标在读入的图像上画区域,并截取感兴趣部分的图像且保存。-To achieve a mouse on the picture to read the image area, and abtain the interested information of images and save it.
DOC4
- 在VC++中,用Open CV函数保存图像-save image
Display-and-save-image-from-camera
- 摄像头显示并且保存图像,用到OPENCV,简便易用,VS2010工程-Display and save image from camera, easy to use, VS2010 project.
AsynchronousGrabDIY
- 基于Vimba的工业相机视屏采集软件,包含保存图像、调节对比度,亮度的功能。 需要先安装vimba(Vimba based industrial camera screen acquisition software, including saving images, adjusting contrast, brightness function.)