-
backgroundSubtraction_v1
background subtraction using matlab
- 2012-02-13 18:11:03下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
NLMF
nonlocal mean for image code
- 2013-04-05 21:12:45下载
- 积分:1
-
Double-closed-loop-dc
利用matlab simulink 对某双闭环直流调速系统进行仿真(Simulation of Double closed loop dc speed control system with matlab simulink)
- 2011-12-20 21:18:47下载
- 积分:1
-
CABCA_PID
The Matlab Code present the development of an intelligent PID controller using Cultural Artificial Bee Colony Algorithm CABCA. The Normative and situational Knowledge in cultural algorithm were first used to guide the evolution and direction of ABC. thereafter the develop controller was used in the position control of DC motor.
- 2016-03-23 00:20:57下载
- 积分:1
-
Easy-master-Matlab7
Matlab7 教程,中文版,可快速掌握MATLAB 7.(Easy master Matlab7)
- 2011-09-21 13:16:09下载
- 积分:1
-
dadi2zhijiao (3)
将GPS得到的经纬度,大地坐标,通过高斯投影正算,得到平面直角坐标
文件大小不够,再增加了高斯投影的pdf文档(The longitude, latitude and geodetic coordinates obtained by GPS are corrected by Gauss projection, and the plane rectangular coordinates are obtained.)
- 2019-01-12 11:25:37下载
- 积分:1
-
along413-10435404
说明: Vibe背景建模的方法检测视频中的运动物体,包含matlab源代码(Vibe background modeling method detects moving objects in video, including matlab source code)
- 2019-10-28 20:54:53下载
- 积分:1
-
xiandaicaisetuxiangfengejishu
图像分割是进行图像理解与分析的基础,是图像工程技术中的一个重要问题, 也是图像处理的经典难题。彩色图像比灰度图像具有
更多的视觉信息, 因而受到了越来越多的重视。文章将彩色图像的分割技术分为三大类,并分别加以系统概括, 分析了各种方法的优缺点。(Image segmentation is the image understanding and analysis of the basis of the image engineering technology is an important issue, but also the classical image processing problems. Color image than the gray image with more visual information, which are more and more attention. Article will color image segmentation techniques into three categories, and to the system were summarized, analyzed the advantages and disadvantages of each method.)
- 2010-05-12 10:25:01下载
- 积分:1
-
cv_pdaf
CV模型,利用概率数据关联算法和最近邻算法对其进行跟踪滤波,保证正确(CV model, the probabilistic data association algorithm and the nearest neighbor filter algorithm to track and ensure the correct)
- 2021-03-24 15:39:14下载
- 积分:1