CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - www.matlab.c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - www.matlab.c - List
[
Algorithm
]
opencv to matlab
DL : 0
cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic. To get a list of all available functions run cvlib_mex without any arguments, e.g: cvlib_mex Dedicated (short) help on each function is obtained by runing cvlib_mex('funname'), eg: cvlib_mex('resize') A longer help (but often still too short) may be obtained by consulting the OpenCV manual pages. To run this mex you probably need the to have all the dlls in the same directory. Example 1: let IMG be a MxNx3 uint8 image. imr = cvlib_mex('resize',IMG,3.4); will resize the image, using a bilinear interpolation, to 3.4 times the original size. Example 2: let A and B be MxN single arrays. C = cvlib_mex('mul',A,B); will do a per-element multiplication of A and B, or a C = A .* B and cvlib_mex('mul',A,B); will do the same but in-place, storing the result in A.
Update
: 2010-12-03
Size
: 651.96kb
Publisher
:
shshlzh
[
Algorithm
]
opencv to matlab
DL : 0
cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic. To get a list of all available functions run cvlib_mex without any arguments, e.g: cvlib_mex Dedicated (short) help on each function is obtained by runing cvlib_mex('funname'), eg: cvlib_mex('resize') A longer help (but often still too short) may be obtained by consulting the OpenCV manual pages. To run this mex you probably need the to have all the dlls in the same directory. Example 1: let IMG be a MxNx3 uint8 image. imr = cvlib_mex('resize',IMG,3.4); will resize the image, using a bilinear interpolation, to 3.4 times the original size. Example 2: let A and B be MxN single arrays. C = cvlib_mex('mul',A,B); will do a per-element multiplication of A and B, or a C = A .* B and cvlib_mex('mul',A,B); will do the same but in-place, storing the result in A.
Update
: 2010-12-03
Size
: 826.12kb
Publisher
:
shshlzh
[
matlab
]
精通MATLAB(word
DL : 0
精通MATLAB这本书的word般,该版只能用于学习,不能做为商业用途-Be well up in the word of book of MATLAB ,It s only for studying,cann t be for the business.
Update
: 2025-02-19
Size
: 608kb
Publisher
:
黄健康
[
Mathimatics-Numerical algorithms
]
dsk98
DL : 0
matlab的一些函数,是初学习者的好资料,-Matlab some function, is a good beginning learners,
Update
: 2025-02-19
Size
: 129kb
Publisher
:
hh
[
AI-NN-PR
]
11113
DL : 0
有关自动控制方面的惯性环节响应,matlab仿真程序-control of the inertial response link, Matlab simulation program
Update
: 2025-02-19
Size
: 6kb
Publisher
:
宋任扩
[
Windows Develop
]
54267matlaba
DL : 0
MATLAB 的程序 , 关于指纹识别方面的-MATLAB procedures on the fingerprint identification
Update
: 2025-02-19
Size
: 4kb
Publisher
:
[
Other
]
cep2reg
DL : 0
这是一个matlab的实用程序,能够显示一系列无失真的波形, -This is a Matlab practical procedures, it will show a series without waveform distortion.
Update
: 2025-02-19
Size
: 886kb
Publisher
:
daiqi
[
matlab
]
roboter
DL : 0
三臂机器人仿真程序,源码实现了matlab语言程序仿真三个自由度的机器人-Three-arm robot simulation program, source language procedures realize a matlab simulation of the three degrees of freedom robot
Update
: 2025-02-19
Size
: 15kb
Publisher
:
new
[
matlab
]
spea2_c_source.tar
DL : 0
spea2的源码,用C语言编写,在Visual c++6.0中运行-spea2 source code, using C language, in the Visual c++ 6.0 run
Update
: 2025-02-19
Size
: 10kb
Publisher
:
gdhsth
[
matlab
]
www_dssz_com_GAOT
DL : 0
matlab使用工具箱,有利大家对于遗传算法的研究-matlab toolbox to use, enabling everyone for genetic algorithm research
Update
: 2025-02-19
Size
: 103kb
Publisher
:
henry
[
matlab
]
MAT
DL : 0
matlab的一些学习资料和matlab的部分经典源码
Update
: 2025-02-19
Size
: 301kb
Publisher
:
ding
[
matlab
]
gaotv5
DL : 0
基于matlab的遗传算法工具箱GAOT第5版,也是运用最为广泛的遗传工具箱,现行的大量文献书籍中都有对这个工具箱的介绍和应用-Based on the genetic algorithm matlab toolbox GAOT 5th edition, is the most widely genetic toolbox, the existing body of literature books are on the introduction and application of the toolbox
Update
: 2025-02-19
Size
: 106kb
Publisher
:
田野
[
matlab
]
Matlab-simulink-CAD
DL : 0
东北大学薛定宇老师的精品课程讲义-控制系统仿真与CAD,PPT格式-Northeastern University, Xue Dingyu quality teachers Course Training Manual- Control System Simulation and CAD, PPT format
Update
: 2025-02-19
Size
: 21.84mb
Publisher
:
王华斌
[
Software Engineering
]
476514886DOF
DL : 0
运用Matlab仿真导弹六自由度仿真模型,有用-The use of Matlab simulation six degrees of freedom missile simulation model, useful
Update
: 2025-02-19
Size
: 53kb
Publisher
:
韩磊
[
matlab
]
MATLAB
DL : 0
基于MATLAB的通信系统的仿真,包括了许多例子-MATLAB-based simulation of communication systems, including the many examples
Update
: 2025-02-19
Size
: 7.98mb
Publisher
:
李扬
[
Windows Develop
]
myfit
DL : 0
用matlab编的最小二乘法拟合的GUI程序,可以实现最小二乘法的计算-Matlab made by the least squares fitting procedure of the GUI, you can achieve the least square method of calculation
Update
: 2025-02-19
Size
: 7kb
Publisher
:
ldd
[
matlab
]
123456
DL : 0
MATLAB 天线方向图 包裹多中的天线-tian xian fang xiang tu jk jkjds jkj jkjs oie kjc lkd m,m ik oiejn jkjda iopewjk peowp nkfkl
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张冉
[
matlab
]
pppi
DL : 0
采用matlab实现PMSM的仿真,应该是非常好用的啊,非常好用的啊-Achieve PMSM Simulation
Update
: 2025-02-19
Size
: 14kb
Publisher
:
王鹤
[
matlab
]
1111
DL : 0
毕业设计用到的OFDM信道估计等关键技术必用的MATLAB程序源代码。-Graduation OFDM channel estimation used in key technology will be used in MATLAB source code.
Update
: 2025-02-19
Size
: 172kb
Publisher
:
zxw
[
matlab
]
zuoye3_17
DL : 0
BT法、周期图法、以及Levinson-Durbin迭代算法的matlab代码,并且比较三者性能-BT method, periodogram, and the Levinson-Durbin iteration algorithm matlab code, and compare the three performance
Update
: 2025-02-19
Size
: 2kb
Publisher
:
hanxiang
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.