隔行变色
2021-09-07 13:02:10 1KB
简单,实用,方便
2021-09-02 18:03:00 1KB html
1
Xilinx的去隔行代码和注释 module deint_v2mult_4L ( rst, // resets input data register and control clk, // video component rate clock, 27Mhz for SDTV Fi, // Low to High signals start of Field One Vi, // High signals Vertical Blanking Hi, // High signals Horizontal Blanking Fo, // Field signal delayed by pipe length Vo, // Vertical signal delayed by pipe length Ho, // Horizontal signal delayed by pipe length cei, // input component rate is 1/2 the clock rate ceo, // output component rate is 1/2 the clock rate R_in, // video component in, I[8].F[2], twos complement G_in, // video component in, I[8].F[2], twos complement B_in, // video component in, I[8].F[2], twos complement R_out_real, // video component out, I[8].F[2], twos complement, clamped G_out_real, // video component out, I[8].F[2], twos complement, clamped B_out_real, // video component out, I[8].F[2], twos complement, clamped R_out_filt, // video component out, I[8].F[2], twos complement, clamped G_out_filt, // video component out, I[8].F[2], twos complement, clamped B_out_filt, // video component out, I[8].F[2], twos complement, clamped );
2021-08-26 09:10:40 94KB 去隔行
1
描述了去隔行技术,介绍了基本概念,算法,和实验结论
2021-08-24 10:05:36 1.29MB 隔行
1
利用matlab实现隔行扫描及去隔行处理,分别提取奇偶行实现隔行扫描;去隔行处理使用复制逐行以及内插逐行两种算法,复制逐行通过分别复制奇/偶场的偶/奇行来实现,内插通过取相邻两行均值实现
2021-08-23 14:49:37 2KB 隔行扫描 去隔行 matlab代码
1
均值滤波 去隔行算法 matlab实现,提取图片奇数场来补充偶数场
2021-08-23 14:48:09 1KB matlab
1
图像去隔行m文件 doubleline 双倍线算法
2021-08-23 14:43:20 1KB 双倍线算法
1
在matlab中实现的几种去隔行代码,包括均值法,线性与非线性等方法。
2021-08-23 12:25:26 5KB 去隔行
1
easyVmaf 基于ffmpeg和ffprobe的Python工具,用于处理VMAF输入所需的视频预处理: 去隔行 放大/缩小 帧到帧同步 帧率适配 有关其工作原理的详细信息,请参见。 更新 使用libvmaf v2.0.0 v2.0.0可以重构vmaf模型文件。 基本上,模型现在使用定点数据类型而不是浮点数据类型。 因此,根据您使用的libvmaf版本,您可能需要修改文件: libvmaf = v2.0.0 :使用新的vmaf_*.json与定点数据类型的模型文件: vmaf_4k_v0.6.1.json , vmaf_v0.6.1.json , vmaf_v0.6.1neg.json 自从libvmaf
2021-08-16 16:32:12 14.97MB video ffmpeg vmaf video-quality
1
webpack基础使用,实现隔行变色效果
2021-08-04 22:02:10 368KB webpack jq