-
projective
2维图像的透视变换,空间变换,可对拍摄的图像进行几何校正(Perspective transformation, the two-dimensional image space transformation, the geometric correction of images taken)
- 2012-03-15 16:23:53下载
- 积分:1
-
LSB
基于LSB的音频水印嵌入提取算法,隐藏信息为一个文本文件(Extraction algorithm, the LSB-based audio watermark embedding hidden information into a text file)
- 2021-04-26 09:08:45下载
- 积分:1
-
Filter
用C++语言写的图像过滤,实现了中值过滤、最大值最小值过滤、均值过滤等,扩展性较好,能实现不同通道(With C++ language image filtering, to achieve a median filtering, maximum minimum filtering, mean filtering, scalability, better able to achieve different channels)
- 2013-07-03 10:13:42下载
- 积分:1
-
gdal
说明: 简易的在c#中利用gdal来读取遥感图像(Using GDAL to read remote sensing image in C)
- 2020-05-17 19:12:13下载
- 积分:1
-
Spectral_Segmentation_with_Multiscale_Graph_Decomp
多尺度的光谱图像分割,有对应的论文和matlab及c++代码(Multiscale spectral image segmentation, there are papers and the corresponding matlab and c++ code)
- 2009-04-14 15:04:35下载
- 积分: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
-
tuxiang
利用支持向量机对图像进行分割。特征属性为RGB图像3个通道的亮度。(Using support vector machines for image segmentation. Characteristic properties of three channels of RGB image brightness.)
- 2011-08-05 19:13:22下载
- 积分:1
-
fourier2
自己编写的二维傅里叶变换的源代码,并在变换后显示频谱。(Two-dimensional Fourier transform of the source code I have written, and displayed in the transformed spectrum.)
- 2020-08-23 14:07:54下载
- 积分:1
-
NcutClustering-谱聚类和SVM相结合的图像分割程序
说明: 基于谱聚类和SVM相结合的图像分割程序,在matlab2016b中运行成功(Image segmentation program based on spectral clustering and SVM)
- 2019-11-21 16:18:08下载
- 积分:1
-
underwater-dehaze-and-recognize
说明: 经典图像处理方法之一的图像去雾算法matlab实现(Matlab implementation of image defogging algorithm, one of the classical image processing methods)
- 2021-04-28 18:38:43下载
- 积分:1