搜索资源列表
videoFrameGet
- 一个视频处理软件,功能: (1)读取给定视频文件,提取帧率,并按照秒为单位将视频保存为连续的多幅图像。如:帧率为25fps的话,则每秒钟存储25幅图像,秒钟的序号作为不同文件夹名称。 (2)对第i秒钟的图像序列,随机选取其中的n幅(n为随机输入变量,不同的i对应的n也不同,显然n<原始帧率)。 (3)对(2)中选取出来的所有图像,按时间顺序生成视频。新视频的帧率为(随机选取出的图像总数/原始视频的时长)。 -A video processing software, feat
Browsebmps
- 用vc对文件夹的BMP图片文件进行读取,并显示,另外,通过“上一个”“下一个”按钮,查看所有的文件图像-BMP picture files folder using vc read, and show, by a " a" button, all files image
read
- 本程序能够顺序读取文件夹中的内容,很好,很强大。-This procedure can be sequentially read the contents of the folder, very good, very powerful.
opencv-image
- 在vs2012环境下,用opencv从文件夹读取图像并显示-In vs2012 environment, using opencv read an image from a file folder and display
MyWork2
- 读取文件夹下的图片生成视频文件. Kinect + Opencv.-Read the folder picture generated video files. Kinect+ Opencv.
Traverse-Folder
- opencv图像处理中对一个文件夹下相同格式的图片进行读取,并调整为一定大小的图片。做样本训练时有很大帮助。-opencv image processing on a folder in the same format images for reading, and adjusted to a certain size images. It helps a lot to do when the sample train.
h
- (1)从D盘的某个文件夹中读取一副彩色图像, (2)把它转化为灰度图像 (3)在灰度图像中找到灰度值最大点 (4)把灰度图像存到E盘的某个文件夹中 (5)把灰度值最大点的灰度值显示出来,并把该灰度值存到E盘的另一个文件夹的txt文件中。-(1) is sandwiched a pair of color image read a file the D drive, (2) to convert it to grayscale (3) to find the maximu
on_trackbar
- 网上很多opencv的帧差法资料,但是大都直接调用视频,或者调用摄像头,调用文件夹下的图片库的资料比较少,通过网上整理资料,终于利用opencv按照帧来处理图片。 使用opencv批量读取文件夹下的视频帧批量读取图片; 使用opencv批量读取图片,二帧差分法二帧差法;(There are many opencv frame difference data on the Internet, but most of them call the video directly or cal