-
StereoVision_FunMatrix
本算法在Matlab2008b 环境下实现了立体视觉中摄像机的基础矩阵计算。包括main, sevenPoint、eightpoint 和eightpoint_norm三个函数。
main.m 是程序的入口,包括生成和读入实验数据,分别调用sevenPoint、eightpoint 和eightpoint_norm 三个函数求基础矩阵,最后绘制出最后的结果。sevenPoint.m 是用7 点法求解基础矩阵。eightpoint.m 是用8 点法求解基础矩阵,eightpoint_norm.m 是数据规格化后的8 点法求解基础矩阵。(The algorithm is implemented in Matlab2008b environment based stereo vision camera matrix calculations. Including the main, sevenPoint, eightpoint and eightpoint_norm three functions.
main.m is the entry, including the generation and reading test data were calling sevenPoint, eightpoint and eightpoint_norm three fundamental matrix function evaluation, and finally draw the final result. sevenPoint.m 7 method is based on matrix. eightpoint.m 8-point method is based on matrix, eightpoint_norm.m the data after the 8-bit normalized fundamental matrix method.
)
- 2011-01-25 19:33:55下载
- 积分:1
-
chapter-2
冈萨雷斯数字图像处理课本相配套的第二章matlab代码,代码里面有详细的解释,适合初学者同步学习。(Gonzalez digital image processing textbooks matching matlab code, the code which has a detailed explanation of synchronous learning for beginners.)
- 2013-04-27 12:10:20下载
- 积分:1
-
hilbert
Discrete-time analytic signal via Hilbert transform.
X = HILBERT(Xr) computes the so-called discrete-time analytic signal
- 2015-02-11 20:18:14下载
- 积分:1
-
FCM_HCM_2
这个程序简单实用,提供以模糊聚类程序供您使用(This procedure is simple and practical to provide fuzzy clustering procedure for you to use)
- 2009-01-07 11:04:03下载
- 积分:1
-
Graybalance
对一副bmp格式的图像,可是是灰度也可以是彩色图像进行图像的亮度变换,实现图像亮度增减(Bmp format on an image, but is gray in color images can also be the brightness of the image transformation, change of image brightness)
- 2010-05-19 23:28:10下载
- 积分:1
-
KalmanFilter
this is matlab code for estimating the static linear system(system function is time variable) with Kalman Filter.
this program is written by matlab 7.0.
Here we want to estimate the below function:
this is matlab code for estimating the static linear system(system function is time variable) with Recursive Least Squre and 2 solutions for better result.
1- using the Covariance Matrix Reseting in a specefic time.
2-using the RLS with Forget Factor
this program is written by matlab 7.0.
Here we want to estimate the below function:
1-u^2+(1+tansig(0.1*(t-375)))*u^3+u^5+3*u^7
finally,there are plots for showing results.
- 2010-08-26 23:31:22下载
- 积分:1
-
02
说明: 基于MATLAB的信号与系统仿真课件
基于MATLAB的信号与系统仿真课件需在MATLAB环境下运行,需运行本软件,
请先进入MATLAB,然后键入主程序名main.m(MATLAB-based signal and system simulation courseware MATLAB-based signal and system simulation courseware required to run in the MATLAB environment is required to run this software, please enter the MATLAB, and then type the name of the main program main.m)
- 2009-10-29 11:22:20下载
- 积分:1
-
CLBP
local binary pattern
- 2012-01-18 12:03:29下载
- 积分:1
-
KALMAN-Channel-estimation
关于卡尔曼滤波的信道估计的代码 可以参考一下(About Kalman filter channel estimation codes)
- 2021-04-10 16:48:59下载
- 积分:1
-
work
本文中有两个函数m文件:model126.m是一个用于预测的完全没有用工具箱函数的补偿模糊神经网络主程序,用于仿真、对比训练数据和网络输出的差异;cb.m是一个非线性系统的数学模型,在model126.m中用“ode45”函数求解这个数学模型后,可以得到105个x1(t)、x2(t)和y(t),从而建立起一个两输入一输出的补偿模糊神经网络。(failed to translate)
- 2010-09-20 11:24:55下载
- 积分:1