-
LBM
说明: LBM三维渗流计算,可以导出流场图和无量纲渗流系数(The flow field diagram and dimensionless seepage coefficient can be derived by LBM three-dimensional seepage calculation)
- 2020-06-29 00:40:02下载
- 积分:1
-
edge_detection
本代码比较全面地给出了图像边缘检测常用的各种算法的代码,包括:基于LoG算子边缘检测、基于Canny算子的边缘检测、基于SUSAN算子的边缘检测、基于小波变换模极大值的边缘检测、利用有限冲击响应来提取不同方向边缘、采用灰度形态学膨胀和腐蚀,对图像进行单尺度和多尺度的形态学边缘检测(This code gives a more comprehensive variety of commonly used edge detection algorithm code, including: LoG operator based on edge detection, based on Canny operator edge detection based on SUSAN operator edge detection based on wavelet transform modulus maxima edge detection values using finite impulse response to extract edges in different directions, using grayscale morphological dilation and erosion, the image of the single-scale and multi-scale morphological edge detection)
- 2014-06-12 13:55:28下载
- 积分:1
-
graphcut
图像交互是分割 graph cut,实现交互式分割,并且可以连续分割(Interactive image is split graph cut, to achieve interactive segmentation, and can be continuously split)
- 2020-10-30 21:59:57下载
- 积分:1
-
density-estimation-2015
2015年最新国外算法,基于加权视觉词典的人群密度估计(crowd entimatin by a weighted bag of visual word model)
- 2015-10-13 22:59:46下载
- 积分:1
-
matlab图像处理(lena)
说明: 基础图像处理语言,RGB各图层提取,量化图像,lena典型案例代码。(Basic image processing language, RGB layer extraction, quantization image, Lena typical case code.)
- 2020-11-19 20:41:01下载
- 积分:1
-
defogging_hekaiming
说明: 何凯明的暗通道去雾算法,Python版本代码(image defogging based on dark channel)
- 2020-03-31 16:42:23下载
- 积分: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
-
snapshot
说明: 这是基于matlab的一个视频控制程序,他可以一次控制10个摄像头,并可将其拍照的程序进行保存(This is a video based on matlab control program, he could control the camera 10, and the procedure to save the pictures)
- 2011-04-05 09:58:12下载
- 积分:1
-
YOVH33
杭州电子科技大学acm题库中的1097的代码,如果有人需要拿去!()
- 2018-05-28 10:23:34下载
- 积分:1
-
LMS_NLMS
实现基本的LMS算法和归一化LMS算法学习曲线的比较仿真(LMS algorithm and normalized LMS algorithm learning curve comparing simulation)
- 2012-05-27 00:32:42下载
- 积分:1