-
newnethodotsu
一个新设计的OTSU算法,使用方法如下:% load clown
% subplot(221)
% imshow(X/max(X(:)))
% title( Original , FontWeight , bold )
% for n = 2:4
% Iseg = otsu(X,n)
% subplot(2,2,n), colormap(gray)
% imshow(Iseg)
% title([ n = int2str(n)], FontWeight , bold )
% end(OTSU design a new algorithm, using the method as follows: load clown subplot (221) imshow (X/max (X (:))) title (Original, FontWeight, bold) for n = 2:4 Iseg = otsu (X, n) subplot (2,2, n), colormap (gray) imshow (Iseg) title ([n = int2str (n)], FontWeight, bold) end)
- 2007-11-14 12:45:49下载
- 积分:1
-
xx001
三维重建技术的研究是计算机视觉学科的一个重要领域,而双目视觉则是三维重建中的一项重要技术,它利用左右摄像机拍摄出的立体图像对,依据其中包含的几何关系将场景的三维信息重构出来。(The 3-D reconstruction technology of computer vision is a significant field of computer vision ,and binocular stereo vision is a very important technique in 3-D reconstruction of scene.)
- 2021-03-31 16:49:09下载
- 积分:1
-
MatlabBAODIAN
说明: Matlab宝典 比较 详细的matlab图书
喜欢的请下载(Matlab book a more detailed book like matlab download)
- 2009-08-20 00:10:00下载
- 积分:1
-
L1_magic
程序包包括了求解稀疏信号重构的凸优化方法。具体实现了基于 primal-dual 的线性规划方法(LPs)和基于 log-barrier 的二阶锥规划方法(SOCPs)。(Sparse signal recovery via convex programming is given in the pakage. The Lps are using generic primal-dual method, and the SOCPs are solved with a generic log-barrier algorithm. )
- 2012-04-17 22:23:44下载
- 积分:1
-
Essentials-of-MATLAB-Programming
basics of matlab programming
- 2014-06-13 11:50:07下载
- 积分:1
-
piening_v70
利用最小二乘法进行拟合多元非线性方程,感应双馈发电机系统的仿真,基于多相结构的信道化接收机。( Multivariate least squares fitting method of nonlinear equations, Simulation of doubly fed induction generator system, Channelized receiver based on multi-phase structure.)
- 2017-01-06 18:32:52下载
- 积分:1
-
朴素贝叶斯
朴素贝叶斯算法实现分类以及matlab实现(Simple Bayesian algorithm implementation classification and matlab implementation)
- 2020-07-08 00:38:57下载
- 积分:1
-
Gold
黄金分割法 可以解决 单峰函数 的极值问题
比较的准确和快速(Golden section method can solve the single-peak function of the extremum problem of accurate and rapid)
- 2008-05-18 02:23:10下载
- 积分:1
-
chap5_02_PP_STC
系统辨识和自适应控制中极点配置间接自矫正控制(Poles indirectly control the correction
in System identification and adaptive control
)
- 2012-07-01 15:16:03下载
- 积分:1
-
BPSK-viterbi
基于维特比译码算法的BPSK解调方式,survivor_state是一个矩阵,它显示了通过网格的最优路径,这个矩阵通过一个单独的函数metric(x,y)给出,这个算法既能用于硬判决译码也能用于软判决译码。
(BPSK demodulation method based on viterbi decoding algorithm, survivor_state is a matrix, the optimal path of it shows through the grid, the metric matrix through a separate function (x, y), the algorithm can not only used for decoding hard decision can also be used to the soft decision decoding.
)
- 2013-08-07 15:04:11下载
- 积分:1