搜索资源列表
rgb2yuv
- 图形学中图形的转换程序,用matlab编写,把比较两个图形的相似度,以及图形的转换从rgb 到YUV
matlab 图像彩色空间转换RGB,LUV,XYZ,LAB
- 用matlab实现图像彩色空间RGB,LUV,XYZ,LAB之间的转换-Image RGB color space, LUV, XYZ, the conversion between the LAB
wavecompression
- The following implementation steps have been made for the devised algorithm, which is based on 2D-wavelet. 1. Reading an image of either gray scale or RGB image. 2. Converting the image into grayscale if the image is RGB. 3. Decomposition of im
RGB
- The Matlab function RGB() converts a color index (whole number from 1-21), English name of a color (string), or RGB triple with whole number components in {0, 1, ..., 255} into an RGB triple with real-valued components in [0,1]. RGB() allows the user
color_space_transformation
- Transfer RGB image to all the other color space in the Matlab, like HSV, Lab and so on
formatosImagen
- From a given image, this code returns it in the following colour spaces RGB,NTCS,YCBCR,HSV. The fields are returned in a matrix of dimensions (:,:,12)
quantization
- 对RGB图像进行uniform量化处理 uniform quantization for RGB image-uniform quantization
segmen
- This function is used to segment a color image in RGB format. Number of cluster must be include and approximately by user.
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
rgb2yuv
- matlab 中从rgb 到yuv 格式的源代码可以作为功能函数使用。-matlabzhong cong rgb dao yuv geshi de yuan daima keyi zuowei functing
rgb2hsi
- RGB to HSI worked in matlab-RGB to HSI
RGB-cube
- 产生一个RGB立方图:R(红)-G(绿),R(红)-B(蓝),G(绿)-B(蓝)-Color model. Use Matlab to create six (6) color images of size 512×512 in ppm format, each of which represents one of the six sides of the RGB color cube.
rgb2YUI
- RGB图像分成YUI matlab的形象代码,希望能够帮助你。-RGB image into YUI image of matlab code, and hope to be able to help you.
yuvReader1
- matlab本来不能读取yuv文件,此程序保存并转换位为RGB格式(Read '.yuv' file type and translate it to RGB form.)