-
SSD+SAD+NCC算法
实现两幅图像匹配。应用SSD+SAD+NCC算法的匹配,很好用的程序(Realizing Two Image Matching.Application of SSD+SAD+NCC algorithm matching, very useful program)
- 2018-12-07 14:52:15下载
- 积分:1
-
waveletImageFusion
针对多聚焦图像融合,采用基于小波分解和点扩展函数模型PSF相结合的融合方法。(For multi-focus image fusion, based on wavelet decomposition and the point spread function PSF model combining fusion.)
- 2011-10-19 11:04:05下载
- 积分:1
-
StereoDisparity
双目立体匹配中获取图像对的视差图,可用于后续的三维重建工作。(Binocular stereo matching to get the image on the disparity map can be used for subsequent 3D reconstruction.)
- 2012-05-06 18:48:37下载
- 积分:1
-
Images-denoising--based-on-wavlet
从原始图像产生噪声图像,使用db1执行2层小波,使用wpbmpen进行全阈值选择,采用硬阈值和软阈值处理方式,保存低频,进行图像降噪,并绘制各分解系数图像。(Generated noise image from the original image, using db1 wavelet perform two layers using wpbmpen full-threshold selection, using hard threshold and soft threshold approach, saving low frequency, image noise reduction, and draw the decomposition coefficients images.)
- 2013-11-22 15:55:18下载
- 积分:1
-
Matlab 图像的采样
图像的采样
• 写程序:以2 为尺度,下采样图像 ,观察不同分辨率下图像的变化情况(a)
• 写程序:把(a)中获得的图像,进行上采样处理,可以选择不同的平滑方
法,比如,邻近像素复制,或者线性插值等。讨论上采样后图像的质量变
化。找出相应的改进方法。
- 2020-06-27 00:00:02下载
- 积分:1
-
Tamura
该代码为用tamura算法提取图像的纹理特征,包括粗糙度、对比度等,可用于基于内容的图像检索系统(The code for the algorithm used tamura extracted texture features, including roughness, contrast, etc., can be used for content-based image retrieval system)
- 2010-07-05 10:49:17下载
- 积分:1
-
circledetect
hough变换检测圆的函数。做图像处理的人可以用来参考。(hough transform round detection function. Do the image processing can be used for reference.)
- 2006-12-04 12:35:53下载
- 积分:1
-
快速的Lee滤波算法
快速的Lee滤波算法,代码经过优化,修正和测试,能有效减少SAR图像中的斑点噪声。(Fast Lee filter algorithm, code optimized, modification and testing, can effectively reduce the SAR image speckle noise.)
- 2020-07-08 08:38:57下载
- 积分: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
-
segmentation
这是基于图论的图像分割源代码,效果很好,欢迎下载.(This is based on graph theory image segmentation source code, works well, welcome to download.)
- 2009-10-13 15:03:55下载
- 积分:1