-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
cross-correlation-subpixel
基于互相关的图像配准程序,能实现亚像素级的配准(Sub pixel level registration based on cross correlation image registration process)
- 2015-06-19 09:14:27下载
- 积分:1
-
H265-TS流示例代码
【实例简介】
- 2021-07-17 00:32:06下载
- 积分:1
-
ostufish
ostu与鱼群算法相结合,并且用matlab实现(ostu algorithm combined with the fish, and using matlab)
- 2021-03-01 11:09:35下载
- 积分:1
-
gmm-cv
OpenCV_基于混合高斯模型GMM的运动目标检测。内附监测监控视频,方便测试使用。(OpenCV_ GMM Gaussian mixture model based moving target detection. Included monitoring surveillance video, easy testing.)
- 2014-02-26 14:47:48下载
- 积分:1
-
test-1
车道线检测,实验代码,本人已经验证过,可以直接使用,带有图片和实验结果(The lane line detection code)
- 2021-04-28 16:38:44下载
- 积分:1
-
MIBD
利用极大似然估计进行盲反卷积复原,通过多帧图像约束,效果较好(Use of maximum likelihood estimates for blind deconvolution restoration by the multi-frame image constraint, the better)
- 2012-07-20 19:04:42下载
- 积分:1
-
energypick
本程序实现功能:
1、微机、IBM工作站segy格式文件的a)变面积、b)波形、c)波形加变面积显示;
2、AGC自动均衡显示;
3、用任意多边形选择剖面数据并提取归一化能量、修改选取数据。
(This program function:
1, microcomputer, IBM workstations segy format file of a) become area, b) waveform, c) waveform and become area shows
2, AGC automatic equilibrium display
3, with arbitrary polygon choose profile and extracted data normalization energy, modify, select data.)
- 2011-09-15 15:18:28下载
- 积分:1
-
IAMGE-change-PCA
图像变换检测 主成分分析法 含PDF介绍(iamge change detection using PCA)
- 2021-04-25 12:08:46下载
- 积分:1
-
LSB
C++语言实现的LSB数字水印算法,Visual C++亲测可用。(C++ language LSB digital watermarking algorithm, the Visual C++ pro-measurement available.)
- 2020-10-20 20:07:24下载
- 积分:1