-
Polygon clipping is one of those humble tasks computers do all the time. It s a...
Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest one (from 1974) is called the Sutherland-Hodgman algorithm. In its basic form, it is relatively simple. It is also very efficient in two important cases, one being when the polygon is completely inside the boundaries, and the other when it s completely outside.
- 2022-09-16 13:35:03下载
- 积分:1
-
经典的图形学程序,中点画圆算法的实现@vc
经典的图形学程序,中点画圆算法的实现@vc-Graphics classic procedure, the mid-point algorithm implementation drawcircle @ vc++
- 2023-08-06 09:25:03下载
- 积分:1
-
利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别...
利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别-use template for road tracking, and through least squares method to trace the template image curve fitting. Calculated curve equation for the path of achieving recognition
- 2022-03-10 08:06:38下载
- 积分:1
-
该程序可以实现基于模糊边缘检测的增强,提供了唯一的…
该程序能实现基于模糊增强的边缘检测 只提供了源程序 效果图可以自己仿真了看-The program can realize enhanced based on fuzzy edge detection provides the only source the effect of map can watch their simulated
- 2022-07-27 13:52:47下载
- 积分:1
-
检测空间中直线是否相交(动态)
检测空间中直线是否相交(动态)-detect whether linear space intersect (dynamic)
- 2022-03-22 13:31:41下载
- 积分:1
-
实现五种基本变换的C程序(平移,错切,对称,旋转,比例放大缩小)...
实现五种基本变换的C程序(平移,错切,对称,旋转,比例放大缩小)-achieve the five fundamental transformation of the C program (translation, the wrong cut, symmetrical, rotation, scaling, zooming)
- 2022-01-24 14:24:20下载
- 积分:1
-
This is a graphics of cutting algorithm commonly used characters, including cutt...
这是图形学中的一个常用裁剪算法包括字符裁剪,终点裁剪,多边形裁剪等很多算法.-This is a graphics of cutting algorithm commonly used characters, including cutting and finish cutting, cutting as many polygons algorithm.
- 2022-04-16 04:44:32下载
- 积分:1
-
最常见的数字图像的中值滤波程序,c语言编的,可以用
最常见的数字图像的中值滤波程序,c语言编的,可以用
- 2023-08-07 08:10:03下载
- 积分:1
-
OpenGL代码为“油漆”
opengl的小程序 画图板
用于初学者
觉得很不错-opengl code for "paint"
- 2023-05-25 08:00:02下载
- 积分:1
-
能实现三维数据的体绘制,所用是光线追踪法
能实现三维数据的体绘制,所用是光线追踪法-To achieve three-dimensional data, volume rendering, ray tracing is used by law
- 2022-04-07 10:39:44下载
- 积分:1