-
ADSP-CH9
高等數位訊號處理第九章作業
可以參考看看
裡面還有其他章作業(Advanced Discrete-Time Signal Processing )
- 2013-07-09 16:49:34下载
- 积分:1
-
MATLAB
RS编解码的仿真,对初识RS的可能有所帮助(RS simulation)
- 2012-01-09 16:41:49下载
- 积分:1
-
toolbox_calib
摄像机的标定、角点的提取、三维空间的重建、最后生成矫正后无畸变的图形(Camera Calibration,This section takes you through a complete calibration example based on a total of 20 (and 25) images of a planar checkerboard.
This example lets you learn how to use all the features of the toolbox: loading calibration images, extracting image corners, running the main calibration engine, displaying the results, controlling accuracies, adding and suppressing images, undistorting images, exporting calibration data to different formats... This example is highly recommended for someone who is just starting using the toolbox.
)
- 2011-05-12 11:12:16下载
- 积分:1
-
duda-Pattern-Classification-Matlab
duda第二版 模式分类书的课后练习的全matlab仿真文件(duda s pattern classification second edition of the book exercises full matlab simulation file)
- 2011-08-25 09:00:06下载
- 积分:1
-
NN_UKF
基于无迹卡尔曼滤波的人工神经网络matlab程序(Similar to using the extended Kalman filter, Neural Networks can also be trained through parameter estimation using the unscented Kalman filter.
This file provides a function for this purpose.
It also includes an example to show how to use this function.)
- 2013-01-27 23:30:17下载
- 积分:1
-
snakechanged
对snake连接程序进行改进,使得边缘提取后断续的边缘能够完成连接。(Linker on the snake to improve so that the edge of edge detection can be completed after the intermittent connection.)
- 2010-09-14 17:24:18下载
- 积分:1
-
lda
压缩包中是几款LDA人脸特征识别的程序,和文章,一共是4个程序吧,有MATLAB的还有C++的(Compressed packet is LDA several facial feature recognition procedures, and articles, a total of four procedures you have MATLAB are C++ the)
- 2009-04-25 19:45:09下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
FTL
is a matlab code for node interaction.....
- 2013-04-06 17:08:32下载
- 积分:1
-
69657909fpeak
基于matlab开发环境,求曲线的峰峰值,以及峰峰值所对应的时刻。(Based on the development environment of matlab, get fengfeng value for the curve, and the moment corresponding to the fengfeng value. moment.
)
- 2011-05-05 10:27:09下载
- 积分:1