-
DeMat
微分进化算法@matlab
适用于无约束连续变量的全局优化,包括线性规划、非线性规划,非光滑优化。(@ Matlab differential evolution algorithm for unconstrained global optimization of continuous variables, including linear programming, nonlinear programming, nonsmooth optimization.)
- 2007-08-01 19:38:49下载
- 积分: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
-
speed
一种改进的速度估计算法与原算法的对比,直接运行english.m即可得到结果(compared an improved speed estimation algorithm with the original algorithm, the results can be obtained directly from run english.m)
- 2011-11-23 16:31:56下载
- 积分:1
-
regress
说明: 线性回归算法 用matlab实现多元线性回归 用最小二次方法来实现(REGRESS Multiple linear regression using least squares)
- 2010-03-20 13:38:13下载
- 积分:1
-
Connected-Component-based-text-region-extraction
The basic steps of the connected-component text extraction algorithm are given below,
and diagrammed in Figure 10. The details are discussed in the following sections.
1. Convert the input image to YUV color space. The luminance(Y) value is used for
further processing. The output is a gray image.
2. Convert the gray image to an edge image.
3. Compute the horizontal and vertical projection profiles of candidate text regions
using a histogram with an appropriate threshold value.
4. Use geometric properties of text such as width to height ratio of characters to
eliminate possible non-text regions.
5. Binarize the edge image enhancing only the text regions against a plain black
background.
6. Create the Gap Image (as explained in the next section) using the gap-filling
process and use this as a reference to further eliminate non-text regions the
output.
- 2014-12-16 00:41:34下载
- 积分:1
-
Charged-conductor-plate-
用矩量法计算一块正方形带电导体板的电荷分布。(Moment method with a square plate charged conductor the charge distribution.)
- 2012-01-05 18:38:14下载
- 积分:1
-
FolderPlay_v1.5_S60
this software help you enjoy the music easy
- 2010-07-06 00:22:14下载
- 积分:1
-
csdp6.1.0winp4
一个求解半正定规划的数值算法包,包括 C 语言实现的源代码和 MATLAB 的调用接口。这是目前项目发布的最新版本 6.1.0。(Copyright 1997-2010, Brian Borchers. This copy of CSDP is made
available under the Common Public License. See LICENSE for the
details of the CPL.
CSDP is a software package for solving semidefinite programming
problems. The algorithm is a predictor-corrector version of the
primal-dual barrier method of Helmberg, Rendl, Vanderbei, and
Wolkowicz.
This file includes binary code for SDP for Windows.
doc documentation.
matlab MATLAB/Octave routines for interfacing to CSDP.
bin The binary code.
Contact/Support:
If you are having trouble running the code, see the doc directory
first. The project s website can be found at
https://projects.coin-or.org/Csdp/
The project s maintainer can be reached by email at borchers@nmt.edu. Please
email bug reports and feature requests.
)
- 2010-07-20 14:23:52下载
- 积分:1
-
DP
DP算法的实现,通过matlab实现,绘图分类.(DP algorithm, through matlab implementation, drawing classification)
- 2013-12-29 12:41:15下载
- 积分:1
-
WSN_sim
Wireless sensor networks RSSI evaluation
- 2009-07-13 17:01:39下载
- 积分:1