搜索资源列表

  1. 5735demo

    1下载:
  2. 这是TVIA5735的电视方案的完全代码,KEIL51的。自适应运动去隔行、3D降噪、24BIT位图-TVIA5735 This is a television program entirely code, the KEIL51. Adaptive Motion Deinterlacing, 3D noise reduction, 24BIT bitmap
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:459723
    • 提供者:张雨杰
  1. 5735demo

    0下载:
  2. 这是TVIA5735的电视方案的完全代码,KEIL51的。自适应运动去隔行、3D降噪、24BIT位图-TVIA5735 This is a television program entirely code, the KEIL51. Adaptive Motion Deinterlacing, 3D noise reduction, 24BIT bitmap
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-10
    • 文件大小:459776
    • 提供者:张雨杰
  1. VirtualDub-1.7.0-src

    0下载:
  2. 图像处理,能够利用此软件,通过不同滤波插件完成图像的编辑,产生自己要求的视频文件,如加噪声,去隔行,等。本软件视本网站最新的(已经搜索过),因此斑竹可以去掉以前旧版本。-image processing, to use this software through different filter plugin complete image editing, produce their own requirements of the vi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2238464
    • 提供者:李东
  1. deinterlace-1

    0下载:
  2. 比较实用去隔行算法源码,输入为YUV视频序列。-De-interlacing algorithm more practical source, input for YUV video sequences.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:14336
    • 提供者:fisher zhang
  1. decomb522src

    1下载:
  2. 一个经典的动态视频图像去隔行处理的源代码,能消除双场图像的场效应-A classic dynamic de-interlacing video processing source code, to eliminate dual-field image of the field-effect
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:65536
    • 提供者:Jacky
  1. davinci_resizer.tar

    0下载:
  2. TI Davinci DM6446 MontaVista Linux 1.20 应用resizer实现去隔行和422 转 420的C代码-TI Davinci DM6446 MontaVista Linux 1.20 Application resizer to achieve de-interlacing and 422 to 420 of the C code
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-10
    • 文件大小:749568
    • 提供者:qiaoyong
  1. Deinterlacing

    0下载:
  2. 去隔行处理的matlab源程序,值得参考-Deinterlacing matlab source of treatment, it is also useful
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:happylander
  1. deinterlace

    0下载:
  2. 图像去隔行函数,去除两场由于时间间隔造成的分割条纹-Image de-interlacing function to remove the two time intervals as a result of the division caused by stripe
  3. 所属分类:绘图程序

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:
  1. deinterlace

    0下载:
  2. 视频去隔行算法,根据顶场或底场的象素进行插值填充,原则是在填充点为中心的17个方向求差的绝对值最小的方向。以此方向两点做平均。-video deinterlace. comparing the 17 direction in the center of the position to be interpolated, canditate one is in the direction where is minum of the SAD.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:xhf
  1. RGB2YUV

    0下载:
  2. 去隔行算法模拟,把一副RGB格式图片(BMP文件)先转为YCbCr格式,然后进行场分离,再基于奇场和偶场,合成帧,提高图像分辨率。-To simulate deinterlacing algorithm, several c codes perform RGB->YCbCr, Deinterlacing
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:hanyu
  1. DeIntelacenew

    0下载:
  2. 高效率的去隔行算法,很多部分都是通过MMX优化后,可以有效的去除图像的横纹,水纹,边缘爬行,锯齿现象-Efficient de-interlacing algorithm, in part through a lot of MMX optimized, can effectively remove the image of the cross striations,水纹, edge crawling, jagged situation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:1824768
    • 提供者:KDM
  1. De_interface1.0

    0下载:
  2. 高效率的去隔行算法,可以有效的去除图像的横纹,水纹,爬行,蠕动,锯齿现象-Efficient de-interlacing algorithm, can effectively remove the image of the cross striations,水纹, crawl, wriggle, zigzag phenomenon
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:KDM
  1. deinterface1

    0下载:
  2. 高效的去隔行算法,能有效解决锯齿现象,满足产品开发的需要-Efficient de-interlacing algorithm, can effectively solve the situation serrated to meet the needs of product development
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:246784
    • 提供者:KDM
  1. deinterlace

    0下载:
  2. 去隔行的算法,具有可视化。大家可以作为参考,也想学习别人的代码-deinterlace
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:gaoying
  1. space-deinterlacing

    0下载:
  2. 空间线性去隔行算法,有效改善运动图像的去隔行效应-Linear space de-interlacing algorithm, to effectively improve the movement effect of image de-interlacing
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:曾香玉
  1. Matlab

    0下载:
  2. 基于Matlab的去隔行算法,将运动图像造成的模糊去除。-The de-interlacing algorithm based on Matlab, the moving image blur removal.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:864256
    • 提供者:邱灵
  1. deinterlace

    1下载:
  2. 设计一个去隔行算法。把一段隔行扫描格式的视频序列转换成逐行扫描格式的视频。-Design a de-interlacing algorithm. To a sequence of interlaced video format into progressive scan video format.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1469440
    • 提供者:tosh
  1. 4

    0下载:
  2. 对y4m视频每帧读出,隔行视频,去隔行,再把每帧组合为视频-Each fr a me of the video read y4m, interlaced video, de-interlacing, then the combination of video per fr a me
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:5046272
    • 提供者:徐融
  1. GDphoto

    0下载:
  2. 基于ADI公司BF533芯片,VisuarlDSP++4.0软件开发环境的,视频去隔行效应的实现-ADI BF533 chip based on the company, VisuarlDSP++4.0 software development environment, the realization of the video de-interlacing effect
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:24576
    • 提供者:edward
  1. deinterlace

    0下载:
  2. 非常重要的去隔行(去交错)技术资料,本资料为公司内部资料,主要说明视频从摄像机(60场)到电子设备(30场)的去隔行转换。-Very important to de-interlacing (de-interlacing) technology information, internal information of the data, mainly to explain the video from the camera (60 ga
  3. 所属分类:编程文档

    • 发布日期:2024-05-10
    • 文件大小:857088
    • 提供者:张伟
« 12 3 4 »

源码中国 www.ymcn.org