搜索资源列表
彩色图到灰度图的转换的源程序
- 彩色图到灰度图的转换的源程序!实现了彩色图到灰度图的转换,注意其中真彩图和调色板位图处理时的差别。-color to grayscale conversion of the source! To achieve a color map of the grayscale conversion, which really pay attention to the palette color pictures and bitmap handling differences.
24colorTo8bits
- 彩色图像位深度转化代码,将真彩色图像转化为256色彩色图像-Color Image-depth conversion code, true color images into 256 color images
plateloc
- 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一
DynInteColorConvToGray
- 真彩色图像灰度化:动态智能转换原函数. 同时具有灰度化和边缘提取功能.-true color images Gray : Dynamic Intelligent Converters original function. Gray also has the edge and retrieval capabilities.
RegColorConvToGray
- 真彩色图像灰度化:常规灰度转换原函数. 用于图像的预处理.-true color image gray : gray-scale conversion of conventional original function. For image preprocessing.
InteColorConvToGray
- 真彩色图像灰度化:智能灰度化转换原函数. 对真彩色图像具有较好的灰度化效果.-true color images Gray : smart gray conversion original function. True color images with better intensity of the effect.
Batch24To256
- 批处理: 将24位真彩色图片(Bmp格式)转化成256色灰度图-batch : 24 color photos (PDF format) into a 256-color grayscale
IMGPRO
- 真彩色图象处理源代码,能对图象进行浏览,编辑,压缩等。-true color image processing source code, the images can browse, edit and compression.
DIBDisplay.rar
- 图像处理程序,有图像几何变换,图像增强,图像频域分析,边缘检测,能处理256色位图和24位真彩色图像,Image processing procedures, have the image geometric transform, image enhancement, image frequency domain analysis, edge detection, can handle 256-color bitmap and 24 Bit True Color Image
TrueColorToWB
- 本程序可以将RGB真彩色图像转成黑白影像,给图像处理初学者查看-change the true color image into w/b color image
IP-Programing
- 1。演示程序中增加了三个鼠标功能的演示程序与真彩色图 像像素数据的显示。 2、新增了四个菜单,即分水岭算法、线段表新应用、论文例图和应 用模块,它们都是交稿后到最近这段时间里所做的工作。新增内 容都是在此编程环境下完成的。 3、分水岭算法菜单中给出了分割粘连图像的四种方法。 4、线段表新应用菜单给出了用种子填色法实现的连通区域分割方法, 它比线段编码法简单,还介绍了用线段表实现数 学形态学中腐蚀膨胀的快速算法。 中所用图像的生成步骤,
24weizhencai
- 24位真彩色图像处理程序(包括灰度化,滤波,锐化等)开发环境VC++6.0-24-bit true color image processing procedures (including gray, and filtering, sharpening, etc.) development environment VC++ 6.0
DIBLOOK
- 真彩色位图的直方图均衡,附vc实现的具体工程文件-True Color Bitmap histogram equalization
ImageN
- VC++图像处理编程演示程序,包括点处理、邻域处理、二值图像处理、二值形态学处理、灰值形态学处理、真彩色图像处理、区域分割等,包含了所有常用的图像处理方法。-VC++ image processing programming demo program, including the point of treatment, neighborhood processing, binary image processing, binary morphological processing, gray v
24bitscaring
- 对真彩色图像的缩放处理,并对图像失真进行有效的算法处理,并能保存缩放后的图片-Pairs of true color image scaling processing, and image distortion algorithms for effective treatment, and can save the scaled image
imcomplementofimage
- 256色图像,真彩色图像的读取,反色,然后保存的功能,程序编译运行通过,真的很有用~-256 color images, true color image read, anti-color, and then save the function, the program compiled to run through, is really useful ~
daima
- 对真彩色图像进行预处理,包括:灰度化、平滑等-On the true color image preprocessing, including: gray, smoothing, etc.
ImageShop1.01
- 用VC6.0开发的一个图像处理程序,对程序功能进行了模块化,封装了图像读写动态链接库,图像处理动态链接库。主程序通过调用库中的函数实现功能,能够进行BMP、JPG、GIF等格式图像的读写,也能够进行二值化,滤波以及形态学处理操作,此外,还实现对当前目录下同一格式的图像顺序打开浏览。另外进行了界面的美化,实现了真彩色工具条,以及双视图!-With VC6.0 developed an image processing program, the program functions of the mo
guo
- 24位彩色图的直方图均衡化有两种方式,一种是把彩色度的R、G、B分量分别看做一个灰度级进行直方图的均衡化。这种方式会使RGB之间的颜色对比会发生变化,造成颜色的失真。另一种方法是先将24位真彩色图的RGB分量转换为HIS分量,仅对其中的I分量进行直方图的均衡化,最后将均衡、化后的I分量与原来的H、S分量一起逆变换回RGB分量表示,两种方法都在代码中实现,希望对大家有所帮助!(histogram equalization)
pseudo_image
- 生成特定伪彩色调色盘,将真彩色图像转换为伪彩色图像(pseudo-color color table)