-
filters
图像处理中常用的滤波函数库,包括高斯滤波、DOOG滤波等等,很有用的Matlab实现的代码库,添加到Matlab工作路径即可使用。(The filter used in image processing library, including Gaussian filter, DOOG filtering, etc., to achieve useful Matlab code base, added to the Matlab working path can be used.)
- 2011-05-15 20:28:55下载
- 积分:1
-
TCS32OOD[1]
图像传感器,TSC3200D,经典颜色识别的传感器资料。源自美国TAOS公司,光电矩阵元件,具有多种彩色识别功能。(TCS3200, TCS3210
PROGRAMMABLE
COLOR LIGHT-TO-FREQUENCY CONVERTER
USA TAOS)
- 2010-07-10 21:38:40下载
- 积分:1
-
quyushengzhangfa
区域生长法的图像分割,可以较好地提取脑部图像。(The region growing method can extract brain image well.)
- 2019-01-13 23:39:45下载
- 积分:1
-
LSB-Algorithm
LSB算法实现BMP图片信息的隐藏和提取 语言:C#(LSB algorithm BMP image information hiding and extraction languages: C#)
- 2020-12-01 17:39:25下载
- 积分:1
-
meanshift
mean shift功能演示,实现图像分割,具体请看效果(the demonstration of the mean shift algorithm)
- 2009-12-18 19:39:09下载
- 积分:1
-
MATLAB车牌识别[算法对比,GUI]
说明: 该课题为基于MATLAB的汽车出入库识别系统,带有丰富的人机交互GUI界面。目前毕业设计选题中,传统的中规中矩的车牌识别不易得到高分,必须要在此基础上有所创新方得可以避开其他雷同课题,不会轻易被导师被否决而导致毕设不过。因此建议在车牌识别基础上加入多种方法的对比,看看哪种方法的精度高。虽然目前有很多方法的车牌识别,但是都是在各自的测试库里面测试的,比如测试的车牌图像不同,字符库不同,导致无法做对比。整个设计在一个GUI界面上完成。(This project is based on MATLAB vehicle in and out of the warehouse identification system, with rich human-computer interaction GUI interface. At present, in the topic selection of graduation project, the traditional regular license plate recognition is not easy to get high scores, so it is necessary to innovate on this basis to avoid other similar topics, and it will not be rejected easily by the tutor, leading to the failure of graduation project. Therefore, it is suggested to add a variety of methods on the basis of license plate recognition to see which method has high accuracy. Although there are many methods of license plate recognition, they are tested in their own test library, for example, the test license plate image is different, the character library is different, so it can not be compared. The whole design is completed on a GUI interface.)
- 2020-08-06 23:31:08下载
- 积分: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
-
GSM
基于梯度相似度的图像质量评价方法,发表在2012年TIP国际期刊上(A. Liu, W. Lin, M. Narwaria, “Image Quality Assessment Based on Gradient Similarity,” IEEE Transactions on Image Processing, vol. 21(4), pp. 1500-1512, 2012.)
- 2020-12-04 23:09:23下载
- 积分:1
-
最小二乘影像匹配
运用最小二乘方法的matlab影像匹配,经典算法(MATLAB image matching using least squares method, classical algorithm.)
- 2020-12-31 05:18:58下载
- 积分:1
-
LSB-for-QR-Code
在最不重要位替换嵌入算法的基础上引入矩阵编码,增强水印隐蔽性,有效地提高水印嵌入效率。(On the basis of the least significant bit embedded algorithm is introduced to Replace the matrix coding, to enhance hidden watermark, the watermark embedding effectively improve efficiency.)
- 2015-03-16 09:54:53下载
- 积分:1