-
bagoffeature
这是图像识别方法bag of feature 的matlab源代码(This is image recognition method bag of feature matlab source code)
- 2009-03-09 19:52:52下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
GPSPos
导入RENIX文件,通过卫星导航电文计算卫星的位置,并与精密星历做对比。(RENIX import files via satellite navigation data to calculate the position of the satellite, and with precise ephemeris do comparison.)
- 2014-12-13 00:13:27下载
- 积分:1
-
bayesleaterror
基于最小错误概率的贝叶斯分类,用于数字识别分类(Based on minimum error probability Bayesian classifier for Digital Identification and Classification)
- 2013-10-25 17:37:17下载
- 积分:1
-
Learn_MATLAB_GUI_Design
说明: 精通MATLAB GUI设计
全书源代码!
其中动画设计、GUI实例相当不错,值得研究
(Proficient in MATLAB GUI design book source code! One animation design, GUI examples quite good, worthy of study)
- 2008-11-27 00:54:57下载
- 积分:1
-
hough-circle
基于Hough变化的圆检测程序,以及最小二乘法的基本原理(Hough circle detection based on changes in procedures and the basic principle of least squares)
- 2011-05-18 17:28:28下载
- 积分:1
-
Fyyalefacea
人脸识别matlab程序,yyale人脸库上实现,三阶近邻法
(Face recognition matlab program the yyale face database, the third-order nearest neighbor method)
- 2012-09-30 18:08:55下载
- 积分:1
-
chap5_02_PP_STC
极点配置间接自校正控制
在实际通信系统仿真过程中非常有用(Poles from indirect calibration control
In the actual communication system simulation process is very useful)
- 2012-01-10 11:42:56下载
- 积分:1
-
MCM1
在matlab环境下,采用pde方法编程实现了MCM方程(In matlab environment, the use of PDE method of programming the MCM equation)
- 2007-12-24 14:52:29下载
- 积分:1
-
Genetic-annealing
Genetic annealing evolutionary algorithm
- 2011-12-09 22:09:29下载
- 积分:1