搜索资源列表
SaveJPEG
- 提示: JPEG压缩分为三个部分: 1.JPEG压缩原理及算法(RGB/YCbCr,DCT/IDCT,量化,Z字型编码,用DPCM对DC/用RLE对AC编码/Huffman编码) 2.JPEG标记格式 3.JPEG图片文件的组织形式(位于SOS后的图像压缩数据是由MCU块怎样排列的,特别是使用了DRI之后) 还有许多细节问题: 1.解码过程中遇到“FF 00”当“FF”处理,否则忽略“FF” 2.进行DCT前YCbCr要减128,进行IDCT前要加128(相当于Y减128,YCbCr不需要加12
YCRCB2RGB.rar
- 我自己寫的RGB與YCbCr(YUV)色彩格式轉換,可以RGB轉YCbCr或YCbCr轉RGB,並支持顯示轉換後的色彩功能.,I wrote it myself RGB and YCbCr (YUV) color format conversion can be RGB or YCbCr to YCbCr to RGB, and supports the display of the color conversion function.
color_conv
- BT656,YCBCR数据格式转换成VGA(888)数据算法,-BT656, YCBCR data format converted into VGA (888) data algorithm,
RGB2YUV
- 去隔行算法模拟,把一副RGB格式图片(BMP文件)先转为YCbCr格式,然后进行场分离,再基于奇场和偶场,合成帧,提高图像分辨率。-To simulate deinterlacing algorithm, several c codes perform RGB->YCbCr, Deinterlacing
videoprocessing
- 图像420转换为422或444的算法。高斯加噪算法,脉冲加噪算法。-YCbCr 4:2:0 image is converted to 4:2:2 or 4:4:4 of the algorithm, Matlab program is
IMG_Ycbcr422pl_to_rgb888
- 基于ti的dsp C6000的YCbCr转RGB888的汇编算法,速度是C编译的n多倍-The ASM algorithm is to convert YCbCr-data to RGB888-data based on TI s DSP C6000 .The speed is faster than the C compiler s many times.
CbCrEllipse
- 用matlab实现的肤色检测,采用CbCr椭圆聚类算法,克服了高光的干扰,能很好的把肤色分割出来。-Skin color detection using matlab implementation, using CbCr elliptical clustering algorithm, to overcome the interference of high light, the color can be a good split.
imag_improve_rgb
- This a two stage method in which at first image RGB compensated and then converted to YCbCr to normalise overall illumination of image.Its cascaded implementation of section 2.A of paper "A FAST SKIN REGION DETECTOR" by Phil Chen, Dr.Christos Greecos
SSR_ycbcr
- 通过ssr算法,在YCBCR空间上 对Y分量单独处理,来实现对图像光照不均匀处理,效果很好 可以继续改进-By ssr algorithm, YCBCR space on the Y component alone, to achieve uniform illumination of image processing, the effect is very good to continue to improve
ycbcr
- 肤色检测,YCbCr算法实现肤色检测函数。图像处理。-Skin detection, YCbCr algorithm skin detection function. Image processing.
colorization
- 给灰度图像任意着色,利用随机游走算法,色彩空间变换,通过YCbCr色彩空间完成图像着色-Any color to grayscale images using random walk algorithm, color space conversion, the YCbCr color space to complete the image coloring
ycgcr-Dectio
- 这是一种基于新颜色空间YCBCR的人脸检测算法,取得了较好的效果-This is a face detection algorithm based on the YCBCR people of a new color space, and achieved good results
Face-RecognitionMATLAB-CODE
- 在YCbCr色彩空间中建立肤色分布的高斯模型,得到肤色概率似然图像,在最佳动态阈值选取算法下完成肤色区域的分割。-YCbCr color space to establish the color distribution of the Gaussian model, color probability likelihood image, skin color region segmentation is completed in the best dynamic threshold select
MATLAB--ycbcr
- 基于YCbCr色彩空间的人脸检测程序,着重阐述了基于肤色分割和模板匹配验证的人脸检测算法。 -YCbCr color space-based face detection program focuses on the face detection algorithm based on skin color segmentation and template matching verification.
YCBCR
- matlab 手势识别定点仿真 使用Matlab对已有手势识别算法进行定点仿真-pointing gesture recognition matlab Matlab simulation using existing gesture recognition algorithm for fixed-point simulation
program-02---API-Dikotakin
- Fire detection based on image processing algorithm. thresholded in yCbCr colorspace. if the fire exists on video, then the fire will be rectangled.
PSNRSSIM_matlab
- matlab计算两幅图片之间的psnr和ssim值,彩色图片,算法是转换为YUV计算的,YCbCr-matlab computing psnr and ssim value between two pictures, color pictures, the algorithm is converted to YUV calculation, YCbCr
YCbCr
- 融合YCbCr肤色模型与区域标记的人脸检测算法研究-Fusion YCbCr color model and the research area of face detection algorithm
Y-cr-cg
- 基于肤色的人脸检测算法,将彩色图像转换成Ycbcr图像,再根据肤色聚类 从而分割出人脸-Based on the skin color s face detection algorithm, the color image is converted to the image of Ycbcr, and the face is divided according to the color of the skin
YCbCr_complexion.m
- 在YCbCr颜色空间下,一种基于肤色模型的人脸识别算法(Face recognition algorithm based on skin color model)