-
target-tracking-radar
下面是利用卡尔曼滤波的方法,实现雷达对目标的跟踪:一目标沿水平方向运动,起始位置为(-2000米,1000米),运动速度为15米/秒,扫描周期T=2秒, 米,采用蒙特卡洛方法对跟踪滤波器进行仿真,仿真次数为100次。(Below is the use of Kalman filtering method, to achieve the target tracking radar. Parameter :: a target in a horizontal direction, the starting position (2000m, 1000m), the motion speed of 15 m/s, the scan period T = 2 seconds, rice, Monte Carlo method using the tracking filter simulation, simulation 100 times.)
- 2013-05-23 16:13:31下载
- 积分:1
-
peppernoise-cpp
在图像中加入椒盐噪声的源代码,编译后的可执行文件须带参数运行(the image Salt and Pepper to the noise source, the compiled executable file parameters required to bring Operation)
- 2006-10-13 13:36:45下载
- 积分:1
-
myimageprocess1
说明: matlab实现图像灰度变换,感受各种不同的灰度变换方法对最终图像效果的影响。(Matlab Gray Image Transform, different feelings Gray transform the ultimate effect of images.)
- 2006-05-09 02:19:30下载
- 积分:1
-
minboundrect
使用matlab代码求出不规则区域所对应的最小外接矩形(find the smallest rectantangle of unregular region with matlab)
- 2011-06-29 13:01:36下载
- 积分:1
-
steel jishu -code
基于matlab的钢筋计数方法,有ui界面(MATLAB-based steel bar counting method with UI interface)
- 2020-12-23 20:39:07下载
- 积分:1
-
Gradient-vector-diffusion-denoising
梯度矢量扩散控制实现边缘保持的彩色图像去噪(Gradient vector diffusion denoising realize control color image edge preserving
)
- 2014-09-13 14:34:09下载
- 积分:1
-
SpectrumEnvelopeRemoving
该代码实现了从光谱库读取高光谱曲线,并且去除其包络。这是高光谱图像处理时一个重要的预处理技术。(The code read from the spectral library of high spectral curve, and the removal of its envelope. This is a hyperspectral image processing, when an important pre-processing technology.)
- 2009-01-02 10:41:05下载
- 积分:1
-
GeometricVersion3
课程设计
几何图形(满分50 分)
版本1:满分10 分
设计抽象类GeometricObject 及其子类Triangle 和Circle。
GeometricObject 类设计要求如下:
■ 一个名为color 的Color 类型的私有数据域,表示对象的颜色。
■ 一个名为filled 的Boolean 类型的私有数据域,表示对象是否填充颜色。
■ 一个名为dateCreated 的Date 类型的私有数据域,表示对象的创建日期。
■ 一个无参构造方法。
■ 一个能创建特定color 和filled 的有参构造方法。
■ 相关数据域的访问器和修改器。
■ 两个个名为draw 和erase 的抽象方法。
■ 一个名为getArea 的抽象方法。
■ 一个名为getPerimeter 的抽象方法。
■ 重写toString 方法。
Triangle 类设计要求如下:
■ 三个名为side1、side2 和 side3 的double 类型的私有数据域表示三角形的三条边。它
们的默认值是1.0。要求三个数据域保留2 位小数。
■ 一个无参的构造方法创建默认三角形。
■ 一个能创建带指定side1、side2 和 side3 的有参构造方法。
■ 所有三个数据域的访问器和修改器方法。
■ 父类抽象方法的实现。
■ 重写toString 方法。
Circle 类(Curriculum Design
Geometry (out of 50)
Version 1: 10 points
Design an abstract class and its subclasses GeometricObject Triangle and Circle.
GeometricObject class design requirements are as follows:
■ a named color of the Color type private data field that indicates the object s color.
■ a Boolean type called filled private data field that indicates whether the object fill color.
■ Date type named dateCreated private data field, which means that the object was created.
■ a no-argument constructor.
■ one can create a specific color and filled in with arg constructor.
■ Related data field accessor and modifier.
■ two months called draw and erase the abstract methods.
■ an abstract method named getArea.
■ an abstract method named getPerimeter.
■ overridden toString method.
Triangle class design requirements are as follows:
■ three named side1, side2 and a double side3 private data field indicates the type of triangle with three sides. It
Our default value is 1.0. Requires)
- 2020-12-10 08:59:18下载
- 积分:1
-
myrotate2
复数乘法实现图像旋转,并且运用插值对旋转后的图像优化(Complex multiplication of image rotation, and the use of interpolation of the rotated image optimization)
- 2020-11-10 19:49:45下载
- 积分:1
-
wavelet--Bayesthreshold-
基于小波模极大值贝叶斯阈值算法,实现图像吐糟的功能,与其他去噪方法进行对比。(Based on wavelet modulus maxima Bayesian threshold algorithm, spit bad image features comparison with other denoising methods.)
- 2014-04-25 19:27:11下载
- 积分:1