搜索资源列表
彩色图像处理
- 本资源是通过VC++6.0来编写的,彩色图像灰度化,灰度比例化,灰度线性化,灰度截断,灰度线性取反,直方图均衡化,直方图规定化,灰度局部统计等功能模块。
fakecolor.zip
- 灰度扩展及灰度图像伪彩色化:灰度值在0~20之间显蓝色,20~40之间显绿色,40~255显红色。 ,Gray-scale images of pseudo-color: gray-scale value between 0 to 20 Hin blue, between 20 to 40 green, 40 ~ 255 marked in red.
bmp_resolution
- 位图图像处理,能打开8位,24位位图,进行彩色转灰度,亮度,对比度调整,二值化操作!-resolution for bmp image handling.
ImageShow
- 此代码可以实现多种图像处理功能,包括图像二值化、灰度图像处理、真彩色处理、图像几何变换和动态图像等-This code can achieve a variety of image processing functions, including image binarization, gray-scale image processing, true color processing, image geometric transformations and dynamic images
Dialog_bmp_process
- 该程序可以实现DIB图像的读取、灰度化、二值化、彩色化等处理。-The program can read the DIB images, grayscale and binarization, color processing, and so on.
huiduhuatuxiang
- 实现彩色图像灰度化的效果.在RGB模型中,如果R=G=B时,则彩色表示一种灰度颜色,其中R=G=B的值叫灰度值,因此,灰度图像每个像素只需一个字节存放灰度值(又称强度值、亮度值),灰度范围为0-255。-color image
ImageProcessing
- 图像处理系统源码 功能比较全面的图像处理系统。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码 -Image processing system features a more comprehensive source of image processing system. The main contents incl
Useful
- 本程序是根据何斌的VC++数字图像处理写的图像处理界面,并对其进行改进,如可以实现24位真彩色图像的灰度化-This procedure is based on Bin' s VC++ written in digital image processing image processing interface, and to improve it, and if we can achieve 24-bit true color gray-scale image of
5
- 图片灰度变换, 将彩色图像灰度化, 工具是VC-Photo gray transformation, gray-based color image, the tool is VC++
VCchepaidw
- 就可以实现精确的车牌定位 真彩色->256色灰度图。 .预处理:中值滤波。 二值化 削弱背景干扰。 用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索: 区域裁剪,截取车牌图像-The license plate on the positioning accuracy can be a
image
- 这是一款功能十分强大的图像处理的软件,可以对彩色图像进行灰度化,边缘识别等-Image processing software
gray
- 彩色图像灰度化,有三种实现灰度化的方法并且对它们运行的时间进行了比较。-Grayscale color image, there are three ways to achieve and the graying of their running time are compared.
gray
- 图像打开、关闭、保存等基本操作,还包括彩色图片的灰度化功能-Image open, close, save, and other basic operations, but also features color pictures of gray
BMP-SEE
- 基于彩色车牌的车牌定位算法 实现彩色车牌的定位 主要流程:图像灰度化,背景噪音消除,二值化处理,车牌定位,裁剪-License plate location algorithm based on the color plates Color plates positioning Main processes: Grayhound, eliminating background noise, binarization processing, license plate positi
BasicImageProcessing
- 利用C#来实现基本的数字图像处理,包括彩色图像灰度化、基于像素矩阵变换的90度旋转(两个方向)、改变亮度和对比度-using C# to process digital image, including converting a color image to a gray image,90 degree rotation based on matrix of pixels(two directions),changing brightness and contrast of the image
caisetuxianghuiduhua
- 彩色图像灰度化,用CSharp编写的彩色图像灰度化的小程序,挺实用的!-Color image grayscale and color image gray small program written in CSharp very practical!
bmppic
- 用于将24位的bmp彩色图像进行灰度化显示 -For 24-bit grayscale bmp display color images
chepaichuli
- 车牌图像的初步预处理,实现彩色图像灰度化,输出背景图像,输出黑白图像-Initial license plate image preprocessing, color image graying, output background image, bitonal image
真彩色bmp灰度化
- 24位真彩色bmp图像转换为8位bmp图像(The type of bmp (24bit) translate to 8bit)
三种灰度图象伪彩色方法
- 用三种不同的方法分别对灰度图像进行伪彩色化,希望总有一种方法适合。(Three different methods are used to get the False Color image of the color gray image. hope can give you some help .)