-
Corner-Detector
ACCV的一篇论文以及源代码,不是我写的只是搬运到这里而已,具体请访问论文中作者的网页。改进Harris的角点检测,主要改进在:1、是在加权模板选择了各向异性的模板代替了各向同性的高斯模板;2、选择使用多尺度滤波器对图像进行处理,使算法具有一定的多尺度特性。(This is paper with code,which published on ACCV.I m not the author of this paper.If want to know more,please vistor the home page of the author.Major improvements of this paper is focus on: 1 Using a bilateral filters insteal of the isotropic Gaussian kernel for weighted template selection 2、Using Multi-Scale filter which make the algorithm can detect the multi-scale corner in the image)
- 2012-05-22 20:37:57下载
- 积分:1
-
MATLAbebook
matlab的一些经典书籍。基础与应用,综合辅导,小波分析(matlab some classic books. Basic and applied, integrated counseling, wavelet analysis)
- 2008-07-10 14:47:55下载
- 积分:1
-
Time-Frequency-Analysis-in-Matlab
使用四分量高斯包络信号进行时频分析,比较比较STFT、WVD、CWD分辨率和交叉干扰情况,包含仿真代码及Matlab时频分析工具箱。工具箱的使用建议参考《Matlab时频分析技术及其应用-葛哲学》,压缩包中顺便包含了该书的源代码。(The four-component Gaussian envelope signal frequency analysis, comparison compare STFT on WVD, CWD resolution and cross-interference, frequency analysis toolbox contains the simulation code and Matlab. Use the recommended reference toolbox " Matlab frequency analysis technology and its application- Gezhe school" book contains the source code compression package the way.)
- 2012-11-04 16:33:59下载
- 积分:1
-
lptoolbox
说明: 拉普拉斯分解(Laplacian decomposition)
- 2008-10-09 08:23:38下载
- 积分:1
-
finalimag
DSP Image Processing
- 2011-04-23 01:48:50下载
- 积分:1
-
基于PSO LSSVM的预测程序
基于pso_lssvm的预测程序,直接可用,可以出图,可以修改。加入了粒子变异、权值的递减策略(去掉%就行了)。注意:excel记得放对位置(Pso_lssvm based prediction program, directly available, you can map, you can modify. Added a particle mutation, weight reduction strategy (remove%))
- 2020-06-26 22:00:02下载
- 积分:1
-
differentialequations
关于Matlab中常微分方程的数值解法以及其Matlab实验的源代码(Numerical solution of differential equations)
- 2010-06-23 10:41:07下载
- 积分:1
-
cosfilter
升余弦滤波器的matlab仿真程序,使用matlab2008编写(Raised cosine filter matlab simulation program, using matlab2008 write)
- 2012-05-23 17:12:07下载
- 积分:1
-
fcm
FCM聚类模型,通过load本地数据就可以聚类出分类。(FCM clustering model
)
- 2013-05-09 11:48:35下载
- 积分:1
-
svm-matlab
支持向量机(SVM)用于分类的算法实现
function [D, a_star] = SVM(train_features, train_targets, params, region)(Support Vector Machine (SVM) algorithm for classification in function [D, a_star] = SVM (train_features, train_targets, params, region))
- 2014-01-14 10:36:36下载
- 积分:1