-
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
-
rbmcda_1_0
基于RBMCDA (Rao-Blackwellized Monte Carlo Data Association)方法的多目标追踪程序(RBMCDA Toolbox is software package for Matlab consisting of multiple target tracking methods based on Rao-Blackwellized particle filters. The purpose of the toolbox is provide a testing platform for constructing multiple target tracking applications based on the provided RBMCDA (Rao-Blackwellized Monte Carlo Data Association) algorithms. )
- 2020-07-01 04:20:01下载
- 积分:1
-
multifractal-spectrum
国外用MATLAB编写的多维分形分析断裂结构的程序。在地质建模中有潜在用途。(A MATLAB® program based on the Hou algorithm for estimation of fractal dimension and multifractal spectrum of fractures is presented. The program performance was tested with many synthetical fractals and field data. )
- 2012-04-03 15:11:03下载
- 积分:1
-
intersection-lines
intersection_lines(A, B) between two lines
- 2013-08-01 21:18:27下载
- 积分:1
-
yanzCMA1_rayleigh
该文件包含了8psk调制信号的产生,以及经过多径瑞利信道后,前后对比的星座图,经过CMA均衡算法后输出信号,能对均衡算法有更深的认识。(This file contains the generated 8psk modulation signal and multipath Rayleigh channel after, before and after the constellation, after CMA equalization algorithm output signal, capable of balancing algorithms have a better understanding.)
- 2021-03-16 22:59:21下载
- 积分:1
-
3d_capacitor_mom
A program that calculates charge distribution on parallel plate capacitor using MOM(method of moments) method and matlab language
this program uses a 3d model of space between plates.
- 2010-08-01 18:49:49下载
- 积分:1
-
matlab
判断序列是否为混沌序列的kolmogorov熵值和李雅普诺夫指数计算(Determine whether a sequence is the Kolmogorov entropy of chaotic sequence and calculation of Lyapunov exponent)
- 2013-05-03 20:41:06下载
- 积分:1
-
GCC
基于音频定位gcc算法的matlab实现之一(gcc)
- 2010-06-30 23:34:27下载
- 积分:1
-
arrow
画箭头用的一个matlab程序,箭头是二维度的,需要说如箭头大小的控制参量(draw an arrow,only the two dimmentional arow,and the arrow is composed of three lines,two short an one long,the results may not viry beatuiful but is very simple)
- 2013-03-15 15:41:24下载
- 积分:1
-
ASIFT
在matlab上的Asift程序,在原有基础上有所改进,程序可以出色地实现图像的识别,匹配,效果相比SIFT,SURF等有大幅提高(In matlab Asift program improvements based on the original, the program can achieve excellent image recognition, matching, compared to the effect of SIFT, SURF, etc. have greatly improved)
- 2013-12-17 12:23:46下载
- 积分:1