-
IsoMap
isomap matlab的实现源程序,使用时,需要添加主程序。(isomap Matlab implementation source program, when used, need to add the main program.)
- 2019-05-23 20:54:39下载
- 积分:1
-
Code
利用彩色图像的处理方法和数学形态学方法,编程计算荔枝果实的质心点的图像坐标(The use of color image processing method and mathematical morphology, image coordinates programmed to calculate the centroid of litchi fruit points)
- 2016-01-14 02:26:49下载
- 积分:1
-
ImageBoard
一个功能比较全面的图像处理系统,对初学者很有参考价值。(One features a more comprehensive image processing system, useful for beginners reference value.)
- 2013-07-10 11:05:46下载
- 积分:1
-
optimize_c
用C语言实现最优化算法中的黄金分割法!!(optimization algorithm using c)
- 2013-05-15 17:22:18下载
- 积分:1
-
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
-
DoGfilters
说明: DOG高斯差分实现物体识别中的特征提取,对不同尺度空间的图像进行差分,从而获得描述物体的特征值(difference of gaussian to achieve the feature point exaction of object recognition)
- 2010-03-30 20:08:39下载
- 积分:1
-
hist
直方图修正和彩色变换
功能是直方图修正和彩色变换
(Histogram correction and color conversion
Function and color histogram transformation)
- 2014-01-04 22:05:52下载
- 积分:1
-
MRF_imgSeg
说明: 是马尔可夫图像分割的C++程序,可以用于遥感图像(It's a C++ program for Markov image segmentation, which can be applied to remote sensing images.)
- 2021-03-18 09:09:19下载
- 积分:1
-
随机过程实验(研一)Random-process-experiments
随机过程实验(研一)包含的程序:离散时间马尔可夫链、连续时间马尔科夫链、布朗运动。(Random process experiments (yanyi) program included: discrete time Markov chains, continuous-time Markov chains, Brownian motion.)
- 2020-07-07 23:28:57下载
- 积分:1
-
pcannc
主分量分析对SAR图像目标进行特征提取,用最近临方法进行分类(Principal component analysis(PCA) of SAR image target feature extraction, classification using nearest-neighbor method)
- 2021-01-01 21:58:58下载
- 积分:1