搜索资源列表
101259378luv_rgb_yuv_lab_space
- Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alte
rgb2yuv
- rgb图像转yuv,基于opencv。仅供参看-rgb image transfer yuv, based opencv. Only see
rgbFilter
- 对YUV格式为4:2:2的视频进行过滤得到RGB图像,可以更改YUV通道的阈值进行不同结果-4:2:2 for YUV format video filter to be RGB images, you can change the threshold value YUV channel to get different results
RGB-transform-YUV
- * 程序名称:RGB2YUV.C * 功 能:将位图文件的RGB格式转换成YUV格式,结果以二进制文件 * 存储。注意:1、原文件是24位位图;2、文件宽度 * 输 入:icon.bmp * 输 出:icon_array -* Program Name: RGB2YUV.C* function: RGB bitmap file format into YUV format, the results of the binary file* storage. Note: 1, t
RGBtoYUV
- 利用MFC将将rgb图像转换成YUV图像,比如4:2:2格式,4:2:0格式或者4:4:4-Using MFC rgb images into YUV image, such as 4:2:2 format, 4:2:0 format or 4:4:4
test1
- 实现RGB到YUV的转换,并进行4:2:0降采样- RGB to YUV conversion and down-sampling 4:2:0
yuv2ppm
- 将yuv格式视频转换成ppm格式图像,yuv格式为4:2:0,预设的图像大小为1920*1080,因此yuv转rgb时用的是高清图像的系数。-.yuv video to .ppm picture, yuv format: 4:2:0, picture resolution:1920*1080,yuv to rbg uses HD coefficient.
chazhi
- 图像插值C源码,包含各种图像变换如RAW22RGB,RAW2YUV,差值处理等-image processing source code,complete RAW 2 RGB,RAW 2 YUV,and so on
官方PSNR和SSIM
- 简单好用的matlab实现批量计算彩色RGB图像的PSNR和SSIM,设置了3种转换方法,(1)matlab自带转换YUV格式,(2)自己编写YUV转换公式(3)matlab自带转换灰度格式(Simple and useful matlab batch computing color RGB image PSNR and SSIM, set up three kinds of transformation methods, (1) with matlab transform YUV format
JPEGCompression
- 编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时