-
OpenCV_zh
OpenCV的全称是:Open Source Computer Vision Library。OpenCV是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。(OpenCV s full name is: Open Source Computer Vision Library. OpenCV is based on (open) issued a cross-platform computer vision library, you can run on Linux, Windows and Mac OS operating systems. It is lightweight and efficient-++ class is composed of a series of C functions and a few C, while providing an interface to Python, Ruby, MATLAB and other languages , to achieve a lot of generic algorithm for image processing and computer vision.)
- 2014-01-17 11:15:09下载
- 积分:1
-
liehie_v10
计算目标和海洋回波的功率谱密度,小波包分析提取振动信号中的特征频率,这是第二能量熵的matlab代码。( Calculating a target and ocean echo power spectral density, Wavelet packet analysis to extract vibration signal characteristic frequency, This is the second energy entropy matlab code.)
- 2016-09-18 18:04:32下载
- 积分:1
-
goldenstein
黄金分割法的matlab程序,绝对正确,goldenstein(Golden section method of matlab procedures, absolutely correct, goldenstein)
- 2009-03-22 17:03:07下载
- 积分:1
-
AM
说明: simulink file to ampletude modulation and demodulation
- 2011-07-14 07:53:19下载
- 积分:1
-
inventive
this file is the identification of the fermentation process using an inventive method to define Q-matrix which uses Matlab commands to define the time consuming derivative operations
which simplifies the simulation and also reduces the calculation burden of the users.
this m.file is a complete simulation of a chemical fermentation process which is done in Matlab.
this job includes an on-line estimationn of the states of a control system and also the identification of the parameters of process.
this work can be considered an identification research project to a great extent.
- 2010-12-16 16:40:19下载
- 积分:1
-
julei
此为matlab编的聚类程序,可以快速的对位置样本进行聚类(This is a matlab series clustering procedure, you can quickly sample clustering of the position)
- 2013-08-03 21:46:45下载
- 积分: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
-
programming-in-matlab-2
This tutorial is intended for those who want to learn basics of MATLAB programming language.
Even with a limited knowledge of this language a beginning programmer can write his/her own
computer code for solving problems that are complex enough to be solved by other means.
Numerous examples included in this text should help a reader to learn quickly basic programming
tools of this language. Topics discussed include the m-files, inline functions, control flow,
relational and logical operators, strings, cell arrays, rounding numbers to integers and MATLAB
graphics.
- 2013-10-14 20:07:07下载
- 积分:1
-
Mixed-program-of-Excel-and-Matlab
本文介绍了如何利用excel link实现Excel与Matlab混合编程。通过连接Excel和Matlab,用户可以在Excel工作表空间和宏编程工具中使用Matlab的数值计算,图形处理等功能,不需要脱离Excel环境。(This article describes how to use excel link Excel and Matlab achieve. By connecting Excel and Matlab, Matlab users can use the numerical calculations, graphics and other functions in an Excel worksheet and macro programming tool space, without departing from the Excel environment.)
- 2013-12-09 12:54:31下载
- 积分:1
-
Analog
模拟信号的数字传输的matlab程序代码指导(Digital transmission of analog signals matlab code guide)
- 2013-09-02 20:29:10下载
- 积分:1