-
DOPBoxV1_5
Discrete Orthogonal Polynomial Toolbox: DOPBox Version 1.5
- 2013-07-30 13:30:40下载
- 积分:1
-
EBooks
Five very good books. They are A Novel Method to Analyze Electromagnetic Scattering of Complex Objects, matlab&GUI, Win32 API Reference for HLA, Monte carlo strategy in scientific computation, Data structure and C++ algortihms.
- 2011-08-19 06:24:58下载
- 积分:1
-
PCA_based-Face-Recognition-System
PCA在数据挖掘中的应用 matlab实现(apply PCA into datamining using matlab)
- 2011-11-04 15:05:39下载
- 积分:1
-
6803
关于LTC6803的相关资料和实例程序,包括1234几种类型,希望有帮助,大家一起探讨(About LTC6803 relevant information and examples of procedures, want to help, you can contact incomplete information, we explore together)
- 2014-01-22 17:25:23下载
- 积分:1
-
AND_OR
影像處理(mapge ) AND & OR
- 2010-05-25 17:06:04下载
- 积分:1
-
VBLAST
VBLAST的MATLAB仿真,可以形成有噪声干扰和无噪声干扰的VBLAST对比图(The VBLAST of MATLAB simulation, noise and no noise of VBLAST comparison chart)
- 2012-05-18 11:05:58下载
- 积分:1
-
KillProcessWithName
this source code will kill the ram memory process with name of the process
- 2014-11-16 16:20:51下载
- 积分:1
-
gauss1
数值分析---计算实习题第五章:高斯求积公式(Numerical analysis--- calculation practice problems Chapter: Gaussian quadrature)
- 2011-11-30 19:54:43下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
fastHOG3D--full-version
这是一个完整版,包含调用文件。整个视频可以用在不同尺度和位置计算得来的特征集进行表示。Hog3D描述子由Alexander Klaser Marcin Marszał ek Cordelia Schmid等人提出的,将HOG的概念扩展,由静态图像特征提取扩展到视频序列的特征提取,在视频序列中的行人检测取得了较好的成果。(This is a complete version, including calls to the file. The video can be used in different scale and location characteristics were calculated set of representation. The Hog3D descriptor proposed by Alexander Klaser Marcin Marsza EK Cordelia Schmid et al, will the concept of HOG is extended static image feature extraction, extended to extract features of video sequences, pedestrian detection in video sequence and achieved good results.)
- 2014-10-13 20:04:36下载
- 积分:1