搜索资源列表
XiHuaSuanFa
- 基于查表法的一个细化算法,通过查表决定是否删除对应的像素点-Look-up table method based on a refinement algorithm, look-up table to decide whether to delete the corresponding pixel
VB-USB-VIDEO-TO-RGB
- VB实现USB摄像头回调图像各种格式转换为BMP代码(二次完全查表法) YUY2,YUY9,i420,UYVY转换为RGB-VB callback USB camera to achieve a variety of formats to BMP image code (the second full look-up table) YUY2, YUY9, i420, UYVY to RGB
YUV-RGB
- 介绍视频处理过程中涉及到的两个颜色空间:RGB和YCbCr,以及他们之间的转换。用查表法优化媒体播放软件中YCbCr到RGB的转换,以达到提高转换速度,减少计算量,提高视频解码整体性能的Ifl的。-Introduction video processing involved in the two color spaces: RGB and YCbCr, and convert between them. Using look-up table to optimize the media play
scale
- YUV420视频的缩放,经过高度的优化,其中三次卷积插值(cubic convolution)算法的效果最好,优化程度也最高。其基本思想是通过整型化、查表等方法消除每一帧图像插值运算中的浮点运算和乘除法运算。-scale YUV420 video frames with cubic, bilinear & cubic convolution interpolation algorithms。
JXTi2qGD
- 易语言查表法水纹特效源码,易语言写的图形图像编程,很好的参考。-The look-up table method water source effects, easy graphic language programming, a good reference.
BTOJ-EX
- 位图转JPG 其中的颜色空间转换,BGR颜色空间转换为YCbCr空间, 1. 要求使用查表法 2. 把切分出的宏块数据(16*48)写入D:/out.txt 3. 按4:2:0进行把BGR颜色空间转换到YCbCr空间, 亮度信号(16*16)写入到D:/outY.txt Cb信号(8*8)写入到D:/outCb.txt Cr信号(8*8)写入到D:/outCr.txt - Bitmap to JPG where the color space conv
bmp2yuv
- rgb32或rgb24图像向yuv图像转换方法,查表法,亲测有效(Rgb32 or RGB24 image to YUV image conversion method, look-up table method, pro test effectiveness)