CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - MATLAB c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 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.
Date
: 2010-12-03
Size
: 651.96kb
User
:
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.
Date
: 2010-12-03
Size
: 826.12kb
User
:
shshlzh
[
Algorithm
]
隐马尔可夫模型(源代码和原理介绍)
DL : 0
隐马尔可夫模型,C语言编写,重要的是里面附带有隐马尔可夫模型原理介绍的ppt,可以对应学习-HMM, C language, it is important that they are incidental tenets of Hidden Markov Models introduced ppt, can learn from counterparts
Date
: 2025-12-27
Size
: 39kb
User
:
王飞
[
Algorithm
]
仿matlab矩阵运算
DL : 0
vc下的一个仿matlab界面的矩阵运算程序,其中单独封装的矩阵类可实现大多数常用矩阵运算功能,经常被我单独拿来使用-vc under an imitation of Matlab interface matrix calculation procedures, which separate package matrices can be used to achieve the majority of matrix calculation functions, I was often alone using them
Date
: 2025-12-27
Size
: 85kb
User
:
李晓辉
[
Algorithm
]
数值分析课程设计
DL : 0
数值分析最常用的四十种算法,使用c++/matlab实现-numerical analysis of the 40 most commonly used algorithms, the use of c/Matlab achieve
Date
: 2025-12-27
Size
: 721kb
User
:
cwj
[
Algorithm
]
最优化作业C++源代码
DL : 0
用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了-C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside point method can use, I have all over Debugging
Date
: 2025-12-27
Size
: 12kb
User
:
tw
[
Algorithm
]
lpsolve
DL : 0
非常好,非常有名的求解线性规划和混合整型规划的源代码,用c语言编写,作者M. Berkelaar-very good, very well-known for linear programming and mixed-integer planning the source code, using the c language, the author M. Berkelaar
Date
: 2025-12-27
Size
: 307kb
User
:
雷锋
[
Algorithm
]
zuobiao
DL : 0
采用重心法求坐标,在C#中调用了matlab中的函数,对于想学C#和matlab混合编程很有好处-using coordinates for the center of gravity method in C# Calling a function of Matlab, For, like C# and Matlab programming very good mixed
Date
: 2025-12-27
Size
: 89kb
User
:
栀子
[
Algorithm
]
comtet_matlab
DL : 0
该程序是一个matlab与visual c++ 混合编程的例子,运用matlab的combuilder将matlab程序编译成dll,在C++里调用。-that the procedure was a Matlab c mixed with visual programming examples. using Matlab combuilder procedures will be compiled into Matlab dll, in the C calling.
Date
: 2025-12-27
Size
: 132kb
User
:
zwq
[
Algorithm
]
C-C
DL : 0
这个是在进行混沌时间序列分析时的C-C算法的matlab程序,希望对大家的学习会有帮助-This is during the chaotic time series analysis of the CC algorithm matlab program, in the hope that the U.S. would be helpful to learn
Date
: 2025-12-27
Size
: 60kb
User
:
wt
[
Algorithm
]
FDTD_1.1.c
DL : 0
一维FDTD,计算电磁场在空间中的传播,使用Matlab显示计算结果。-One-dimensional FDTD, the calculation of electromagnetic field propagation in space, the use of Matlab show the calculation results.
Date
: 2025-12-27
Size
: 15kb
User
:
熊猫
[
Algorithm
]
SusanC.Hagness2D-FDTD-matlab
DL : 0
Susan C. Hagness的2维matlab时域有限差分法程序-Susan C. Hagness of the two-dimensional finite-difference time-domain matlab program
Date
: 2025-12-27
Size
: 12kb
User
:
颜颜
[
Algorithm
]
SusanC.Hagness3D-FDTD-matlab
DL : 1
Susan C. Hagness关于时域差分法计算电磁散射的三维matlab程序-Susan C. Hagness on the time-domain difference method matlab procedures for three-dimensional electromagnetic scattering
Date
: 2025-12-27
Size
: 6kb
User
:
颜颜
[
Algorithm
]
C语言与MATLAB接口 编程与实例 李传军编着
DL : 0
C语言与MATLAB接口 编程与实例 李传军编着(The interface between C and MATLAB)
Date
: 2025-12-27
Size
: 8.37mb
User
:
rlinux
[
Algorithm
]
c语言源程序900例
DL : 0
用于数学建模中最常见的30个C语言基本程序,有助于新手实现对数学建模和C语言的快速入手,谢谢(The most commonly used 30 basic Matlab programs in mathematical modeling, help novice to achieve the rapid start of mathematical modeling and Matlab, thank you)
Date
: 2025-12-27
Size
: 139kb
User
:
陈启志在四方
[
Algorithm
]
实战matlab之并行程序源码
DL : 0
本书各章源代码除特别说明之外,其开发和编译环境均为Matlab2010与VisualC++2010。第7章与第10章内容与Matlab、Visual C++等环境配置密切相关,如果出现配置文件、头文件、库文件、动态链接库等相关的问题,请正确配置软件和硬件环境后再完成相关操作。(In addition to the special description of the source code of this book, the environment for its development and compilation is Matlab2010 and VisualC++2010. The seventh chapter and the tenth chapter are closely related to the environment configuration such as Matlab, Visual C++. If there are any related problems such as configuration files, header files, library files, dynamic link libraries and so on, please configure the software and hardware environment correctly before completing the related operations.)
Date
: 2025-12-27
Size
: 8.7mb
User
:
limin666
[
Algorithm
]
Matlab C++ Math Library
DL : 0
Matlab C++ Math Library
Date
: 2025-12-27
Size
: 646kb
User
:
aimar19
[
Algorithm
]
FCM,模糊C均值聚类的MATLAB实现[matlab]-FCM
DL : 0
模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c-means algorithm (FCMA) or FCM. Among many fuzzy clustering algorithms, the fuzzy C-means (FCM) algorithm is the most widely used and successful. It obtains the degree of membership of each sample point to all class centers by optimizing the objective function, thus determining the generic class of sample points to achieve The purpose of classifying sample data automatically.)
Date
: 2025-12-27
Size
: 6kb
User
:
五道杠骚年
[
Algorithm
]
fft-c程序
DL : 0
用c语言实现MATLAB中的fft函数,实用可行(Implementation of FFT functions in MATLAB with C language)
Date
: 2025-12-27
Size
: 15kb
User
:
silence12345
[
Algorithm
]
程序代码
DL : 0
用C语言编程实现神经网络的构建和训练的程序代码 以及matlab编程实现偏最小二乘法(Programming and training program code in C language;Matlab programming for partial least square method)
Date
: 2025-12-27
Size
: 1.44mb
User
:
qingman
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.