搜索资源列表
Color_Conversion_Algorithms_cold
- Color Conversion Algorithms.• RGB to HSV & HSV to RGB • RGB to YIQ & YIQ to RGB • RGB to XYZ & XYZ to RGB • XYZ to CIE L*a*b* (CIELAB) & CIELAB to XYZ • XYZ to CIELUV & CIELUV to XYZ-Color Conversion Algorithms.
color
- 图片颜色互相转换。包含RGB、Luv、xyz等图象空间的相互转换。
colorspace
- 实现 RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 不同色彩制式之间的装换
2004121163812
- 颜色空间的转换,xyz.rgb,lab,luv
matlabyansekongjianbianhuan
- 颜色空间变换xyz lab hsi等颜色空间变换
1
- 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。.rar
lab2xyz
- lab2xyz 从lab色域 到xyz色域,计算设备无关的颜色值-lab2xyz gamut from the lab to the xyz color gamut, computing device-independent color value
colorspace
- 彩色空间模型转换程序RGB到YPbPr,YCbCr,YUV,YUV,YDbDr,JPEGYCbCr,HSV,HSL,XYZ,Lab,Luv,Lch-RGB color space model of the conversion process to YPbPr, YCbCr, YUV, YUV, YDbDr, JPEGYCbCr, HSV, HSL, XYZ, Lab, Luv, Lch
colorspacezhuanhuan
- RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from col
PixelConvert
- 将图像的RGB转换为HSV、xyz空间显示 逐个像素点读取 附带注释 有用opencv做的 也有用纯c做的-The RGB image is converted to HSV space-by-pixel display reads annotated to do with the opencv
colorspace
- 颜色空间转换,RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 等色彩制式之间的装换,matlab-Color space conversion, RGB YPbPr YCbCr/YCC YUV YIQ YDbDr JPEGYCbCr HSV/HSB HSL/HLS/HSI XYZ Lab Luv Lch equipment such as color change be
xyz2lab
- xyz color space to CIElab color space xyz color space to CIElab color space-xyz color space to CIElab color space xyz color space to CIElab color space xyz color space to CIElab color space
xyz2srgb
- XYZ to SRGB color space XYZ to SRGB color space-XYZ to SRGB color space XYZ to SRGB color space XYZ to SRGB color space
XYZ
- XYZ视频图像压缩编码 XYZ视频图像压缩编码-XYZ XYZ video compression coding video coding
XY
- XYZ视频图像压缩编码的应用原理与实际生活应用 -XYZ video image compression encoding
xyz_display
- XYZ_DISPLAY is a MATLAB program which reads the name of a data file containing a list of 3D point coordinates, reads the data, and displays the points in the MATLAB graphics window. The file containing the point coordinates is in the XYZ format.
ASED
- 在自动化生产线VC开发的运动控制机器视觉程序,XYZ三个轴有PCI板卡控制,视频卡采集图像后经算法处理找到图像的点,VC控制步进电机到加胶位置加胶,在机器上运行每日点胶100000次无故障-VC development in automated production lines motion control machine vision program, XYZ three-axis control with a PCI card, video card capture images after
ImageInfo
- 图像的颜色通道转换代码实现(RGB to XYZ、HSV、HSL、LAB、LUV、YCbCr等)-Image conversion code color channels (RGB to XYZ, HSV, HSL, LAB, LUV, YCbCr, etc.)
white-balance
- matlab写的 处理图片白平衡的三种方法 第一种,选取图片中最亮的点作为white 第二种,手动选取任一点作为white 第三种,求RGB的平均作为white 其中包含了rgb xyz等空间转换代码,有CAT02, 和VK chromatic adaptation transforms 适合颜色科学相关专业-1. the brightest object in the imge is just white. 2. select a white object from
RGB转XYZ
- 用matlab实现色彩空间转换,先计算RGB空间的GAMMA值然后进行RGB空间到XYZ的转换(Color space conversion transform rgb into xyz)