-
matlab_dll_Cpp
作者曾经实现过将matlab函数编译成dll供Cpp调用,这篇文章的目的是对新增的面向对象的的扩展mwArray进行讲解,matlab很容易和C/C++联合起来使用。
以前做过matlab7与c++的混合编程:将matlab函数编译成dll给C++调用,从而加快开发的进度。但是今天在matlab2008b下面又做了一遍,发现matlab又改了很多东西,诸如增加了面向对象的的扩展mwArray,于是做笔记如下。(matlab_dll_Cpp)
- 2010-06-29 13:59:49下载
- 积分:1
-
homfilter
The code is used for Homomorphic filtering
- 2010-10-23 13:52:08下载
- 积分:1
-
Piecewise-linear-interpolation
使用分段线性插值算法对数据进行内插,有效的避免了高次插值时产生的龙格现象。(Using piecewise linear interpolation of data interpolation algorithm, effectively avoids the high order interpolation when the runge phenomenon.)
- 2013-05-07 20:31:30下载
- 积分:1
-
Random_Waypoint
Random Waypoint Model
- 2013-11-05 13:47:33下载
- 积分:1
-
homework5a
this is a homw work for students to get concept
- 2010-11-25 10:43:31下载
- 积分:1
-
curvelab
curvelab to find curvelet transform.. description and manual of curvelab
- 2011-01-05 14:08:22下载
- 积分:1
-
inputdata
计算任意两点间的欧式距离,结果保存为excel格式(calculate the Euclidean distance between any two points,saved as the form of excel)
- 2015-03-26 14:45:10下载
- 积分:1
-
MATLABdianlixitongshejifenxi
MATLAB电力系统设计与分析 pdf 电子书(MATLAB power system design and analysis of e-books pdf)
- 2008-12-13 20:47:41下载
- 积分:1
-
A04803285327
about nuclear reactor and control of them. it is presented a new method
- 2010-12-16 03:50:40下载
- 积分:1
-
MATLAB人体行为异常识别
说明: 本文设计了一款人体行为异常监控系统,主要适用人群是老年人,在摄像头固定的情况下,自动检测人体运动轨迹,并与提前设定好的行为库进行匹配,分析判断是否具有异常行为。
在数字图像预处理部分采用了图像二值化,腐蚀与膨胀等几种方法为人体目标的跟踪和检测做准备。为了克服在实际操作中遇到的问题,采用了帧差法和ViBe算法,帧差法即利用帧间变化与当前帧、背景算法来判断它是否大于阈值,并分析视频中序列的运动特性,ViBe算法则是一种背景建模的方法,背景模型是由邻域像素来创建,并对比背景模型、当前输入像素值检测出前景,确定视频中的目标跟踪。在人体行为识别中,运动目标最小长宽比以及连续帧间的加速度来判断人体行为是否异常,如果检测到异常的行为比如说摔倒、快跑等行为,在识别的过程这种实时监测。不同环境可能需要调试,要求有一定编程基础,小白慎入。(In this paper, a monitoring system for abnormal human behavior is designed, which is mainly applicable to the elderly. When the camera is fixed, it can automatically detect the human motion track and match with the behavior database set in advance to analyze and judge whether there is abnormal behavior.)
- 2020-08-07 12:36:40下载
- 积分:1