搜索资源列表
usdsi
- 本程序是用python编写,无需安装。运行Crawler.exe就可以看到效果。 如果不修改配置是抓取新浪科技的内容,修改配置可以抓取指定的网站。 配置文件采用ini的格式. spider_config.ini蜘蛛的配置 1. maxThreads 爬虫的线程数 2. startURL 爬虫开始的URL 3. checkFilter 爬虫只抓取指定的URL(采用正则表达式匹配) 4. urlFilter 爬虫提供给分析器的URL(采用正则表达式匹配) sucker
VideoCap(VFW)
- 基于VFW的视频捕捉,速度很快,主要对应于摄像头的底层驱动程序-based VFW video capture, very fast, mainly corresponding to the bottom of the first camera Driver
usb_em2860_ddk
- USB 2.0视频采集软件,内含对应硬件资料
automatic-exposure-control
- 图像处理的自动曝光控制算法与自动对焦算法,根据这个算法可以确定快门时间以及光圈系数。-Image processing algorithm for automatic exposure control and auto-focus algorithm, this algorithm can be determined according to shutter speed and aperture factor. 朗读显示对应的拉丁字符的拼音
Camera_Calibration
- 摄像机标定:确定摄像机位置,属性参数和建立成像模型,以确定空间坐标系中物体点同它在图像平面上象点之间的对应关系。包括确定摄像机内部几何和光学特性(内部参数)和确定摄像机在一个世界坐标系中的三维位置和方向(外部参数)。-Camera Calibration: To determine the camera position, attributes the establishment of imaging model parameters and to determine the spatial
zkgl
- 证卡制作.用摄像头成批摄像,然后电脑自动对应设计出证卡.-Card production. Batches with camera camera, then automatically correspond to the design of computer card.
2
- 功能: (1)读取给定的若干视频文件,提取帧率,并按照分钟为单位将视频保存为连续的多幅图像。如:帧率为25fps的话,则每分钟存储25幅图像,分钟的序号作为不同文件夹名称。 (2)对第i分钟的图像序列,随机选取其中的n幅(n为随机输入变量,不同的i对应的n也不同,显然n<原始帧率)。 (3)对(2)中选取出来的所有图像,按时间顺序生成视频。新视频的帧率为(随机选取出的图像总数/原始视频的时长)。 注:在VC6环境下,并且装有OPENCV1.0-Features: (1
Camera-Calibration
- 摄像机校准,计算出摄像机的内外参数,并计算出图片对应的变换矩阵-Camera calibration.calculate the internal and external camera parameters, and calculate the image transformation matrix corresponding
01
- C#项目开发全程实录,视频监控系统的源码,有对应的视频-Record the whole C# project development, source video surveillance system
zjjys
- 自己写的haffman和lz77的小程序,适合初学者,理由有我的心得体会,和一些 对应的资料分享给大家,-Write your own haffman and lz77 of small procedures, suitable for beginners, feelings and experiences of my reasons, and some corresponding data sharing to everyone,
play_game
- 动作和语音控制的体感游戏,手势识别调用Microsoft.Samples.Kinect.SwipeGestureRecognizer库,调用集成类SwipeRightDetected SwipeLeftDetected进行动作识别;调用数据类型JointType用于储存识别后的骨骼节点;动作识别后对应键盘操作 -Motion and voice control of somatosensory game, gesture recognition Microsoft.Samples.Kinec