-
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
-
SLIC-and-DBSCAN-Image-Segmentation
改进的图像分割算法:运用SLIC超像素分割和DBSCAN聚类算法相结合的方法实现图像分割(Image Segmentation using SLIC SuperPixels and DBSCAN Clustering)
- 2020-11-12 20:39:43下载
- 积分:1
-
Particle-filter-algorithm
课题是用粒子滤波进行目标跟踪,对经典粒子滤波与其它粒子滤波进行了详细的讲解.(For target tracking particle filter algorithm)
- 2016-04-18 15:46:37下载
- 积分:1
-
实验一
说明: 像素与图像基本指标—彩色图像的基本信息、像素颜色值、图像的大小、矩阵形式等、对灰度图像计算有关统计参数:(1)图像的大小;(2)图像的灰度平均值;(3)图像的自协方差;(4)图像的灰度标准差、对图像进行45度,19度,98度等任意角度的旋转,并计算原图与旋转后图像的相关系数和协方差矩阵(Pixel and Basic Index of Image)
- 2019-04-07 16:01:00下载
- 积分:1
-
get_file_icon
vc获取指定文件的图标的程序源码,希望对大家有所帮助(vc for the specified source file' s icon in the program, we hope to help)
- 2011-06-05 22:26:56下载
- 积分:1
-
ml1
使用matlab实现的,基础单变量以及多变量梯度下降算法,和信号分类以及信号归一化部分算法,是机器学习领域最基本的代码,希望大家多多交流(matlab implementation of basic univariate and multivariate gradient descent and signal classification algorithms, machine learning basic code, hope that more exchanges)
- 2013-10-29 15:34:24下载
- 积分:1
-
1hangjiguanlian
实现航迹融合的算法,多雷达探测实现目标数据的融合并完成对目标的模拟仿真,这里主要是对一个目标的跟踪,需要在vc++6.0上实行(Track fusion algorithms, multi-radar detection to achieve the target data fusion and complete simulation of the target, mainly tracking a target, you need to implement in vc++6.0)
- 2020-12-03 21:59:24下载
- 积分:1
-
otsu_filterlocal
改进的otsu算法,计算局部otsu的值确定局部小区域。对于光照不均匀图像处理有比较好的适应(
Improved otsu algorithm to calculate the value of the local otsu determine the local small area. For uneven illumination image processing has a relatively good adaptation)
- 2016-08-09 15:18:40下载
- 积分:1
-
bandlets-denoising-atrou
bandelet 去噪,包含blsgsm和平移不变去噪,不过对大图像需要的内存比较大(bandelet denoising, including blsgsm and translation invariant denoising, but for large images need more memory)
- 2007-08-23 15:43:23下载
- 积分:1
-
rice
计算matlab自带米粒图像的米粒个数和面积的代码,适合图像处理的初学者(Calculate the matlab code number and area of its own grain of rice image of a grain of rice, for image processing beginners)
- 2012-12-05 15:41:38下载
- 积分:1