搜索资源列表
256tohui
- 256 转换为灰度图像的代码,数据结构, 使用vc++开发-256 converted to grayscale images of code, data structure, use vc + +
matlabcompress
- 使用二维离散余弦变换(DCT)进行图象压缩。原始图象被转换成为8*8大小的块进行压缩和重构。 Cnum:为压缩时保留的系数的个数 MSM:均方误差压缩应该做到在最合理的近似原图象的情况下使用最少的系数。函数:dctmtx:返回一个n*n阶DCT变换 blkproc:对图象进行不同的块处理。 im2col:重排图象块为矩阵列。注意:只适用于灰度图象。
test
- 二维DCT变换灰度图像,可分别输出变换、反变换、压缩、去除细节等之后的图像,要求输入图片为raw格式(可用photoshop转换)
xuanzhuan
- 通过matlab彩色图像转换成灰度图像,再图像旋转,然后画布扩大,最后均值插值
zhr_imfilter
- 本程序实现了matlab自带函数imfillter的功能,是.m文件的形式,参数和imfilter一样可选。程序附有图片,并且在程序最后使用imfilter,便于直接对比观察处理效果。注:本程序是读入RGB图像,转换成灰度图进行处理。-This program implements the function of matlab own function imfillter is. M file in the form of the same parameters and imfilter opt
conversion
- 实现图像灰度及黑白度转换,主要在matlab 环境下使用,具有很好的实用意义。-Gray and black and white image conversion degrees, mainly in the matlab environment, with good practical significance.
graytoRGB
- Matlab实现灰度图像转换为RGB图像-grayscal—RGB base on Matlab
huidu
- 灰度图转换,可以把彩色图片转换为灰度图片。并进行计算-Grayscale conversion, color images can be converted to gray-scale image. And calculated
gray2rgb
- gray2rgb灰度图像转换成RGB图像matlab实现-gray2rgb grayscale image is converted into a RGB image matlab implementation
RGB2gray
- matlab 中用来将rgb数据转换成灰度图像的源代码-matlab used to the rgb data into gray-scale image of the source code for
imgkmeans
- 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag
rgb2gray
- 最基本的由彩色图像转换为灰度图像的代码。在matlab中运行图像处理时用到的最基本源码,但是很多matlab中并不含有这个函数。-The most basic color images by gray-scale image is converted to code. In the matlab image processing used to run the most basic source code, but many do not contain this function in mat
Symbiosis
- 把真彩图转换为灰度图,然后根据灰度级数和共生矩阵位移向量求解灰度图矩阵的共生矩阵-The true color pictures converted to grayscale, and then gray series and the gray level co-occurrence matrix to solve the displacement vector of the co-occurrence matrix matrix
gaborandnorm
- gabor是将图像转换成gabor特征,增强系统鲁棒性,使其不易受外界条件影响;norm是将图像的灰度值统一归一到一个范围内,便于同等使用图像。-gabor gabor is a feature to convert images to enhance the system robustness to make it less susceptible to external conditions affect norm is a uniform gray value image normali
zhuanhuan
- 用matlab实现的一个就彩色图像转换为灰度图像的程序,程序很简单-Using matlab to achieve a color image converted to grayscale on the image process, the program is very simple
133
- 对于一幅输入图像,将产生一幅输出图像,输出图像的每个像素点的灰度值由输入像素点决定,将感兴趣特征的对比度扩展使之占据可显示灰度级的更大部分。使一输入图像转换为在每一灰度级上都有相同的像素点数,均衡化会减少灰度级数。大多数自然图像由于其灰度值分布集中在较窄的范围之内,引起图像细节不够清楚。采用直方图修正后可使图像的灰度间距拉大或使灰度均匀分布,从而增大了反差,使图像细节清楚,达到增强的目的。-For an input image, will produce an output image, the
matlab_programming_process_in_gray_format_conversi
- matlab程序设计灰度处理格式转换源码matlab programming process in gray format conversion source-matlab programming gray handle format conversion source matlab programming process in gray format conversion source
matlab
- 批量tif文件16bit转换为8bit,支持自定义灰度转换-convert 16 bit tif files to 8 bit ones
funtion
- 从最常用的“.BMP”图像格式中读取图像数据, 通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩 将数字图像的RGB表示转换为YUV表示;通过访问Y(亮度)通道,改变数字图像的亮度;通过Y(亮度)通道作灰度的线性变换,改变数字图像的对比度-failed to translate
Falsecolor_enhance
- 图像的伪彩色增强,把灰度图像转换为彩色图像-pseudo-color enhancement of image