-
在已知点的坐标和节点编号杆件两段接点标号的情况下绘制三维图形...
在已知点的坐标和节点编号杆件两段接点标号的情况下绘制三维图形-Known node coordinates and the bars at both ends of the case of contact numbers drawn three-dimensional graphics.
- 2022-11-22 13:05:03下载
- 积分:1
-
MIT人工智能实验室的目标识别的源码,MATLAB版本的,非常适合计算机视觉方面的研究使用。...
MIT人工智能实验室的目标识别的源码,MATLAB版本的,非常适合计算机视觉方面的研究使用。-MIT artificial intelligence laboratory identification of the target source code, version of the MATLAB, very suitable for computer vision of study.
- 2022-01-26 04:38:13下载
- 积分:1
-
彩色图像分割(unix)
彩色图像分割(unix)-color image segmentation (unix)
- 2022-03-02 12:20:21下载
- 积分:1
-
兽人
orc--光学文字识别,效果很好的,很有用-orc-- Optical Character Recognition, and the results very good, very useful
- 2023-01-26 03:55:03下载
- 积分:1
-
这是一个Bezier曲线(C++)的源代码。这是非常重要的计算机图形…
这个是贝塞尔曲线(C++)的源代码。它是计算机图形学中非常重要的内容。-This is a Bezier curve (C++) Source code. It is very important in computer graphics content.
- 2022-02-13 00:23:46下载
- 积分: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
-
该程序用定时器实现了对字体颜色的改变,颜色从RGB(0,0,0)变到RGB(255,255,255)再循环...
该程序用定时器实现了对字体颜色的改变,颜色从RGB(0,0,0)变到RGB(255,255,255)再循环-Realize the program using the timer on the font color changes, color from the RGB (0,0,0) change to the RGB (255255255) recycling
- 2022-01-24 16:44:08下载
- 积分:1
-
立体显示地形,效果不错,可以实现程序,看立体的地形图,opengl实现...
立体显示地形,效果不错,可以实现程序,看立体的地形图,opengl实现-Stereoscopic display terrain, good results can be achieved procedures, see three-dimensional topographic map, opengl achieve
- 2022-05-09 02:46:46下载
- 积分:1
-
qwt 6.1源代码及实例
实现qt,曲线绘图,最基本的方法,详细的源码,适合新手学习,非常好的学习资料
- 2022-09-07 02:30:03下载
- 积分:1
-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1