-
cloud_remove
遥感图像除云软件,原理是图像同时期替换掉有云区域,使用IDL语言编写(remove cloud from remote sensing image)
- 2020-12-13 16:09:14下载
- 积分:1
-
VCPP-image-processing-chapter12
VisualC++数字图像处理技术详解第2版光盘,第十二章(VisualC++ digital image processing technology Detailed Version 2 discs, Chapter XII)
- 2016-04-16 14:02:35下载
- 积分:1
-
Peak-detection-program
这是我图像处理作业:图片曲线数据提取与峰值检测的源程序代码。(Peak detection program matlab code)
- 2011-07-06 09:24:53下载
- 积分:1
-
senkin
CHEMKIN-III package. Gas mixture sensitivity analysys.
- 2020-12-19 17:19:10下载
- 积分:1
-
200912260016
说明: 快速图像修复的各种算法
各种算法详尽的表述及其相互比较(Fast image restoration algorithms detailed presentation of the various algorithms are compared)
- 2010-05-04 19:42:49下载
- 积分:1
-
JPEG_report_CUDA
这是关于将jpeg压缩的具体算法的原始论文,利于学习。pdf格式(a pdf file about how to encode jpeg,this is the original paper good for your learning)
- 2018-06-25 16:42:10下载
- 积分:1
-
add_noise_to_image
为图像添加各种噪声,如高斯噪声、泊松噪声、椒盐噪声等。(需有openCV)(Add all kinds of noise for the image, such as Gaussian noise, Poisson noise, salt and pepper noise. (The need for openCV))
- 2010-07-08 19:20:15下载
- 积分:1
-
ImagePyramid
matlab实现的图像金字塔,过程很清晰,简单易学(matlab implementation of image pyramid, the process is very clear and easy to learn)
- 2012-12-17 11:43:08下载
- 积分: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
-
Stereo-Matching
这是一个工具箱,可以对经过平行视觉处理之后的图片进行三维重建,得到视差图。GUI操作,简单易懂,功能强大。(This is a toolbox which can reconstruct the 3D picture(stereo matching or stereo construction) with 2 pictures from parallel view. You can finish the process with GUI easily. )
- 2013-01-24 15:52:59下载
- 积分:1