-
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
-
matlabThree-dimensionalReconstruction
内容为matlab的三维重建程序,达人可进来看,不适合初学者(Matlab says the three-dimensional reconstruction procedures, Tatsu can come watch, not suitable for beginners)
- 2008-07-08 15:17:37下载
- 积分:1
-
genzong2
实验证明,本方案对于帧间位移较为明显的单个平移运动刚体,特别是外部轮廓较为平滑的物体具有良好的分割与跟踪效果。(experiment proved that the program for the inter-frame displacement is quite obvious that the single translation rigid movement, particularly smooth external contours of objects more good segmentation and tracking results.)
- 2006-09-26 00:05:47下载
- 积分:1
-
DarionALToolbox
高光谱遥感影像数据降维处理 包括线性降维和非线性降维处理(Hyperspectral remote sensing image data to reduce the dimension of linear dimensionality reduction and nonlinear dimensionality reduction processing)
- 2012-05-29 10:11:44下载
- 积分:1
-
NcutClustering-谱聚类和SVM相结合的图像分割程序
说明: 基于谱聚类和SVM相结合的图像分割程序,在matlab2016b中运行成功(Image segmentation program based on spectral clustering and SVM)
- 2019-11-21 16:18:08下载
- 积分:1
-
object
说明: 光学成像过程实例,包含傅里叶变换,滤波处理等(Examples of optical imaging process, including Fourier transform, filter processing, etc)
- 2020-03-30 16:15:55下载
- 积分:1
-
MatlabImageProcessing
遥感图像的读取,显示。包括BSQ、BIL、BIP格式。带实验数据。(Remote sensing image read, display. Including the BSQ, BIL, BJP format. With the experimental data.
)
- 2013-03-13 23:44:41下载
- 积分:1
-
ImproveCanny
说明: 一个改进的自适应canny算法,该方法采用改进的开关型中值滤波器对图像做去噪工作,再把整幅图像分割为若干子图像,最后在充分考虑全局以及各子图像的边缘梯度信息后,自适应地生成动态阈值。(The new Canny adaptive method divides image into sub-images,then determinates the thresholds automatically according to the whole image edge information and the sub-images edge information.)
- 2019-03-20 21:30:08下载
- 积分:1
-
Histogram-method
利用直方图双峰法选取适当阈值对图像进行二值化处理。此法只适用于直方图为双峰状图像。(Using the Shuangfeng method to the appropriate threshold histogram of image processing two values. This method is only applicable to the histogram of image of Shuangfeng.)
- 2015-04-14 15:56:07下载
- 积分:1
-
List-VCDProperties
IMAGING 工业相机图像灰度特征处理源代码,文件源码中集成了三方组件,非常有价值(IMAGING industrial camera image grayscale image processing source code, the source code to integrate the three party components, very valuable)
- 2016-06-20 14:27:50下载
- 积分:1