-
diedaifa
用于灰度图像二值化的MATLAB代码,算法采用迭代法(For gray-scale image binarization MATLAB code, algorithm uses iterative method)
- 2013-06-07 14:10:15下载
- 积分:1
-
matting
抠图算法 使用matlab实现 抠图算法 使用matlab实现 (Matting Matting algorithm implementation using matlab using matlab algorithm to achieve)
- 2011-08-22 08:55:06下载
- 积分:1
-
aa
说明: 基于分水岭变换的浮选泡沫图像分割基于分水岭变换的浮选泡沫图像分割(GOODGOODGOODGOODGOODGOODGOODGOOD)
- 2010-11-24 17:35:30下载
- 积分:1
-
Micro-Doppler-analysis-of-vibrating
基于旋转运动的微多普勒模型的建立,对于了解微多普勒的学习者有帮助。(The establishment of micro-Doppler model based on the rotational motion, help learners understand the micro-Doppler.)
- 2012-09-21 10:59:05下载
- 积分:1
-
Matlabimage
Matlab在医学图像处理中的应用Study on Image Processing of the Lung Cancer and Bone by Using MATLAB
(Study on Image Processing of the Lung Cancer and Bone by Using MATLAB
)
- 2011-01-05 21:43:40下载
- 积分:1
-
14-3W-Grid-Connection-PV-
本文提出了一种单相三线(143W)
电网连接photovoItaic(PV)逆变电源与功能
部分有源电力滤波器(武警部队),它不仅可以处理
光伏发电,但过滤电流谐波,提高功率因数。(This paper presents a single-phase three-wire (14 3W)
grid-connection photovoItaic (PV) power inverter with a feature
of partial active power filter (PAPF), which can not only deal with
PV power but filter current harmonics and improve power factor. )
- 2014-07-15 11:38:13下载
- 积分:1
-
bianyuanjiance
实现边缘连接和线段拟合源码,希望能与大家共享
(Realize the edge connectivity and line segment fitting source, hoping to share with everyone)
- 2007-10-13 07:36:10下载
- 积分:1
-
Application_study_of_wavelet_analysis_on_ultrasoni
说明: :在深海采矿环境中超声波传输介质里存在着大量气泡、扰动沉积物、机械噪声等背景噪声与混响,导致有用信号与高
噪声信号迭加在一起,严重影响了测距精度。采用小波分析方法将超声回波信号进行3层小波分解,适当设置门限阈值对小波
系数进行处理,然后对信号进行重构,有效地抑制了信号中噪声对测量精度的影响。研究结果表明:小波方法有很好的降低回
波信号中噪声的效果,其测距精度高于自适应滤波去噪后的测距精度。(There are much background and mixture noise in the course of ultrasonic wave transmission under deep
sea mining environment,such as air bubbles and disturbed sediment and mechanical noise.Because of these factors,
the useful signals and the high noise signals are combined together,which seriously affects the distance measurement
precision.Ultrasonic echo signals are decomposed into three layer wavelets,and a threshold is set to process the
wavelet coeficients.Then the signals are reconstructed.Accordingly the influence of environment noise on distance
measurement precision is effectively restrained.Research resuhs indicate that wavelet transform method is very useful
for noise reduction in signals.Its precision is higher than that of the adaptive filtering method.)
- 2010-04-24 08:14:49下载
- 积分:1
-
rectangular-in-multi-goal-picture
将含多个目标的图像减去背景图,再将所得图进行阈值化处理得二值图像,再对二值图像进行标记,然后跟含多个目标的图像进行处理,对这个图像进行多目标标记(Containing a plurality of target image by subtracting a background image, and the resulting graph threshold processing binary image to be marked, then the binary image, and then processed with an image containing a plurality of target, this image multi-target mark)
- 2013-04-16 20:55:45下载
- 积分: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