-
GMMP-and-tracking
活动目标检测源码,用混合高斯算法编写,适用于复杂场景视频监控(alive target detection,used in GMM algorithm)
- 2014-02-22 16:00:59下载
- 积分:1
-
MeanShift2
meanshift算法的python实现 + 图像化显示(meanshift with python)
- 2018-05-29 15:13:58下载
- 积分:1
-
jcsqx
介绍近场声全息的参考资料,其中格林函数对全息效果的影响是比较好的参考,有助于对全息的理解(Introduction nah reference materials, which affect the Green' s function of holographic effect is relatively good reference, contribute to the understanding of holography)
- 2021-01-31 12:48:32下载
- 积分:1
-
wavelet
用小波变换进行图像增强,先对原始图像进行非下采样的小波分解,在对每一层的高频分解系数进行处理,得到变换后的小波系数,再进行小波重构。(Image enhancement using wavelet transform, the original image and non-sampling wavelet decomposition in the high frequency decomposition coefficients of each layer, get the wavelet coefficients after the transformation, then the wavelet reconstruction.
)
- 2020-07-28 19:48:39下载
- 积分:1
-
experiment
批量计算气泡的面积 和绘制气泡的轨迹在同一张图片上(Calculate the area of the bubble in batch and draw the trajectory of the bubble on the same picture)
- 2018-02-25 13:49:28下载
- 积分:1
-
chapter9
说明: 《数字图像处理与机器视觉:Visual C++与Matlab实现》5
图像分割,霍夫变换,Hough变换直线检测的Matlab实现(" Digital image processing and machine vision: Visual C++ and Matlab to achieve" 5 image segmentation, Hough transform, Hough transform line detection of the Matlab implementation)
- 2010-04-22 09:15:40下载
- 积分:1
-
图像灰度处理
对加载的图像进行灰度处理,简单处理matlab程序,效果不错,利于后面对图形进一步加工处理(Gray-scale processing of loaded images)
- 2019-06-18 08:06:13下载
- 积分: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
-
high-resolution-sar
高分辨率及新模式SAR的成像算法,含有圆轨迹快速成像和压缩感知等内容(High resolution and the new mode of SAR imaging algorithm, containing circular trajectory fast imaging and compressed sensing and other content)
- 2013-05-24 10:47:21下载
- 积分:1
-
ImageSegment
图像分割程序,采用水平集演化的思想,实现偏微分方程中的GAC模型。Image segment source code(GAC model),which adopt the idea of level set evolving.(Image segmentation procedures, the use of level set evolution of thought, the realization of partial differential equations of the GAC model. Image segment source code (GAC model), which adopt the idea of level set evolving.)
- 2007-09-20 18:09:54下载
- 积分:1