CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 查表法

搜索资源列表

  1. fft

    0下载:
  2. 查表法实现FFT,这是本人在全国大学生电子设计竞赛上用过的。-Look-up table method to achieve FFT, which is I on the National Undergraduate Electronic Design Contest used.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-03
    • 文件大小:5.25kb
    • 提供者:时海林
  1. XiHuaSuanFa

    0下载:
  2. 基于查表法的一个细化算法,通过查表决定是否删除对应的像素点-Look-up table method based on a refinement algorithm, look-up table to decide whether to delete the corresponding pixel
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:77.75kb
    • 提供者:wangjing
  1. VB-USB-VIDEO-TO-RGB

    1下载:
  2. 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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-02-19
    • 文件大小:3.99kb
    • 提供者:阿广
  1. YUV-RGB

    0下载:
  2. 介绍视频处理过程中涉及到的两个颜色空间: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
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:54.75kb
    • 提供者:
  1. scale

    0下载:
  2. YUV420视频的缩放,经过高度的优化,其中三次卷积插值(cubic convolution)算法的效果最好,优化程度也最高。其基本思想是通过整型化、查表等方法消除每一帧图像插值运算中的浮点运算和乘除法运算。-scale YUV420 video frames with cubic, bilinear & cubic convolution interpolation algorithms。
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:4.12kb
    • 提供者:王四海
  1. JXTi2qGD

    0下载:
  2. 易语言查表法水纹特效源码,易语言写的图形图像编程,很好的参考。-The look-up table method water source effects, easy graphic language programming, a good reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:17.3kb
    • 提供者:南煎丸子
  1. YUYV-to-RGB

    0下载:
  2. UVC摄像头YUYV数据转为RGB C语言代码,查表法YUYV转换RGB速度很快-UVC camera YUYV data into RGB C language code lookup table to convert RGB fast YUYV
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:2.22kb
    • 提供者:yang
  1. crc32

    0下载:
  2. CRC32计算的高效算法,利用查表法,可以直接使用。- CRC32 calculation efficient algorithm, using look-up table method can be used directly.
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3.17kb
    • 提供者:yan83791
  1. BTOJ-EX

    0下载:
  2. 位图转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
  3. 所属分类:Special Effects

    • 发布日期:2017-06-22
    • 文件大小:40.4mb
    • 提供者:李小某
  1. LUT

    0下载:
  2. 查找表法,把数据事先写入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
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:789byte
    • 提供者:周丹
  1. xverzead-purposes

    0下载:
  2. 此程序为GMSK的调制解调程序,调制采用查表法,解调采用两比特差分解调-This program for GMSK modulation demodulation, modulation using look-up table method and demodulation using two bit difference demodulation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-12
    • 文件大小:38.49kb
    • 提供者:haskaupy
  1. zwbdifference

    0下载:
  2. 此程序为GMSK的调制解调程序,调制采用查表法,解调采用两比特差分解调-This program for GMSK modulation demodulation, modulation using look-up table method and demodulation using two bit difference demodulation
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-14
    • 文件大小:70kb
    • 提供者:Ktngepa
  1. bmp2yuv

    0下载:
  2. rgb32或rgb24图像向yuv图像转换方法,查表法,亲测有效(Rgb32 or RGB24 image to YUV image conversion method, look-up table method, pro test effectiveness)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:10.04mb
    • 提供者:油炸的兔子
搜珍网 www.dssz.com