-
粒子滤波 目标跟踪效果很好
资源描述该粒子滤波算法程序 应用在动态环境下目标跟踪的效果很好
- 2022-08-24 18:53:51下载
- 积分:1
-
单个文件在以下链接是可用的:
Individual files are available in the following links:
Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order.
Bessik -- Modified Bessel function In and Kn for real argument and integer or real order.
CBessjy -- Bessel functions Jv and Yv for real or complex arguments and real order.
CBessik -- Modified Bessel functions Iv and Kv for complex arguments and real order.
-Individual files are available in the following links: Bessjy- Bessel functions Jn and Yn for real argument and integer or real order. Bessik- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy- Bessel functions Jv and Yv for real or complex arguments and real order. CBessik- Modified Bessel functions Iv and Kv for complex arguments and real order.
- 2022-04-29 03:27:40下载
- 积分:1
-
Mean Shift算法
使用python编写的处理彩色图像的Meanshift 算法 需要安装python2.5以上
- 2023-03-24 11:05:04下载
- 积分:1
-
实现图片描边vb代码
Private Sub wzmb_Click()给图片描边
- 2022-09-20 01:25:03下载
- 积分:1
-
MD5源代码
MD5 哈希算法实现,充分测试验证
API定义如下:
void MD5Init PROTO_LIST ((MD5_CTX *));
void MD5Update PROTO_LIST
((MD5_CTX *, unsigned char *, unsigned int));
void MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *));
void md5(char*,char*,int len);
- 2022-03-26 06:41:24下载
- 积分:1
-
dynamic control of power system
The main topic covered is frequency control in power systems. The
needed models are derived and the primary and secondary frequency control
are studied. A detailed model of the synchronous machine, based on
Park’s transformation, is also included. The excitation and voltage control
of synchronous machines are briefly described. An overview of load models
are also given
- 2022-01-31 07:57:11下载
- 积分:1
-
conversion, temperature, length, and wake up flat with C + +
这个项目是一个控制台c++程序,其中包含一个温度转换,长,平尾流
- 2022-08-21 23:28:39下载
- 积分:1
-
java古典问题:兔子生兔子
资源描述古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔
子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数
为多少?
本代码包含两个程序:
程序一:自主输入月数,输出各月的兔子数。
程序二:运行即输出20个月的兔子书。
- 2022-03-29 23:34:47下载
- 积分:1
-
灰度算法
Gray Scale Image 或是Grey Scale Image,又称灰阶图。把白色与黑色之间按对数关系分为若干等级,称为灰度。灰度分为256阶。用灰度表示的图像称作灰度图。除了常见的卫星图像、航空照片外,许多地球物理观测数据也以灰度表示。以位场图像为例,把位场表示为灰度图,需要将位场观测值灰度量化,即将场的变化范围转换成256阶的灰度范围。由于位场的动态变化范围非常大,磁场可达数万个纳特,重力场也可能在数百个重力单位内变化,所以在显示为图像前通常需要对位场观测值进行拉伸或压缩。[1]什么叫灰度图?任何颜色都有红、绿、蓝三原色组成,假如原来某点的颜色为RGB(R,G,B),那么,我们可以通过下面几种方法,将其转换为灰度:1.浮点算法:Gray=R*0.3+G*0.59+B*0.112.整数方法:Gray=(R*30+G*59+B*11)/1003.移位方法:Gray =(R*76+G*151+B*28)>>8;4.平均值法:Gray=(R+G+B)/3;5.仅取绿色:Gray=G;通过上述任一种方法求得Gray后,将原来的RGB(R,G,B)中的R,G,B统一用Gray替换,形成新的颜色RGB(Gray,Gray,Gray),用它替换原来的RGB(R,G,B)就是灰度图了。
- 2022-01-27 13:44:07下载
- 积分:1
-
FFT算法与C实现
FFT的C语言算法实现,包含FFT的算法原理、介绍和c的实现
- 2022-11-01 16:30:04下载
- 积分:1