搜索资源列表
Circuit3
- 目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。 技术:avi视频流的帧读取;图像帧存储格式的了解;RGB图像的灰度化;灰度图象的平滑滤波;块运动估计算法的实现;使用MFC显示图像帧;MFC上鼠标事件的使用。 -objectives : manually select video images on the question target tracking; Use block matching methods
GRAY2RGB
- 本程序在matlab中实现了灰度图像转换为RGB图像的过程,简单易于理解,有注释-This procedure in matlab to realize the gray image conversion for RGB image process, simple easy to understand, a comment
chepaidingweixidong
- 1.采集到的车牌照图片使用的是24位RGB的BMP位图,即真彩图。需要将其转化为256级灰度图像。 2.将灰度图像转换成为二值图像。 3.去除噪声采用的方法:中值滤波、直方图均衡。 4.数学形态学的基本思想是用具有一定形态的结构元素去度量和提取图像中的对应形状以达到对图像分析和识别的目的。-1. Collection of vehicle license plate image using a 24-bit RGB bitmap in BMP, that is true color.
GraphicEx87
- 说明:GraphicEx.pas文件使得TImage支持30多种图象格式,有TIFF images(*.tif *.tiff), SGI images(*.bw, *.rgb, *.rgba, *.sgi), ZSoft Paintbrush images(*.pcx, *.pcc), Kodak Photo-CD images(*.pcd), CompuServe images(*.gif), Photoshop images(*.psd, *.pdd), Paintshop Pro imag
gray
- Change image rgb to gray level in opencv-Change image rgb to gray level in opencv
NI_LabWindows_Image_process
- 在NI的labWindows(Labview的c语言版)开发环境下,使用C语言编写代码,开发图像的视图、修改、颜色处理、滤镜等功能。 其中,视图模块所要实现的功能是对数字图像的放大、缩小、旋转、翻转等功能;修改模块式实现数字图像的图像合成、降低分辨率等功能;颜色处理模块式实现对数字图像的灰度图像处理、RGB分量处理等功能;滤镜模块主要是实现对数字图像的锐化、模糊、浮雕、渗透、地板效果等功能。-In the NI labWindows (under the the Labview c langua
j
- In this file, we have to find how the images are imported and how it will be import and to extract the frames. Next to add the gray scale representation and color images. Finally to detect the RGB color image.