搜索资源列表
肤色分割的matlab源代码
- RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色 仅供大家参考-RGB color space conversion to Ycbcr color space and nonlinear transformation discriminant color only reference! !
RGB_HSL
- 图像色彩空间RGB到HSL的转换Matlab程序。-images to RGB color space conversion Matlab HSL procedures.
secha
- rgb转换为XYZ色彩空间,使用matlab实现-rgb converted to XYZ color space, using Matlab to achieve
rljc
- 人脸识别技术可以应用于基于网络的身份认证,我们实现了基于WebCam的人脸识别与跟踪系统。本文以WebCam采集的视频流为数据源,截取视频流中的单帧图像,通过转换色彩空间、人脸肤色建模、后处理操作和人脸定位算法实现了人脸检测,并以此为基础实现了在视频流中对于人脸的跟踪。试验结果表明,我们所实现的人脸识别算法适用于近距离人脸的检测,可以应用于基于WebCam的身份认证。
用于Matlab的彩色图像色彩空间转换的MEX文件!
- 用于MATLAB的彩色图像色彩空间转换的MEX文件-for MATLAB color image color space conversion MEX documents
色彩空间的转换源码
- 用于转换色彩空间,非常好用
image_segmentation_based_on_kmeans
- 本例中主要用到的函数是色彩空间转换函数 makecform 和 applycofm,对于K均值聚类使用 Kmeans函数。-Used in this case, the main function is the color space conversion functions makecform and applycofm, for the K-means clustering using Kmeans function.
srgb2rgb
- SRGB 数据转换为RGB数据的源代码,适合色彩学相关人员使用-SRGB data into RGB data, source code, suitable for school-related personnel to use color
RGB-HSI
- 在matlab中实现从rgb到hsi色彩模式的转换-In matlab to achieve from the rgb color model to HSI conversion
spec2rgb
- 光谱信息转换为色彩信息的MATLAB程序代码,很方便实用-good one
funtion
- 从最常用的“.BMP”图像格式中读取图像数据, 通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩 将数字图像的RGB表示转换为YUV表示;通过访问Y(亮度)通道,改变数字图像的亮度;通过Y(亮度)通道作灰度的线性变换,改变数字图像的对比度-failed to translate
Image
- 转换色彩空间,实现各种图像的Compress-Decompre-Color space conversion, to achieve a variety of image Compress-Decompress
Untitled
- 图像色彩变换, 彩色图像,伪彩色图像之间的转换-the translation of image color
Doc1
- 在Matlab中,一般常见的色彩空间的转换函数-Color Space Conversion
hsi2rgb
- 将图像从hsi色彩空间转换成rgb色彩空间-The image is converted from HSI color space to RGB color space
main
- 从最常用的“.BMP”图像格式中读取图像数据; 对数字图像的表示方式(如RGB、YUV)及各种表示方式之间的转换有初步了解;根据输入参数改变数字图像的色彩、亮度、对比度。-Image format most commonly read from the " BMP." Image data converting the digital image representation (such as RGB, YUV), and between the representati
ColorSpaceTransform
- 此程序是对RGB到LAB色彩空间转换进行建模的,已经调试通过,可以直接运行。-This program is RGB to LAB color space conversion modeling, debugging has been passed, you can run directly.
colortransf
- 色彩空间的转换,RGB、XYZ、LAB的相互转换以及LAB与LCH的转换(Color space conversion, RGB, XYZ, LAB conversion, and LAB2LCH conversion)
基于BP神经网络的色空间转换
- 本案例为基与bp神经网络对pantone色卡中RGB空间向Lab空间转换的源码,并已经调试成功输入层输出层函数与神经元个数。附加功能:直接得出各色块的Eab色差已经测试样本与预测样本的相关系数。经多次实验,相关色差在2~3之间,低于CIE认可标准:4,相关系数达到0.96以上,可以准确预测绝大多数色块,用于色彩管理建模。(This case is for color space converting(RGB Space to Lab Space) You can master how to u