-
guass
高斯平滑滤波的matlab程序,对于初学者很有帮助(Gaussian smoothing filter matlab program, useful for beginners)
- 2013-03-14 21:21:19下载
- 积分:1
-
LPR_code
自己编写的彩色图像车牌定位程序,能自动定位图像中的蓝色或黄色车牌,效果还不错(matlab source code for license plate location for color images, it works well.)
- 2010-01-26 12:00:26下载
- 积分: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
-
Desktop2
对偏振图像进行融合处理。其中包括比较经典的小波变换,ihs垂直变换以及拉普拉斯金字塔变换。。。(The polarization image fusion processing. Including the more classic wavelet transform, ihs vertical transformation and Laplacian pyramid transformation. . .)
- 2016-10-31 17:40:48下载
- 积分:1
-
DigitRec451
人脸识别matlab源代码,BP神经网络实现的(face recognition Matlab source code, BP neural network of)
- 2007-04-04 15:13:04下载
- 积分:1
-
superresolution_v_2.0
说明: 几种高分辨率图像重建算法的实现
以及各功能对比,利用matlab GUI实现(super_resolution reconstrction)
- 2010-03-18 20:23:35下载
- 积分:1
-
fft分析
说明: 自己写的fft的应用实例,包括对一维振动信号分析,对二维图像频谱分析。(The application examples of FFT written by myself include one-dimensional vibration signal analysis and two-dimensional image spectrum analysis.)
- 2019-12-19 10:38:24下载
- 积分:1
-
Fisherface-Recognition
完整实现Fisherface人脸识别,能够在AR、ORL、FERET等使用,采用彩色图像进行测试,实验效果好,有的能达到100 (This package implements a well-known FLD-based face recognition
method, which is called Fisherface )
- 2011-10-24 13:58:54下载
- 积分:1
-
shiyan
用于植物叶片分类的图形界面,是Matlab源码,用BP神经网络实现(For plant leaf classification graphical interface, the Matlab source code, using BP neural network)
- 2013-10-11 09:10:49下载
- 积分:1
-
ComputerGraphics
4——连通填充算法的实现
1.用户能够用鼠标绘制多边形。
2.可以清除屏幕,重新绘制。
3.填充颜色及多边形的颜色(4- Connectivity filling Algorithm 1. Users to draw polygons with the mouse. 2. Can clear the screen, re-mapping. 3. Polygon fill color and the color)
- 2007-12-11 21:20:17下载
- 积分:1