搜索资源列表
fft
- 查表法实现FFT,这是本人在全国大学生电子设计竞赛上用过的。-Look-up table method to achieve FFT, which is I on the National Undergraduate Electronic Design Contest used.
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.
YUYV-to-RGB
- UVC摄像头YUYV数据转为RGB C语言代码,查表法YUYV转换RGB速度很快-UVC camera YUYV data into RGB C language code lookup table to convert RGB fast YUYV
crc32
- CRC32计算的高效算法,利用查表法,可以直接使用。- CRC32 calculation efficient algorithm, using look-up table method can be used directly.
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
LUT
- 查找表法,把数据事先写入RAM后,每当输入一个信号就等于输入一个地址进行查表,找出地址对应的内容,然后输出-Look-up table method, after prior written to RAM, the data input when a signal is input an address look-up table, find out the address corresponding to the content, and then output
xverzead-purposes
- 此程序为GMSK的调制解调程序,调制采用查表法,解调采用两比特差分解调-This program for GMSK modulation demodulation, modulation using look-up table method and demodulation using two bit difference demodulation
zwbdifference
- 此程序为GMSK的调制解调程序,调制采用查表法,解调采用两比特差分解调-This program for GMSK modulation demodulation, modulation using look-up table method and demodulation using two bit difference demodulation
bmp2yuv
- rgb32或rgb24图像向yuv图像转换方法,查表法,亲测有效(Rgb32 or RGB24 image to YUV image conversion method, look-up table method, pro test effectiveness)