- Medical_image_registratio 《多模态医学图像配准及基于小波变换的图像融合算法的研究》讲述了一种有用的图像配准方法
- dc-motor simulation du moteur a courant continu
- gsl-1.5.tar C 科学计算库
- A20_Android A20
- 基于战舰STM32的1602液晶驱动程序 (STM32 of liquid crystal 1602)
- 条码识别 Image primaryImage = Image.FromFile(fileName); Bitmap pImg = MakeGrayscale3((Bitmap)primaryImage); using (ZBar.ImageScanner scanner = new ZBar.ImageScanner()) { List<ZBar.Symbol> symbols = new List<ZBar.Symbol>(); System.Diagnostics.Stopwatch watch = new Stopwatch(); watch.Start(); symbols = scanner.Scan((Image)pImg); watch.Stop(); TimeSpan timeSpan = watch.Elapsed; MessageBox.Show("扫描执行时间:" + timeSpan.TotalMilliseconds.ToString()); if (symbols != null && symbols.Count > 0) { string result = string.Empty; symbols.ForEach(s => result += "条码内容:" + s.Data + " 条码质量:" + s.Type + Environment.NewLine); MessageBox.Show(result); } }(This is the code that c# identifies with ZBar
文件名称:2
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:8.75mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
功能:
(1)读取给定的若干视频文件,提取帧率,并按照分钟为单位将视频保存为连续的多幅图像。如:帧率为25fps的话,则每分钟存储25幅图像,分钟的序号作为不同文件夹名称。
(2)对第i分钟的图像序列,随机选取其中的n幅(n为随机输入变量,不同的i对应的n也不同,显然n<原始帧率)。
(3)对(2)中选取出来的所有图像,按时间顺序生成视频。新视频的帧率为(随机选取出的图像总数/原始视频的时长)。
注:在VC6环境下,并且装有OPENCV1.0-Features:
(1) to read a given number of video files, extract frame rate, and in accordance with minutes as a unit the video is saved as a continuous multiple images. Such as: frame rate of 25fps, then the store 25 images per minute, minutes, the serial number as a different folder name.
(2) the first i-minute image sequence, in which n randomly selected sites (n as random input variables, corresponding to n different i are also different, obviously n <the original frame rate).
(3) (2) selected out of all the images in chronological order-generated video. The new video frame rate is (randomly selected images out of total number/length of time the original video).
Note: In VC6 environment, and with OPENCV1.0
(1)读取给定的若干视频文件,提取帧率,并按照分钟为单位将视频保存为连续的多幅图像。如:帧率为25fps的话,则每分钟存储25幅图像,分钟的序号作为不同文件夹名称。
(2)对第i分钟的图像序列,随机选取其中的n幅(n为随机输入变量,不同的i对应的n也不同,显然n<原始帧率)。
(3)对(2)中选取出来的所有图像,按时间顺序生成视频。新视频的帧率为(随机选取出的图像总数/原始视频的时长)。
注:在VC6环境下,并且装有OPENCV1.0-Features:
(1) to read a given number of video files, extract frame rate, and in accordance with minutes as a unit the video is saved as a continuous multiple images. Such as: frame rate of 25fps, then the store 25 images per minute, minutes, the serial number as a different folder name.
(2) the first i-minute image sequence, in which n randomly selected sites (n as random input variables, corresponding to n different i are also different, obviously n <the original frame rate).
(3) (2) selected out of all the images in chronological order-generated video. The new video frame rate is (randomly selected images out of total number/length of time the original video).
Note: In VC6 environment, and with OPENCV1.0
(系统自动生成,下载前可以参看下载内容)
下载文件列表
2/2.dsp
2/2.dsw
2/2.ncb
2/2.opt
2/2.plg
2/Debug/2.bsc
2/Debug/2.exe
2/Debug/2.ilk
2/Debug/2.pch
2/Debug/2.pdb
2/Debug/main.obj
2/Debug/main.sbr
2/Debug/vc60.idb
2/Debug/vc60.pdb
2/error.jpg
2/main.cpp
2/test.AVI
2/Debug
2
2/2.dsw
2/2.ncb
2/2.opt
2/2.plg
2/Debug/2.bsc
2/Debug/2.exe
2/Debug/2.ilk
2/Debug/2.pch
2/Debug/2.pdb
2/Debug/main.obj
2/Debug/main.sbr
2/Debug/vc60.idb
2/Debug/vc60.pdb
2/error.jpg
2/main.cpp
2/test.AVI
2/Debug
2
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.