-
opamp
Op Amp details & application
- 2010-07-04 01:42:59下载
- 积分:1
-
gradient_gui
gradient demo file for comparison
- 2009-11-20 00:56:13下载
- 积分:1
-
my_clustering
一种分层聚类算法,类内采用最大距离,类间采用最小距离实现(A hierarchical clustering algorithm, within the class with the maximum distance between the smallest distance class realize)
- 2011-09-03 15:30:32下载
- 积分:1
-
Lax
Lax法求解一介波动方程,初始条件:c=1m/s,x=1-2时,u=2m/s.(Lax method to solve wave equation)
- 2014-11-29 07:06:31下载
- 积分:1
-
sift
图像配准定义为:对从不同传感器、不同时相、不同角度所获得的两幅或多幅图像进行最佳匹配的处理过程.图像配准需要分析各分量图像上的几何畸变,然后采用一种几何变换将图像归化到统一的坐标系统中。在配准过程中,通常取其中的一幅图像作为配准的标准,称之为参考图像;另一幅图像作为配准图像(Image registration algorithm)
- 2013-11-07 10:10:56下载
- 积分:1
-
Parser
Extremely fast and lightweight WBXML parser, implementing only the subset of WBXML that EAS uses (as defined in the EAS specification).
- 2014-02-19 11:51:56下载
- 积分:1
-
GEATbx_Intro_Algorithmen_v38
Introduction Evolutionary Algorithms: Overview, Methods and Operators.
- 2010-03-14 05:55:46下载
- 积分:1
-
FilteringFunctions
说明: 滤波器函数,包括圆延迟,使用圆延迟线的FIR滤波器(circular delay,FIR filter using circular delay-line buffer)
- 2009-08-07 22:26:42下载
- 积分:1
-
genzong
说明: meanshift代码,包括相机校正的程序,强烈推荐(meanshift code, including camera calibration procedures, strongly recommended)
- 2010-04-24 19:39:09下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1