-
KeyframeExtracting
本源码为利用光流法提取视频关键帧的matlab程序实现,也是本文基于内容的视频检索的论文所写的代码,需要的可以参考!(The source for the use of optical flow extracted keyframe Videos matlab program implementation, but also this article content-based video retrieval dissertation written code, can refer to the required!)
- 2020-09-27 21:17:45下载
- 积分:1
-
Maltab-in-mathematical-modeling
《matlab在数学建模中的应用》卓金武版,从数学建模的角度介绍matlab的应用。书中内容完全是根据数学建模竞赛的需要而编排的,涵盖了绝大部分数学建模问题的matlab求解方法。源码为《Maltab在数学建模中的应用》的源程序和数据。
("Matlab in mathematical modeling, " Zhuo Jinwu version, from the mathematical modeling point of view on the application of matlab. The book content is based entirely on the needs of mathematical modeling contest arranged, covering the majority of matlab mathematical modeling method for solving the problem. Source for the "Maltab in mathematical modeling, "the source code and data.
)
- 2011-05-01 16:06:04下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1
-
ProjectionOnConvexSets
重建高分辨率图像使用在凸集投影,高效率matlab程式码(reconstruct high resolution image using Projection On Convex Sets)
- 2010-09-07 12:56:49下载
- 积分:1
-
microcontroller
基于MATLAB与单片机的测控应用系统的程序代码(Based on MATLAB and MCU control application code)
- 2013-08-02 17:25:30下载
- 积分:1
-
非线性整数规划的遗传算法Matlab程序
说明: 通常,非线性整数规划是一个具有指数复杂度的NP问题,如果约束较为复杂,Matlab优化工具箱和一些优化软件比如lingo等,常常无法应用,即使能应用也不能给出一个较为令人满意的解。这时就需要针对问题设计专门的优化算法。下面举一个遗传算法应用于非线性整数规划的编程实例,供大家参考!(Generally, nonlinear integer programming is a NP problem with exponential complexity. If the constraints are more complex, MATLAB optimization toolbox and some optimization software such as lingo are often unable to be applied, even if they can be applied, they cannot give a satisfactory solution. At this time, we need to design a special optimization algorithm for the problem. Here is an example of genetic algorithm applied to nonlinear integer programming, for your reference!)
- 2020-04-11 20:04:13下载
- 积分:1
-
singal_system_analysis
信号处理方面的程序用于随机信号的分析与处理 请大家参考校正(Signal processing procedures used for random signal analysis and processing please refer to correction)
- 2007-08-13 11:59:24下载
- 积分:1
-
huojiandandaojisuan
计算火箭飞行的弹道。采用欧拉法,龙哥库塔近似计算火箭飞行弹道。(Calculation of the rocket flight trajectory. Using Euler method, Long Ge Kuta approximate rocket flight trajectory.)
- 2011-12-03 23:03:06下载
- 积分:1
-
2
说明: matlab experiment design 2
- 2010-04-05 10:48:47下载
- 积分:1
-
wideband
The paper discusses the design and development of a microwave radio transceiver at 1.4 GHz, which implements multirate signal processing algorithms
- 2013-02-10 23:47:33下载
- 积分:1