▍1. 海康SDK视频抓拍
通过调用海康sdk,按时间间隔进行拍照
图像时频变换实例,包括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..)
课程设计 几何图形(满分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)
含实验报告以及测试数据 基于离散点的构TIN算法 一、算法思想 (1)首先,找出离散点集中相距最近的两点,连接这两点形成TI、的初始基线。 (2) 然后,找出包含此基线的另外一个点构成三角形。寻找第三点的方法: △按Delaunav三角形的判断法则乎找第三点。 △或者.按距离基线中点最近的原则挤找第三点。 (3)连接孰点与基线的两个端点形成两条新边,构成三角形。 (4)抓这两条新边为基线,重复上述过程。直到两条新边扩展完成。 (5)重复上述过程,依次循环处理所有新边。直到所有离散点均成为TIN的端点。
基于MATLAB GUI的图像处理界面,包括基本的图像处理功能(Graphical interface construction based on image processing)
说明: 基于MATLAB GUI的图像处理界面,包括基本的图像处理功能(Graphical interface construction based on image processing)
说明: 提取亚像素精度的中心线的线检测算法,适用于线结构光的中心提取(Line detection algorithm for extracting sub-pixel centerline is suitable for extracting the centerline of line structured light.)
包含完整的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.)
Random ppm modulated analog signal under Complete class-based image processing, contains all of the source code, auto image, Correlation analysis process matlab method.
/** * 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) *,)