-
该程序使用了Bresenham算法的思想,将四个象限(考虑到斜率<1,>1一共八种情况)的问题通过交换端点的方法合并成一,四象限的问题。...
该程序使用了Bresenham算法的思想,将四个象限(考虑到斜率1一共八种情况)的问题通过交换端点的方法合并成一,四象限的问题。-draw line
- 2022-02-03 03:12:04下载
- 积分:1
-
a Voronoi diagram mapping and triangulation Delauany procedures, and is seeking...
一个绘制Voronoi图和Delauany三角剖分的程序,并且给出了求凸包的算法。该程序可以演示如何进行三角剖分,帮助你理解整个剖分过程。-a Voronoi diagram mapping and triangulation Delauany procedures, and is seeking a convex hull algorithms. The procedure can demonstrate how triangulation, and help you understand the subdivision process.
- 2022-05-15 10:56:13下载
- 积分:1
-
vb 曲线图表监视,仿股票软件,可根据情况进行相关参数设置
vb 曲线图表监视,仿股票软件,可根据情况进行相关参数设置-vb curve chart surveillance, imitation stock software, the related parameter settings according to the situation
- 2022-02-03 22:22:10下载
- 积分:1
-
MATLAB模糊聚类的图像分割算法的源代码
matlab模糊聚类算法进行图像分割的源程序-matlab fuzzy clustering algorithm for image segmentation source code
- 2022-04-01 02:57:18下载
- 积分:1
-
Convert IDL to Python
将IDL(Interactive Data Language)语言转换为PYTHON语言(一种面向对象的脚本编程语言)-Convert IDL to Python
- 2022-02-04 06:46:06下载
- 积分:1
-
realized DAA painting painting straight line method (1) dotted line method Circl...
实现了
DAA画线法画直
(1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做)
(2) 二维区域填充(四向种子填充颜色算法) (选作)
(3) 直线裁减(任选一种) (必做)
(4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做) -realized DAA painting painting straight line method (1) dotted line method Circle (input coordinates x, y coordinates Center) (regimen) (2) two-dimensional region filled (4-seed filling color algorithm) (for the elections) (3) linear reduction (Option A) (regimen) (4) Bessel curve (the importation of four control points, or directly with a click of the mouse, the request will coordinate with the right show) (regimen)
- 2023-03-27 11:45:03下载
- 积分:1
-
sift的Matlab代码!进行SIFT特征匹配与特征识别
sift的Matlab代码!进行SIFT特征匹配与特征识别-sift the Matlab code! for SIFT feature matching and feature recognition
- 2022-11-19 19:10:03下载
- 积分:1
-
长方形的填充和背景填充
长方形的填充和背景填充-rectangular background filled and filled
- 2022-01-25 23:11:01下载
- 积分:1
-
逆滤波处理,在readme.txt里有详细的使用说明
逆滤波处理,在readme.txt里有详细的使用说明-inverse filter, the readme.txt are detailed usage
- 2022-06-27 07:16:03下载
- 积分:1
-
Image pattern recognition
图象模式识别--VC++技术实现
① 选择【模板匹配分类器】菜单,可以应用模板匹配算法进行分类。
② 选择【Bayes分类器】菜单,可以应用Bayes算法进行分类。
③ 选择【线性函数分类法】菜单,可以应用线性函数算法进行分类。
④ 选择【非线性分类法】菜单,可以应用非线性算法进行分类。
⑤ 选择【神经网络分类器】菜单,可以应用神经网络算法进行分类。
-Image pattern recognition- VC++ technology to achieve
- 2022-01-30 19:52:21下载
- 积分:1