搜索资源列表
rgb2lab
- matlab图像显示代码,可以选择想要打开的图像-Matlab image display code, we can choose to want to open the Image
RGB2Lab_(matlab)
- matlab语言编写的RGB2Lab程序
Lab2RGB
- matlab rgb2lab source code
RGB2Lab
- 将图片从RGB空间转换到Lab空间的Matlab文件-The image from the RGB space is transformed into Lab space Matlab files
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
imgkmeans
- 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag
rgb2lab
- function y=rgb2lab(im) rgb2lab( image ) Converte de RGB para LAB-function y=rgb2lab(im) rgb2lab( image ) Converte de RGB para LAB
imageconversionfunctions
- rgb2lab() Converte de RGB image to para LAB, a LAB2RGB Convert an image from CIELAB to RGB.
RGB2Lab
- RGB->CIELab /matlab source code
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
- matlab rgb转lab代码 可以方便初学者学习-matlab rgb turn lab code easy for beginners to learn
RGB2Lab
- MATLAB中,将rgb颜色空间转换为lab颜色空间,可以直接使用的-MATLAB, the rgb color space conversion to lab color space, can be used directly
rgb2lab
- rgb2lab:rgb颜色空间向lab颜色空间转换的matlab代码,对此变换要使用不求甚解的童鞋们可以直接调用~-rgb2lab:colorspace of rgb translate to colorspace of lab。Just for the beginner~
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
- 本程序通过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.
RGB2Lab
- RGBtoLAB space color Conversion matlab code
image-processing
- matlab中一些对图片进行处理的小程序,包括ostu阈值分割,rgb2lab空间的转换,sobel边缘检测,自适应阈值分割-Some small programs,including ostu、rgb2lab、sobel、Adaptive thresholding(matlab)