搜索资源列表
capture_video_frequency
- VC++实现AVI文件的图像截取,Cavi类中的pData缓冲区存放AVI文件中的具体某一帧图像数据,同时Cavi类的m_pBMI为BMP图像文件信息结构,这时可以根据图像的大小定义BMP图像文件头结构-VC AVI file image interception, Cavi type of buffer storage pData AVI file of a specific frame image data, while the m_pBMI Cavi type of BMP image f
picture_in_picture
- 视频\"画中画\"技术,在一幅大的图像内显示另外一幅内容不同的小的图像,小图像的尺寸大小一般地说为大图像尺寸的1/4或1/9,显示位置在大图像的右上角。-video "picture-in-picture" technology, in a great show of images within other elements of a small image, the small image size generally larger image size of 1 / 4
CGStoreBmp
- 演示保存一幅BMP文件到指定目录。 利用CGSnapShot抓取一帧图像到内存,然后直接从内存读取图像数据,保存数据到BMP文件。图像的大小由视频输出窗口和视频格式确定。-demonstration preserve a BMP file to the specified directory. CGSnapShot crawls using an image to memory, then read directly from the image data memory, preservat
CGSnapShot
- 演示连续采集指定帧数图像到内存,然后循环回放。 利用CGSnapShot采集图像到内存,采集的总帧数根据当前分配的静态内存大小和视频输出窗口及视频格式决定。采集结束后,按采集顺序在客户区进行循环回显,循环的次数可由程序控制。 -designated demonstration of continuous acquisition of Image Frame memory, and then cycle intervals. CGSnapShot use of the memory ima
Videosurveillancevideosurveillance
- Video surveillance video surveillance 高清晰视频监控系统,具有打开设备,录像,保存,图像大小设置等特点
Demo
- 控制监控摄像头。可以控制各种监控摄像头;预览图像,调整大小,实时截图。
dct.rar
- 已知两个不同图像块亮度数据如下: (1)分析DCT原理,采用DCT方法,编程并计算相应的DCT系数,分析系数分布特点。 (2)依据视觉特性分析量化表步长的分布特点,完成DCT系数量化。 (3)采用Z形扫描,实现输出数据的统计编码,形成Video stream。 (4)采用IDCT重建图像亮度数据,计算SAD大小,分析产生误差的原因及采用DCT进行数据压缩的原理。( ) (5)分别利用左上角1、3、6个系数重建图像,计算相应的SAD,并由
vfw
- VFW编程实例,详细介绍摄像头捕获,图像大小设定等.-VFW programming examples, details of the camera capture, image size settings.
Camera
- 机器视觉图像采集中镜头的选择,焦距、视场、镜头大小等的选择-Machine vision image acquisition in the choice of lens, focal length, field of view, the choice of lens size, etc.
paizhao
- VB加摄像头拍照工具,免驱动摄像头。可调节图像大小,简单易用。-VB plus camera photo tools, free driver camera. Adjustable image size, easy to use.
Image-Compression
- DCT变换1、 提取彩色图像,将图像大小限制为512* 3; 2、 提取彩色图像三个颜色分量的矩阵,每个矩阵单独处理; 3、 将矩阵分为8*8的块,做DCT变换; 4、 提取每个块的一部分DCT系数做IDCT变换,显示基本图像; 5、 再提取每个块的一部分DCT系数做DCT反变换,得到增强层1,与前一次得到的数据叠加,得到质量更好的图像。 -DCT transform