登录

最新会员 最新下载

成为了本站VIP会员

今天19:36

成为了本站VIP会员

今天16:04

成为了本站VIP会员

03月27日 21:54

成为了本站VIP会员

03月27日 17:03

成为了本站VIP会员

03月27日 12:17

成为了本站VIP会员

03月26日 17:53
已选条件
  1. 编程语言:Java
  2. 代码类别:图形图像处理
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 海康SDK视频抓拍

通过调用海康sdk,按时间间隔进行拍照

2
下载
182
浏览
2021-10-26发布

2. ImageTrans

  图像时频变换实例,包括FFT变换、FFT逆变换、DCT变换、DCT逆变换、DWT变换、DWT逆变换、WHT变换、WHT逆变换等。(Examples of image frequency conversion, including FFT transform, FFT transform, DCT transform, DCT transform, DWT transform, DWT transform, WHT transform, inverse transform, etc..)

5
下载
103
浏览
2021-05-08发布

3. plsda

说明:  matlab近红外光谱进行掺假判断,运用plsda建模可以进行真假鉴别(The near infrared spectrum of MATLAB is used to judge the adulteration, and plsda modeling can be used to identify the authenticity)

8
下载
144
浏览
2020-12-29发布

4. Lbp

说明:  使用lbp算法来计算出一副图片的纹理程度,归一化处理(LBP calculates the texture level of the image)

1
下载
144
浏览
2020-12-10发布

5. 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)

16
下载
94
浏览
2020-12-10发布

6. HC-SRO4超声波测距(STM32F103)

STM32F103开发板,HC-SRO4超声波测距模块

1
下载
93
浏览
2020-12-10发布

9. 源码:基于离散点的构TIN算法(三角网)

含实验报告以及测试数据 基于离散点的构TIN算法 一、算法思想 (1)首先,找出离散点集中相距最近的两点,连接这两点形成TI、的初始基线。  (2) 然后,找出包含此基线的另外一个点构成三角形。寻找第三点的方法: △按Delaunav三角形的判断法则乎找第三点。 △或者.按距离基线中点最近的原则挤找第三点。 (3)连接孰点与基线的两个端点形成两条新边,构成三角形。  (4)抓这两条新边为基线,重复上述过程。直到两条新边扩展完成。  (5)重复上述过程,依次循环处理所有新边。直到所有离散点均成为TIN的端点。

1
下载
115
浏览
2020-01-02发布

11. 43659358Matlab-GUI--for-Image-Segmentation--

  基于MATLAB GUI的图像处理界面,包括基本的图像处理功能(Graphical interface construction based on image processing)

5
下载
89
浏览
2019-04-23发布

12. 43659358Matlab-GUI--for-Image-Segmentation--

说明:  基于MATLAB GUI的图像处理界面,包括基本的图像处理功能(Graphical interface construction based on image processing)

9
下载
122
浏览
2019-04-23发布

13. ij-ridgedetection-master

说明:  提取亚像素精度的中心线的线检测算法,适用于线结构光的中心提取(Line detection algorithm for extracting sub-pixel centerline is suitable for extracting the centerline of line structured light.)

3
下载
124
浏览
2019-03-08发布

14. SVM

  包含完整的SVM算法,下载即可使用。其中包括数据集和完整的算法结构,算法结构包括数据清理、核函数升维以及SMO优化算法,可以较好实现数据非线性分类。(Contains the complete SVM algorithm and download it for use. Including the data set and the complete algorithm structure, the algorithm structure includes data cleaning, kernel function upscaling and SMO optimization algorithm, which can better achieve nonlinear data classification.)

5
下载
136
浏览
2018-03-14发布

15. url

  使用统一资源定位符类URL实现文件下载,同时ImageIO也可以实现(class URL download file)

1
下载
93
浏览
2017-08-24发布

16. pr453

  Random ppm modulated analog signal under Complete class-based image processing, contains all of the source code, auto image, Correlation analysis process matlab method.

1
下载
91
浏览
2017-06-24发布

17. jiaoben3795

  /** * jpg图像文件缩放类 * * 本类实现一个对 JPG/JPEG 图像文件进行缩放处理的方法 即给定一个 JPG 文件,可以生成一个该 JPG 文件的缩影图像文件 (JPG 格式 ) *,(/ * * * JPG * * the zoom image file class to implement a class of JPG/JPEG image file to zoom method is given a JPG file, you can generate a miniature image file of the JPG file (JPG format) *,)

1
下载
109
浏览
2017-06-19发布

19. ReadWordXML.java

  DOCX Parser, extracts inline images quiz

1
下载
80
浏览
2016-11-30发布

20. preprocessing-master

  image processing otus single level

2
下载
72
浏览
2016-11-04发布