搜索资源列表
OTSUway
- OTSU方法计算图像二值化的自适应阈值。OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法-Otsu images calculated value of the two adaptive threshold. Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) simple
vc++1
- VC 源代码 --- --- --- --- --- --- --- -- dswRename_src.zip 一个可以重命名workspace的程序。 simplecomserver_src.zip 演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip 用图形界面的程序装载控制台程序并接收控制台程序的输出。 TiffToP
ColorToGray1
- 一个小程序,实现24位真彩色图转换为灰度图,用C语言实现。代码有说明,大家可以参考一下。
GRAY2RGB
- 本程序在matlab中实现了灰度图像转换为RGB图像的过程,简单易于理解,有注释-This procedure in matlab to realize the gray image conversion for RGB image process, simple easy to understand, a comment
pictohuidu
- delphi图片处理-将图片颜色转换为灰度值.-delphi image processing- will be converted to grayscale image color values.
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.
Delphi7BMPTOJPEG
- 实现bmp格式与jpg格式的图片转换,彩色Bmp格式的图片转换为灰度图片-Bmp format and jpg format to achieve the image conversion, color Bmp format images converted to grayscale images
[wt
- 位图编辑器。隔行扫描、反色 、。灰度。缩放自由设置宽高、画对角线、等等 、很实用、很多时候自己想要的 大小转换不了 、有了这个就可以了 、-Bitmap editor. Interlaced scanning, anti-color. Shades of gray. Scaling free to set the width and height, draw the diagonal, and so on, very practical, very often they want the siz
procedure
- 在毕业设计文件的文件夹中,主要介绍了在delphi中,利用各种不同的算法来实现建立在位图上的不同效果,其中主要介绍的有曝光、浮雕、马赛克、模糊、锐化、添加杂色、喷溅、霓虹、90度旋转、水平翻转、垂直翻转。另外还做了当步撤销和图像的缩放,还有简单的jpg,bmp的格式转换。 在chap1文件夹中,有关于图像格式转换,图像浏览器等的源程序。在chap2文件夹包括灰度直方图,二值化,对比度等的源程序。在chap3文件夹中,有关于几何变换的源程序。在chap4文件夹中,有关于通道,颜色调节,颜色混合
Delphi_change_gry
- 图像非线性灰度转换,只是简单的转换,给予频域的变换。-Nonlinear grayscale image conversion , just a simple conversion , given the frequency domain transform .
dd
- 图片浏览器基本功能都已实现 可以翻转图片,透明处理,灰度处理,转换格式-Picture Viewer basic functions have been achieved can flip images, transparent process, gray scale processing, format conversion, etc.
RGB
- matlab中的彩色图转换成灰度图后的最新集中算法的运用的边缘检测-The color chart matlab edge detection
test1
- 索引图像 索引图就是索引模式的图像! 索引模式和灰度模式比较类似,它的每个象素点也可以有256种颜色容量,但它可以负载彩色。索引模式的图像最多只能有256种颜色。当图像转换成索引模式时,系统会自动根据图像上的颜色归纳出能代表大多数的256种颜色,就象一张颜色表,然后用这256种来代替整个图像上所有的颜色信息。索引的图像只支持一个图层,并且只有一个索引彩色通道。 索引模式的图像就像是一块块由彩色的小瓷砖所拼成的,由于它最多只能有256种彩色,所以它所形成的文件相对其它彩色要小得多。索引模式的另
Gray
- Delphi:Delphi Gray灰度图像处理源码,用多种方法实现了图像的灰度转换,Delphi源码实现的,也就是把图像的彩色信号去掉,只显示黑白且对比不强的灰度图,希望为您提供一些参考。 -Delphi: Delphi Gray gray-scale image processing source code, using a variety of methods to achieve a grayscale image conversion, Delphi source code imp
Gray-scale-transformation
- 利用查表法进行图像运算,使之高速完成灰度转换。-Using the look-up table method for image computation, the gray conversion speed.
opencv
- 涉及到opencv中的一些基础知识,包括矩阵的计算,颜色空间的转换、灰度直方图-Involved in opencv some of the basic knowledge, including matrix computing, color space conversion, gray histogram
图像处理2012
- 实现图像的灰度转换以及裁剪的功能,对初学者应该有用(The realization of the gray image conversion and cutting function)