搜索资源列表
ImageFilter
- 实现人脸检测 主要是针对裸露肌肤检测,从而实现对*图像的过滤,用了rgb,hsv,ycrcb,纹理检测等多种方法,可以运行,效果不错-Implementation of face detection is mainly directed against the bare skin testing, in order to achieve the filtering of pornographic images, using the rgb, hsv, ycrcb, texture detect
MyYUViewer
- 实现颜色空间转换,从文件读取YCrCb,转换到RGB空间-To achieve the color space conversion, read from the file YCrCb, conversion to RGB space
JPEG
- JPEG 图像格式详解 JPEG 压缩简介 JPEG 的图片使用的是YCrCb 颜色模型, 而不是计算机上最常用的RGB.-JPEG compression JPEG image format Detailed Introduction to JPEG images using the YCrCb color model, rather than the most commonly used on the computer RGB.
YCrCb_detect
- YCrCb即YUV,其中“Y”表示明亮度(Luminance或Luma),也就是灰阶值;而“U”和“V” 表示的则是色度(Chrominance或Chroma),作用是描述影像色彩及饱和度,用于指定像素的颜色。“亮度”是透过RGB输入信号来建立的,方法是将RGB信号的特定部分叠加到一起。“色度”则定义了颜色的两个方面─色调与饱和度,分别用Cr和CB来表示。其中,Cr反映了RGB输入信号红色部分与RGB信号亮度值之间的差异。而CB反映的是RGB输入信号蓝色部分与RGB信号亮度值之间的差异。-YCr
rgb2ycrcb
- rgb颜色空间向YCrCb颜色空间转换算法,Verilog HDL语言-conversion algorithm of rgb color space to the YCrCb color space , Verilog HDL language
ycrcb
- conversion of rgb to ycrcb source code
ycrcb2rgb
- YCrCb 4:4:4 convert to RGB
rgb
- 基于FPGA的RGB到YCrCb颜色空间转换-FPGA-based RGB to YCrCb color space conversion
RGB2YUV
- 将图像的RGB模型转换为YCrCb模型,代码简单易懂,易操作-The image of the RGB model into YCrCb model is simple code to understand, easy to operate
ycrcb
- conversion of rgb to ycrcb source code
ycrcb2rgb
- YCrCb 4:4:4 convert to RGB
testmyhand
- 基于rgb空间到ycrcb空间的非线性变换来进行肤色的识别-use ycrcb to regonice the skin
第1章
- 不同颜色空间下的人脸图像分割,彩色图像处理中有许多彩色空间坐标系,最常见的是RGB空间。其余的还有HSV空间、YCrCb空间、YIQ空间和YUV空间等,这些都可以从RGB空间转换而来。在大多数情况下,图像信息是以RGB的颜色体系保存,然而在人脸肤色分析中,由于RGB颜色的R、G、B三个颜色分量都包含亮度信息,存在极强的相关性,一般不适合肤色处理。所以一般情况下在进行肤色区域检测之前,要将RGB颜色体系转换到其他颜色体系中,而不直接利用RGB彩色空间。(There are many color s