搜索资源列表
肤色分割的matlab源代码
- RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色 仅供大家参考-RGB color space conversion to Ycbcr color space and nonlinear transformation discriminant color only reference! !
RGB
- 一个修改后的acp进行人脸识别的Matlab代码
RGB--matlab
- rgb 绘图问题 是matlab方面的
咖吗滤波matlab
- function [h,s,v] = rgb2hsv(r,g,b) %RGB2HSV Convert red-green-blue colors to hue-saturation-value. % H = RGB2HSV(M) converts an RGB color map to an HSV color map. % Each map is a matrix with any number of rows, exactly three
MATLAB图像处理源程序
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
rgb-cmyk.rar
- RGB-CMYK by matlab sourcecode,RGB-CMYK by matlab sourcecode
grs2rgb
- Convert grayscale images to RGB using specified colormap.
RGB2Lab
- 将图片从RGB空间转换到Lab空间的Matlab文件-The image from the RGB space is transformed into Lab space Matlab files
YUV2RGB
- 视频处理算法 RGB与YUV格式的相互转化-Video processing algorithms in RGB and YUV formats mutual conversion
RGB-HSI
- 在matlab中实现从rgb到hsi色彩模式的转换-In matlab to achieve from the rgb color model to HSI conversion
convert
- convert from gray to rgb
RGB2YUV
- calculates YUV values from RGB values-calculates YUV values from RGB values
RGB
- This an example of the combining programme using VC++6.0 and Matlab 7.0.-This is an example of the combining programme using VC++6.0 and Matlab 7.0.
A-COLOR-EDGE-DETECTION-ALGORITHM-IN-RGB-COLOR-SPA
- rgb edgedetection with all the results
rgb
- 关于rgb人脸肤色分割的matlab程序-About Face Skin Segmentation rgb matlab program
rgb2xyz
- this a matlab file for converting XYZ colorspace to RGB color space.-this is a matlab file for converting XYZ colorspace to RGB color space.
MATLAB rgb hsv 边缘轮廓提取
- MATLAB 图像处理 rgb hsv 边缘轮廓提取
lab-rgb
- lab颜色空间与rgb颜色空间之间的相互转换(Lab color space and mutual transformation between the RGB color space)
matlab-提取颜色
- matlab读取RGB图像并提取颜色,适合初学者(Matlab reads the RGB image and extracts the color)
MATLAB雾霾交通标志shibie[GUI]
- 该课题为基于MATLAB bp神经网络的雾霾天气下交通标志的识别系统。主要分两步骤,一是进行图像去雾,采用暗通道的方法获取光透射率,从而去除雾霾。得到清晰的图片后,利用颜色的方法进行交通标志的定位,众所周知,交通标志基本是红,蓝,黄三色组成,根据RGB不同组合可以定位到不同颜色,因为存在误差,所以需要借助形态学相关知识,将得到的误干扰面积去除,从而实现精准定位。定位后,在原图基础上进行分割出彩色图标,利用bp神经网络方法,进行训练,识别,从而得出结果。本设计配有一个GUI可视化界面,操作简单容易