-
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
-
GSM
基于梯度相似度的图像质量评价方法,发表在2012年TIP国际期刊上(A. Liu, W. Lin, M. Narwaria, “Image Quality Assessment Based on Gradient Similarity,” IEEE Transactions on Image Processing, vol. 21(4), pp. 1500-1512, 2012.)
- 2020-12-04 23:09:23下载
- 积分:1
-
Gauss-domain-time-frequency--
s变换;广义s变换;高斯邻域;时频分析;滤波(s transformation generalized s transformation Gaussian neighborhood time-frequency analysis Filtering)
- 2015-07-28 10:16:49下载
- 积分:1
-
datamining
base papers of matlab data mining in image processing base papers
- 2012-11-23 14:05:14下载
- 积分:1
-
image_search
matlab环境下的,基于图像颜色特征的图像检索源代码(matlab environment, the color characteristics of image-based image retrieval source code)
- 2007-08-24 15:40:06下载
- 积分:1
-
the-detection-of-moving-targets
本程序运用帧间差分法进行运动目标的检测,通过帧间差分法获得差分图像,然后运用数学形态学进行处理,突出运动目标。(This program uses the inter-frame difference method for the detection of moving targets, the difference image obtained through the inter-frame difference method, and then use mathematical morphology processing, highlighting the moving target.)
- 2013-04-07 22:39:01下载
- 积分:1
-
123
C. Li, C. Xu, C. Gui, M. D. Fox, "Distance Regularized Level Set Evolution and Its Application to Image Segmentation",
IEEE Trans. Image Processing, vol. 19 (12), pp. 3243-3254, 2010.
- 2012-07-27 04:00:46下载
- 积分:1
-
calibration-toolbox-0.9
说明: matlab上面自动实现相机校准标定的一个工具库(Matlab toolbox for multiphase calibration can realize automatic calibration)
- 2020-06-18 22:20:02下载
- 积分:1
-
CCD-principle
CCD工作原理教程
图像传感器原理介绍(CCD和CMOS介绍)(CCD image sensor principle works tutorial introduction (CCD and CMOS description))
- 2011-01-18 21:06:05下载
- 积分:1
-
FCM
fcm 及快速fcm实现图像分割,还带有GUI界面(fcm fcm and fast image segmentation, but also with GUI interface)
- 2014-02-27 19:14:57下载
- 积分:1