-
EMSegementation
EM算法是最为经典的统计图像分割方法,代码基于matlab,使用EM算法实现图像分割,源代码加实例图像,非常好用(By using EM algrithm to realize the segementation of image)
- 2021-04-27 13:08:45下载
- 积分:1
-
Harris
用MATLAB实现亚像素角点检测,简单实用(Using MATLAB to achieve sub-pixel corner detection, simple and practical)
- 2020-10-06 11:17:39下载
- 积分:1
-
harris
说明: harris检测 +ncc粗配+ransac去除错误点(harris detection. ncc coarse. ransac remove the error point)
- 2011-03-02 20:11:38下载
- 积分:1
-
icme14_deblur_code_orginal
代码实现2014ICML文章Motion blur kernel estimation via salient edges and low rank prior,基于显著边缘和低秩先验的运动模糊核估计。(The code implementation of Motion blur kernel estimation via salient edges and low rank prior)
- 2018-11-12 23:48:03下载
- 积分:1
-
Camshift
说明: 这是基于Camshift的目标跟踪code,编程语言为matlab。下载解压后可以直接运行。(This is the target tracking code based on CAMSHIFT, and the programming language is matlab. After downloading and decompressing, you can run it directly.)
- 2020-05-11 20:05:02下载
- 积分:1
-
yanjing
通过图像处理技术实现对眼睛中的细微血管的提取,并进行强度变换,使效果更好。(Through the realization of extraction of slight blood vessels in the eye image processing technology, and intensity transformation, so that the effect is better.)
- 2014-12-14 20:12:37下载
- 积分:1
-
SAR-images-about-agriculture
这是关于农业方面的遥感SAR图像数据,做SAR处理的可以下载使用(This is the SAR remote sensing image data on agriculture, do SAR processing can download)
- 2013-12-09 11:38:44下载
- 积分:1
-
2
说明: 输入多幅图像实现帧间差分实现运动目标检测(Enter the number of inter-frame difference image realize realize moving target detection)
- 2008-03-06 13:35:36下载
- 积分: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
-
h264
通过websocket接收h264裸流后,在web端解析播放(After receiving the bare stream of h264 through websocket, it is parsed and played on the web side)
- 2021-03-07 10:09:29下载
- 积分:1