-
stprtool22oct09
基于统计的模式识别工具包The core of the STPRtool is comprised of statistical PR algorithms described in
the monograph Schlesinger, M.I., Hlav′aˇc, V: Ten Lectures on Statistical and Structural
Pattern Recognition, Kluwer Academic Publishers, 2002(Statistical Pattern Recognition Toolbox for Matlab)
- 2009-11-12 00:43:45下载
- 积分:1
-
Matlab_imageMatlab
附录MATLAB 图像处理命令
1.applylut
功能:
在二进制图像中利用lookup 表进行边沿操作。
语法:
A = applylut(BW,lut)
举例
lut = makelut( sum(x(:)) == 4 ,2)
BW1 = imread( text.tif )
BW2 = applylut(BW1,lut)
imshow(BW1)
figure, imshow(BW2)
相关命令:
makelut
2.bestblk
功
举例(Appendix MATLAB image processing an order. Applylut functions : the binary image using lookup tables for 2500 operations. Grammar : A = applylut (BW, lut) For lut makelut = (sum (x (:)) == 4. 2) = imread BW1 (text.tif) BW2 = applylut (BW1. lut) imshow (BW1) figure, imshow (BW2) related orders : makelut 2. For bestblk Gong)
- 2007-03-14 10:07:26下载
- 积分:1
-
NEVTESTCASE
OPENDSS源代码,用于电力系统仿真,也可用于MATLAB调用,nevtestcase(OPENDSS source code, used in power system simulation, can also be used to invoke MATLAB, nevtestcase)
- 2015-02-22 11:33:35下载
- 积分:1
-
Freq_filter
Periodic Noise Reduction by Frequency Domain Filtering
- 2013-12-16 18:51:37下载
- 积分:1
-
SPEC
这是我们的matlab与时频分析工具箱上下的程序,关于处理脑电波谱图与脑电波的源码(This is our Matlab and time-frequency analysis toolbox ish procedures, Regarding the handling of EEG Spectrum plans and the source of brain wave)
- 2007-05-10 09:33:56下载
- 积分:1
-
CodeSLAM
EKF-SLAM Simulator (version 2.0)
------------------
This simulator demonstrates a simple implementation of
standard EKF-SLAM. It permits simple configuration via
configfile.m to perform SLAM with various control parameters,
noises, etc. Also various switches are available to choose
known data-association versus gating, etc.
The key file in this simulator is called ekfslam_sim.m . Type
help ekfslam_sim for more information of how to use it.
In addition to on-line animations, the simulator returns a
data-structure of the logged state information for off-line
processing. An example use of this data is shown in m-file
plot_feature_loci.m , which plots the trajectories of the
landmark estimates.
- 2010-03-03 18:41:10下载
- 积分:1
-
Matlab-optimization-toolbox-function
matlab优化工具箱函数的简单介绍,很全(matlab optimization the toolbox function of brief, very full)
- 2012-10-12 10:34:43下载
- 积分:1
-
oneD_convection_mfiles
upwind1D Upwind difference coefficients for 1D advection-diffusion equation
- 2010-02-19 00:57:30下载
- 积分:1
-
filter-design
IIR和FIR滤波器的设计,用脉冲响应不变法和双线性变换法设计IIR滤波器,用窗函数法设计了FIR滤波器。(IIR and FIR filter design, with the impulse response method and the bilinear transform IIR filter design using window function design of the FIR filter.)
- 2013-10-24 21:23:13下载
- 积分:1
-
base-paper2
Abstract—A novel algorithm to remove rain or snow streaks
a video sequence using temporal correlation and low-rank
matrix completion is proposed in this paper. Based on the
observation that rain streaks are too small and move too fast
to affect the optical flow estimation between consecutive frames,
we obtain an initial rain map by subtracting temporally warped
frames a current frame. Then, we decompose the initial
rain map into basis vectors based on the sparse representation,
and classify those basis vectors into rain streak ones and outliers
with a support vector machine. We then refine the rain map
by excluding the outliers. Finally, we remove the detected rain
streaks by employing a low-rank matrix completion technique.
Furthermore, we extend the proposed algorithm to stereo video
deraining. Experimental results demonstrate that the proposed
algorithm detects and removes rain or snow streaks efficiently,
outperforming conventional algorithms.
- 2015-07-21 11:46:13下载
- 积分:1