-
ssda
关于数字图像处理中的ssda模板匹配方法。程序实现在指定图像中生成一个大小固定的矩形区域,然后用模板匹配法找出矩形位置。使用SSDA算法实现。包括源程序、待处理图像以及运行结果截图。(On digital image processing ssda template matching method. Procedures to achieve the specified image to generate a fixed size rectangular region, and then position the template matching method to find the rectangle. Using the SSDA algorithm. Including source code, pending results of the image and run shots.)
- 2010-05-31 22:06:28下载
- 积分:1
-
vsp
vsp seismic inversion
- 2011-05-29 01:25:22下载
- 积分:1
-
Euler-ODE-Solver
A forward Euler method has been implemented and a simple differential equation solved to compare the performance of the Euler method with Runge-Kutta method.
- 2011-06-28 05:51:32下载
- 积分:1
-
Bee-algorithm5
Bee algorithmBee algorithmBee algorithm(1)信号处理、(2)人工智能与模式识别、(3)神经网络、(4)图像处理、(5)数据挖掘、(Bee algorithm3)
- 2013-09-10 10:21:12下载
- 积分:1
-
mfcc_simple
this is reference source for mfcc
- 2012-11-21 16:05:10下载
- 积分:1
-
BaiduLBS_Android5.4.0
百度5.4.0基础定位jar包 可使用个性化地图(baidu map sdk v5.4.0 personal map)
- 2019-06-27 13:32:43下载
- 积分:1
-
Report_Proj5_jiangchen_10212020018
设计一个程序,用后向Euler 法/梯形法求解电路系统的MNA 方程(该方程由stamp 程
序得到),其中线性方程的求解采用GCR 迭代法。(Design a program that uses the backward Euler method/trapezoid method for solving circuit system MNA equation (the equation obtained by the stamp program), in which the linear equations using GCR iteration.)
- 2021-01-04 21:58:55下载
- 积分:1
-
bif
该MATLAB程序主要用于绘制微分方程的分岔图。(The MATLAB program is mainly used to draw the bifurcation diagram of the differential equations.)
- 2012-11-22 19:20:59下载
- 积分:1
-
otsu
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thresholds are computed to maximize a separability
criterion of the resultant classes in gray levels.
OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the
corresponding Iseg is therefore a binary image. The pixel values for
Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ...
[Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability
criterion within the range [0 1]. Zero is obtained only with images
having less than n gray level, whereas one (optimal value) is obtained
only with n-valued images.
- 2009-03-17 17:57:51下载
- 积分:1
-
psoProject
This is Simple PSO Implementation
- 2012-04-14 18:14:59下载
- 积分:1