-
otsu
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thresholds are computed to maximize a separability
criterion of the resultant classes in gray levels.
OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the
corresponding Iseg is therefore a binary image. The pixel values for
Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ...
[Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability
criterion within the range [0 1]. Zero is obtained only with images
having less than n gray level, whereas one (optimal value) is obtained
only with n-valued images.
- 2009-03-17 17:57:51下载
- 积分:1
-
FRFT(Signal-decomposition-type)
信号分解型分数阶傅里叶变换函数 可以实现线性调频信号的FRFT(Signal decomposition type frft)
- 2011-05-07 10:19:25下载
- 积分:1
-
Radar
本程序介绍了卡尔曼滤波器在雷达跟踪问题上的应用。通过对雷达测得的距离及方位角参数的估计和预测,较好地实现了雷达对目标的跟踪,说明卡尔曼滤波器在自主或协助导航领域中具有重要的现实意义。(This procedure describes the radar tracking Kalman filter in question on the application. Measured by radar distance and azimuth parameter estimation and forecasting, to better achieve the target tracking radar, indicating the Kalman filter in autonomous or assisted navigation has important practical significance.)
- 2021-04-20 15:28:50下载
- 积分:1
-
example1
人工鱼群算法在优化配置中的应用,可以对参数进行优化选择(AFSA applications optimized configuration, you can choose to optimize the parameters)
- 2015-01-04 15:41:49下载
- 积分:1
-
batch-omp
KSVDBox - Implementation of the K-SVD and K-SVD denoise algorithms.(K-SVD dictionary training.
ksvd - K-SVD dictionary training.
Signal denoising.
ompdenoise - OMP denoising.
ompdenoise1 - OMP denoising of 1-D signals.
ompdenoise2 - OMP denoising of 2-D signals.
ompdenoise3 - OMP denoising of 3-D signals.
ksvddenoise - K-SVD denoising.
Overcomplete DCT dictionary.
odctdict - Overcomplete DCT dictionary.
odct2dict - 2-D overcomplete DCT dictionary.
odct3dict - 3-D overcomplete DCT dictionary.
odctndict - Multi-dimensional overcomplete DCT dictionary.
Demonstrations.
ksvddemo - K-SVD training demonstration.
ksvddenoisedemo- K-SVD denoising demonstration.
Miscellaneous.
showdict - Display a dictionary of image patches.
ksvdver - K-SVD toolbox version information.)
- 2014-01-05 18:21:19下载
- 积分:1
-
PSOANN
This is a PSO toolbox implementing Common, Clerc 1", and
Trelea types along with an alpha version of tracking changing
environments. It can search for min, max, or distance of
user developed cost function. Very easy to use and hack with
reasonably good documentation (type help for any function and
it should tell you what you need) and will take advantage of
vectorized cost functions. It uses similar syntax to Matlab s
optimization toolbox. Includes a suite of static and dynamic
test functions. It also includes a dedicated PSO based neural
- 2013-05-21 21:52:47下载
- 积分:1
-
ademod
in this file wrote digital modulation function for about all digital modulation
- 2014-01-04 10:02:48下载
- 积分:1
-
M_Sequence_Gen
通信中伪随机码的产生,可以配置任意多项式和初值。(m sequence generation.)
- 2014-10-26 15:00:25下载
- 积分:1
-
Reverb_demo
提供數種回響演算法.利用6個平行的comb濾波器達成擬真的回響效果(Provides several reverberation algorithms. Use 6 parallel comb filter to achieve realistic reverb)
- 2013-11-08 15:34:44下载
- 积分:1
-
driven_cavity_fds_RK2
Matlab script for solution to the driven cavity problem using the FDS algorithm, which discretizes the Stokes form of the Navier-Stokes equations.
- 2009-03-27 18:49:44下载
- 积分:1