搜索资源列表
rgb2lab
- matlab图像显示代码,可以选择想要打开的图像-Matlab image display code, we can choose to want to open the Image
RGB2LAB
- 图像从RGB格式转化成Lab,L*a*b* 从而可以在Lab下对图像处理
RGB2Lab_(matlab)
- matlab语言编写的RGB2Lab程序
rgb2lab
- matlab图像显示代码,可以选择想要打开的图像-Matlab image display code, we can choose to want to open the Image
RGB2LabAndLab2RGB
- % function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 wh
imgkmeans
- 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentat
ColorSpaceConvert
- 用VC++编写的色彩空间转换函数,包括RGB2IHS;RGB2HSV;RGB2LAB;一次下载,全部拥有。-using the VC++ tool to realize the color space convertion, contains the: RGB2IHS;RGB2HSV;RGB2LAB.
rgb2lab
- function y=rgb2lab(im) rgb2lab( image ) Converte de RGB para LAB-function y=rgb2lab(im) rgb2lab( image ) Converte de RGB para LAB
RGB2Lab
- 在matlab的开发环境中,对图像进行RGB到RLab的转换-The development environment in matlab for image conversion of RGB to RLab
imageconversionfunctions
- rgb2lab() Converte de RGB image to para LAB, a LAB2RGB Convert an image from CIELAB to RGB.
Lab2RGB
- matlab rgb2lab source code
RGB2Lab
- RGB->CIELab /matlab source code
RGB2Lab
- 将图片从RGB空间转换到Lab空间的Matlab文件-The image from the RGB space is transformed into Lab space Matlab files
RGB2Lab
- this matlab code is about translating RGB pixel to Lab pixel
RGB2Lab
- Converts RGB Image to LAB
lab2rgb-rgb2lab-rgb2hsi-rgb2luv
- lab2rgb,rgb2lab,rgb2hsi,rgb2luv的matlab文件-matlab codes for lab2rgb,rgb2lab,rgb2hsi,rgb2luv.
rgb2lab
- 是由RGB颜色空间转换成Lab的颜色空间的函数rgb2lab-change the color RGB to LAB
rgb2lab
- 图像处理中 RGB模型和Lab模型之间的转换- the conversion between the RGB model and Lab model
rgb2lab
- rgb2lab:rgb颜色空间向lab颜色空间转换的matlab代码,对此变换要使用不求甚解的童鞋们可以直接调用~-rgb2lab:colorspace of rgb translate to colorspace of lab。Just for the beginner~
rgb2lab
- 将rgb颜色空间的rgb值转换为lab颜色空间的值(Converts the color of the RGB value to the lab value)