-
pga相位梯度法
说明: 基于相位梯度法PGA的 Matlab 估计相位误差 估计多普勒中心(Estimation of Phase Error and Doppler Center by PGA MATLAB)
- 2019-06-06 17:05:54下载
- 积分:1
-
stereo
立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。(Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching, the proliferation of more features of the corresponding calculation of disparity and the corresponding color value. Also provides a picture and two corresponding feature matching results and disparity images.)
- 2020-06-29 14:40:02下载
- 积分:1
-
mser-example
应用MSER检测子检测图像局部区域来估计图像尺度信息,非常好用!(Applying MSER to detect the local region in images, then estimate the image scale information, very easy to use!)
- 2011-08-10 15:22:09下载
- 积分:1
-
retinex
MSR图像增强算法,基于MATLAB7.6,处理后的图像效果不错。(The MSR image restoring algorithm, the result is good for people studying.)
- 2011-04-21 14:58:45下载
- 积分:1
-
图片裁剪
说明: 快速将图片裁剪为电脑壁纸和ipad壁纸尺寸,带预览(To cut pictures as PC or Ipad size conveniently)
- 2020-06-20 18:40:02下载
- 积分:1
-
Gcenter
说明: 图像的重心区域检测 matlab程序实现
可以检测重心区域并设置成希望颜色,对单景物背景图像效果极佳(regional focus image detection Matlab program can detect regional focus and set hope that the color of single features excellent background images)
- 2005-09-03 11:14:20下载
- 积分:1
-
imageinpainting2
基于小波变换的图像修复算法基于小波变换的图像修复算法(Wavelet-Based Image Inpainting Algorithm Based on Wavelet Transform Algorithm for Image Inpainting)
- 2021-04-23 20:48:47下载
- 积分:1
-
shuiguoshibie
说明: matlab水果识别器,形态学,识别五种水果,要求背景较简单边缘明析(matlab fruit recognizer, morphology, recognition of five kinds of fruits, requiring simple background and edge)
- 2021-03-16 11:09:21下载
- 积分:1
-
IDL教程
说明: 一种ENVI编程语言,用于ENVI二次开发便于处理高光谱图像(An envi programming language, used in the secondary development of envi, easy to process hyperspectral images)
- 2021-01-24 23:01:02下载
- 积分: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