-
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
-
1
基于opencv的图像灰度化,将24位彩色图像重新量化为8位灰度图像(gray image)
- 2013-12-12 21:56:49下载
- 积分:1
-
recall_precision
图像处理的查准率和查全率的代码,适合用于图像图像的检测,目标的检测的评估(Image processing precision and recall rate code)
- 2013-09-14 10:36:02下载
- 积分:1
-
BicubicHermiteCode
使用Visual C++编写的生成三次Hermite曲线的源代码。(Bicubic Hermite code in Visual C++.)
- 2011-01-07 18:01:47下载
- 积分:1
-
三维空间维罗尼图算法演示voronoi3d
python实现的三维空间维罗尼图算法演示。(3d voronoi use python)
- 2020-07-16 10:28:49下载
- 积分:1
-
IPM
能够将图像坐标转化为世界坐标,根据图像像素修改参数(Can transform image coordinates into world coordinates, and modify parameters according to image pixels.)
- 2017-07-01 08:12:14下载
- 积分:1
-
calibration-toolbox-0.9
说明: matlab上面自动实现相机校准标定的一个工具库(Matlab toolbox for multiphase calibration can realize automatic calibration)
- 2020-06-18 22:20:02下载
- 积分:1
-
fbpreconstruction
fbp算法实现CT重建,包括不同投影个数、探测器个数和噪声对重建后图像的质量的影响。(FBP CT reconstruction algorithm, including the number of different projection, and the number of detector noise on the reconstructed image quality.)
- 2008-01-11 11:17:27下载
- 积分:1
-
模拟退火程序
模拟退火MATLAB程序,可直接运行,或修改参数做其他用途(MATLAB monituihuo program, you can use it solve many problem.)
- 2018-09-15 20:26:31下载
- 积分:1
-
ImageRotate
说明: 能够实现图像旋转,旋转后图像尺寸不变,经检验程序可用。(the procedure can rotate the image,and don t change the size of the image. )
- 2021-02-04 17:39:57下载
- 积分:1