搜索资源列表
DDA-line
- 自己用C语言编写的直线DDA算法。可以根据输入的坐标,在屏幕上画出直线。-own use C language prepared by the DDA linear algorithms. Can be imported under the coordinates on the screen paint line.
line-Draw--based-on-Opencv
- line draw on display, based opencv
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
line
- 几个图形生成的代码,其中有直线,圆,抛物线和自由曲线的生成-Several graphics generated code, including a straight line, circle, parabola, and the generation of free-form curve
Cohen_Sutherland
- 利用Visual C++编写的Cohen_Sutherland直线裁剪算法演示程序,图形界面,可以拖拉画直线,裁剪窗口大小可以自由变换,也可以准确定位输入直线和点-The use of Visual C++ Prepared Cohen_Sutherland line clipping algorithm demo program, graphical interface, you can drag and drop drawing a straight line, cutting window
LF
- a simple line-follower simulation. it has 7 sensors.
line
- Bresenham直线生成算法 算出直线上有所有坐标点 -on line all poits
hough_line
- this is a code for line detection in noisy image using hough transform
line
- A program for drawing lines on a simple form. the user can select color and size of the line
line
- 直线扫描转换程序,包括DDA算法、中点画线法、Bresenham画线法三种算法-Line scan conversion process, including the DDA algorithm, the dotted line method, Bresenham drawing line method of three algorithms
clplot2
- 绘制科学曲线,曲线,bar,pie都有,收集了不少,感觉这个比较好用-CPlot is an open source library for adding plots to MFC-based projects. The library supports XY style plots that can be scatter plots, line plots, and histogram plots. Up to 10 data sets per chart are supported
Line
- 绘制直线,可以通过鼠标也可以通过键盘键入-Draw a straight line through the mouse can also be typed using the keyboard
Line
- 计算机图形学中Line的画法,基于VC6.0-Computer graphics in the drawing Line
line_hough
- 用hough变换检测直线,适用于计算机视觉初学者,简单容易理解,-Line detection using hough transform applied to computer vision for beginners, easy to understand,
two-dimension-line-clipping
- 二维线段剪裁代码,用了多次取中值的方法进行的,内容还包括实验报告。-Two-dimensional cut line code, with a number of methods to take the value, and also includes test reports.
Line-Segment-Intersection
- Line segment Intersection details and algorithms
Line
- vc单文档界面下绘制多条直线,点击右键即可删除直线-vc single-document interface to draw the line, right click to delete line
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
line
- 基础的DDA算法用来画直线,使用MFC做框架实现-Based DDA algorithm is used to draw a straight line, use the MFC framework to achieve to do