搜索资源列表
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程序
ColorSpaceConvert
- 用VC++编写的色彩空间转换函数,包括RGB2IHS;RGB2HSV;RGB2LAB;一次下载,全部拥有。-using the VC++ tool to realize the color space convertion, contains the: RGB2IHS;RGB2HSV;RGB2LAB.
RGB2Lab
- 在matlab的开发环境中,对图像进行RGB到RLab的转换-The development environment in matlab for image conversion of RGB to RLab
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 white point reference. % The e
color RGB2lab lab2RGB
- 色彩空间转换:从RGB色彩空间转换到Lab正交色彩空间;逆转换。-RGB-Lab;Lab-RGB
RGB2Lab
- this matlab code is about translating RGB pixel to Lab pixel
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
- matlab rgb转lab代码 可以方便初学者学习-matlab rgb turn lab code easy for beginners to learn
rgb2lab
- 本程序实现RGB空间到LAB空间的转换,本程序为本人自己编写,需稍加改进。-this procedure is used to transform an image from RGB to LAB.
RGB2lab
- RGB 空间转换为LAB空间的代码,能实现-LAB space RGB space is converted to the code, to achieve. . . . . . . .
lab2rgb
- 色空间转换rgb2lab,用来实现RGB图像到lab色空间的转换-Color space conversion rgb2lab, to achieve an RGB image to the color space conversion lab
Lab2RGB
- Lab2RGB takes L, a, and b double matrices, or an M x N x 3 double image, and returns an image in the RGB color space. Values for L are in the range [0,100] while a* and b* are roughly in the range [-110,110]. If 3 outputs are specified, the
RGB2Lab
- Lab和RGB互相转换代码,网上找了很多效果都不好,有的甚至转换过去再转换回来颜色都不一样了,有的存在除0的风险。改代码经过本人修改后验证的,用于图像处理效果都是对的。-Lab and RGB mutual conversion code, find a lot of the effect is not good, and some even converted in the past and back again are not the same color, there is some ri
rgb2lab
- 本程序通过matlab实现图片的RGB域到LAB域的转换,本程序包含测试程序,可以完全跑通,敬请放心使用。-This procedure achieved by matlab image RGB domain to the domain of LAB, this program includes testing procedures, can be completely run through, please rest assured that use.
sift-and-rgb2lab
- SIFT特征和RGB、Lab颜色空间,提取图像的SIFT特征,和RGB、Lab颜色空间向量-SIFT and RGB, Lab color space, image SIFT feature extraction, and RGB, Lab color space vector
rgb2lab
- 将rgb颜色空间的rgb值转换为lab颜色空间的值(Converts the color of the RGB value to the lab value)