搜索资源列表
rgb2lab_lab2rgb
- 实现了图像的rgb格式与lab格式的互相转化,方便大家在lab空间中处理图像-Achieved rgb image format and transform lab format to facilitate processing in the lab space images
LAB2RGBandRGB2LAB
- LAB2RGB convert the RGB image into LAB and vise vers
Lab2RGB_1
- Lab to rgb conversion
luv2rgb
- LAB2RGB Convert an image from CIELAB to RGB function [R, G, B] = Lab2RGB(L, a, b) function [R, G, B] = Lab2RGB(I) function I = Lab2RGB(...)- LAB2RGB Convert an image from CIELAB to RGB function [R,
imageconversionfunctions
- rgb2lab() Converte de RGB image to para LAB, a LAB2RGB Convert an image from CIELAB to RGB.
Lab2RGB
- matlab rgb2lab source code
Lab2RGB
- 将图片从Lab空间转换到RGB空间的Matlab文件 -transfer image from Lab to RGB
lab2rgb-rgb2lab-rgb2hsi-rgb2luv
- lab2rgb,rgb2lab,rgb2hsi,rgb2luv的matlab文件-matlab codes for lab2rgb,rgb2lab,rgb2hsi,rgb2luv.
lab2rgb
- 图像处理中,Lab模型和RGB模型之间的转换-Image processing, a conversion between the Lab model and the RGB model is
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