搜索资源列表
jiyuhsvhergbderentifenge
- 基于matlab的rgb和hsv颜色模型的颜色通道分割-Matlab on the rgb and hsv color model of color-channel segmentation
avi-LSB-embed-in-rgb
- 在AVI格式的视频文件中分通道分层隐藏彩色RGB图像-Hierarchical hidden color RGB image channel separate video files in AVI format
The-Warholer
- matlab 图形图像处理。通过GUI,用户可以自由的变换RGB颜色等等。-The color of each pixel in an image is specified by a combination of three values: red, green, and blue. These values typically take 256 levels, leading to 256^3 ~ 17 million possible colors. In this GUI you ca
rgb-to-hsi
- 本程序在matlab中实现了图像通道从rgb到hsi的转变,为图像滤波提供了基础-The image channel program in matlab transformation from rgb to hsi, provides the basis for image filtering
RGB-seprate
- rgb channel sepration-rgb channel sepration...
RGBtoLab
- RGB color channel to XYZ channel. XYZ channel to CIELab channel.
dsp-RGB
- 对多幅指定的图像进行RGB通道处理,得到RGB的柱状图。-Pieces of the specified image processing by RGB channel, RGB histogram.
IsmailPeters_CameraForensics
- Now days, the digital cameras have single CCD or CMOS sensor and use color filter array (CFA). Generally the CFAs have RGB color filters placed at top of each sensor element, a single color sample is recorded at each pixel location, while the remaini
Hsu
- Now days, the digital cameras have single CCD or CMOS sensor and use color filter array (CFA). Generally the CFAs have RGB color filters placed at top of each sensor element, a single color sample is recorded at each pixel location, while the remaini
肤色检测源码
- 用画笔工具在训练图像中拾取那些可能是肤色的像素,,并分别记录下这些像素在RGB和HSV颜色空间的颜色值,根据大量的样本值,确定肤色在两个颜色空间三通道的阈值,用所确定的阈值寻找测试图像中的肤色区域。一种简单的可视化这一过程的方法是将所有非肤色像素指定为黑色,肤色像素指定为白色。(Use the brush tool to pick up those may be the color pixels in the training images, and records the pixels in
MATLAB雾霾交通标志shibie[GUI]
- 该课题为基于MATLAB bp神经网络的雾霾天气下交通标志的识别系统。主要分两步骤,一是进行图像去雾,采用暗通道的方法获取光透射率,从而去除雾霾。得到清晰的图片后,利用颜色的方法进行交通标志的定位,众所周知,交通标志基本是红,蓝,黄三色组成,根据RGB不同组合可以定位到不同颜色,因为存在误差,所以需要借助形态学相关知识,将得到的误干扰面积去除,从而实现精准定位。定位后,在原图基础上进行分割出彩色图标,利用bp神经网络方法,进行训练,识别,从而得出结果。本设计配有一个GUI可视化界面,操作简单容易