-
unsharp_masking
Show how to use unsharp masking algorithm.
No image processing toolbox is needed.
- 2010-12-20 03:33:46下载
- 积分:1
-
reversiblewatermarking
MATLAB的一个源文件。用差分直方图位移的可逆数字水印实现图像的完整性认证。(MATLAB as a source file. Histogram using differential displacement reversible digital watermarking images realize the integrity of certification.)
- 2008-08-04 08:03:42下载
- 积分:1
-
dcmread4
集成ITK、VTK、MFC读取DICOM的代码,建成win32程序即可。运行完美(Integrated ITK, VTK, MFC to read DICOM code, built win32 program can. Works perfect)
- 2021-02-19 16:29:44下载
- 积分:1
-
同态滤波
说明: 同态滤波利用去除乘性噪声(multiplicative noise),可以同时增加对比度以及标准化亮度,借此达到图像增强的目的。(Homomorphic filtering can increase contrast and standardize brightness simultaneously by removing multiplicative noise, so as to achieve the purpose of image enhancement.)
- 2020-05-08 06:49:19下载
- 积分:1
-
2
采用haar小波实现二维图像的分解与重构(mallat算法):(Two-dimensional image using haar wavelet decomposition and reconstruction (mallat algorithm):)
- 2013-07-16 11:38:37下载
- 积分:1
-
下载网络图片至本机或服务器 并附带生成缩略图实例
此实例已经过测试,大家拿来即可使用,无须配置! 两个功能:一个是用程序实现下载网络图片至本地,另一个是自动生成该图片的缩略图
- 2012-12-21下载
- 积分:1
-
pca
这是一个模式识别中关于主成分分析的特征提取的matlab源码(This is a pattern recognition on the Principal Component Analysis Feature Extraction of Matlab FOSS)
- 2007-07-10 20:53:21下载
- 积分:1
-
WPES
一个简单小波能量谱程序,可分析出信号的能量分布百分比。(A simple little wave energy spectrum program)
- 2012-03-30 11:21:09下载
- 积分:1
-
图像拼接
利用python和opencv拼接两张图片(Splicing two pictures using Python and opencv)
- 2020-06-17 07:40:01下载
- 积分: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