搜索资源列表
Bresenham算法编程演示
- Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle,
大型数字图形图像系统VC源码
- 大型的图形图像系统,包括直线,弧线,圆,椭圆,等等图形的源代码-large graphics system, including the line, arc, circle, ellipse, and so on graphical source code
vlax
- 在VB中怎样通过代码中的两个类实现像VLISP或ARX那样,很好的控制SPLINE及PLINE线。-in VB code through how the two categories of achievement or as VLISP ARX, SPLINE good control and PLINE line.
Hough-tuoyuan
- Hough检测直线,圆,椭圆的代码 其中椭圆是用matlab-Hough line detection, round, oval ellipse code which is used Matlab
HoughTrans
- 自己写的Hough Transform检测直线和圆的代码,直线检测做了点小改进,可以检测线段,但只能检测一个圆和一条直线,希望对初学者能有帮助-wrote Hough Transform detection of linear and circular code Line Detection done a small improvement can be detected line, but only detected a circle and a straight line. hope to
CG.zip
- 计算机图形学作业算法 VC++程序源码 含画直线(逐点比较法)、二维裁剪(中点分割算法)、判别点在区域内外(标号法)等算法,经我修改用于保存手动提取图形特征点,Computer graphics algorithms operating VC++ Program source code containing paint a straight line (point by point comparison method), two-dimensional cutting (mid-poin
CGcode
- 计算机图形学常用算法源代码:直线生成算法,曲线生成算法,平移变换,比例变换,对称变换,区域填充,图像裁剪-Computer graphics algorithms source code used: a straight line generating algorithm, curve generation algorithm, translation transformation, the proportion of transformation, symmetry transformatio
Cohen-Sutherland
- 用C语言实现了Cohen-Sutherland算法,代码可以直接复制到tc里面运行,很好实现了线段裁剪-With the C language to implement Cohen-Sutherland algorithm, the code can be directly copied to the tc run inside, well realized Line Clipping
ParallelLine
- 最近一直处理多边形相关的处理,包括自相交图形分割,有洞多边形的分割,任意不相交多边形的三角分割,其中用到了折线平行线的生成算法,见附件。提高了图形的描画速度。以后会继续上传多边形处理的论文和处理代码。-Have recently been dealing with polygon-related processing, including the self-intersection graph partition, there are holes polygons partition, arbi
line
- 几个图形生成的代码,其中有直线,圆,抛物线和自由曲线的生成-Several graphics generated code, including a straight line, circle, parabola, and the generation of free-form curve
hough_line
- this is a code for line detection in noisy image using hough transform
tst_ClippingByRect
- Clipping By Rectangle code. Line Object and Polygon Object Clipping By Rectangle
drawing-an-imitation-vb-source-code
- 一个仿画图板的画图vb源代码,包括画圆、直线、矩形以及手笔等功能。-Drawing board drawing an imitation vb source code, including circle, line, rectangle, and handwriting functions.
two-dimension-line-clipping
- 二维线段剪裁代码,用了多次取中值的方法进行的,内容还包括实验报告。-Two-dimensional cut line code, with a number of methods to take the value, and also includes test reports.
line-suanfa
- 画直线算法源代码,包括B算法画直线和DDA算法画直线-Straight-line drawing algorithm source code, including the the algorithm B draw a straight line, and the DDA algorithm for drawing a straight line
line
- 最小二乘直线拟合(对离散点进行的最佳直线拟合)-there is a code of line fitting
code
- 扫描线种子填充,主要面向学习计算机图形学的朋友-Scan line seed fill, mainly for the study of computer graphics friends
code
- 该程序基于霍夫变换实现直线提取 用到了canny算法-The program is based on the Hough transform for line extraction canny algorithm is used
Scan-Line-Seed-Fill-Algorithm
- 计算机图形学多边形填充算法,扫描线种子填充的伪代码-Computer graphics polygon fill algorithm, scan line seed fill pseudo code
line-drawing.tar
- C++ program code for line drawing (DDA and Bresenham s)
