-
Gamma-correction
说明: 对图像进行伽马校正,可以有效提升图像 亮度和对比度,低于低照度图像现在小于1的参数,对于高亮度的图像选择大于1的参数可以有效调节图像亮度。(Gamma correction can effectively improve the brightness and contrast of the image. The parameters lower than the low illumination image are less than 1. For the high brightness image, the selection of parameters greater than 1 can effectively adjust the brightness of the image.)
- 2021-02-10 20:19:52下载
- 积分:1
-
C++ 二维码识别
C++ 二维码识别
- 2015-01-07下载
- 积分:1
-
MRI_image_segmentation
用形态学方法和区域增长法进行MRI脑肿瘤图像分割(By morphology and region growing method for MRI brain tumor segmentation)
- 2010-12-11 20:25:24下载
- 积分:1
-
phase-history-domain
任意航迹下单块的基于相位历史域的波前弯曲补偿算法(Single block of arbitrary Track bending compensation algorithm based on wavefront phase history domain)
- 2012-10-22 12:36:04下载
- 积分:1
-
Hough-detection
Matlab遥感道路提取之Hough检测(Matlab to extract the Hough detect remote road)
- 2011-11-16 20:36:05下载
- 积分: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
-
GS
说明: GS算法,图像经过多次傅里叶变换,最后提取图像的相位信息,加载空间光调制器,观察图像。(GS algorithm, the image after several Fourier transform, and finally extract the phase information of the image, loading the spatial light modulator, the observed image.)
- 2012-11-06 22:22:25下载
- 积分:1
-
ROAPROEWA-algorithm
最为经典的ROA和ROEWA算子,用于SAR图像边缘检测,并附有一定的实例图像,以说明实验结果。(ROA and ROEWA algorithms are given in order to detect the edge of images, and some images are attached illustrating the experimental results.)
- 2021-03-21 20:39:17下载
- 积分:1
-
phasecong
本程序应用相位一致性进行边缘检测,较以往应用灰度信息进行边缘检测算法,该算法与光照无关,且抗噪声性能强(phase of the application process consistency edge detection, gray than in the past Application information edge detection algorithm, The algorithm has nothing to do with illumination, and strong anti-noise performance)
- 2007-03-19 19:21:24下载
- 积分:1
-
Correlation-Filters-Tracking
基于核的相关滤波跟踪方法,最新的,TPMAI上的文章,速度超级快!(This MATLAB code implements a simple tracking pipeline based on the Kernelized
Correlation Filter (KCF), and Dual Correlation Filter (DCF).)
- 2014-09-23 18:14:40下载
- 积分:1