搜索资源列表
最小二乘法直线拟合 用VC实现的
- 一个基于VC的最小二乘法直线拟合,很有用哦-a VC-based linear least squares fitting method, useful oh
绘制各种图形-直线-多边形
- 1.PaintDCDemo 演示如何利用用类CPaintDC绘图。 2.ClientDCDemo 演示用类CClientDC管理用户区。 3.CPenDemo 类CPen的使用。 4.CBrushDemo 演示刷子CBursh的使用。 5.CRgnDemo 演示CRgn的用法。 6.MapModeDemo 演示不同映射模式下图形绘制。 7.DrawPointDemo 演示点的绘制。 8.DrawLineDemo 演示绘制直线。 9.DrawPol
添加点直线矩形圆圆弧
- 实现图形元类:使用“添加类向导”添加点、直线、矩形、圆、圆弧、多边形等图形元基类,并添加这些类的必要代码。-graphics yuan categories : use of "Add Class wizard," adding, line, rectangle, circle, arc, polygon graphics yuan base class, and the addition of these categories the necessary code.
图形学的算法直线生成算法1
- 图形学的算法直线生成算法1-graphics algorithms straight Algorithm 1
图形学的算法直线生成算法2
- 图形学的算法直线生成算法2-graphics algorithms straight Algorithm 2
图形学的算法直线生成算法3
- 图形学的算法直线生成算法3-graphics algorithms straight Algorithm 3
中点法画直线
- 中点法画直线,输入起点与终点的坐标后,可画出任意种情况的直线-Midpoint painting line, starting with the input of the coordinates of the end, after the paint kinds of arbitrary line
C直线裁剪
- 用C语言编写的动态演示C直线裁剪的源代码-C language demonstration of dynamic linear cutting C source code
DDA法直线插补程序
- 数控DDA直线插补程序
houghline.hough 变换提取直线 MATLAB程序
- hough 变换提取直线 MATLAB程序 可以很好的检测出一副图像中的直线,Extraction of straight line hough transform MATLAB program can detect a very good image of a straight line
hough.用hough变换来检测直线
- 基于vc++和opencv,用hough变换来检测直线,我的课程作业,Based on vc++ and opencv, using hough transform to detect straight line, my coursework
案例12-Cohen-Sutherland直线段裁剪
- 计算机图形学Cohen-Sutherland直线段裁剪的算法(Computer graphics Cohen-Sutherland line segment cutting algorithm)
OpenGL直线裁剪
- 通过鼠标左键控制,对矩形进行直线或者斜线的裁剪。鼠标右键恢复。(Through the mouse control, cut the rectangle)
霍夫直线计算图像倾斜角度
- 对图中有比较明显的需要竖直的直线进行检测,计算图像的倾角(There is a need to detect straight lines more obvious vertical in the figure, the image angle calculation)
直线拟合
- 基于opencv图像处理,对分布的多点进行直线拟合(Opencv image processing based on straight line fitting of multi point distribution)
LB直线
- 计算机课程,数字图像LB直线算法,opengl(LB linear algorithm for digital image, OpenGL)
边缘缺陷直线特征检测170108-00
- 能够实现小型金属零件边缘轮廓直线特征检测(The edge contour line detection of small metal parts can be realized)
DDA、中点及Bresenham算法生成直线
- 运用DDA算法、中点算法及Bresenham算法,用C++语言编写的实现二维直线的绘制(Using DDA algorithm, midpoint algorithm and Bresenham algorithm, C++ language is used to draw two-dimensional straight line.)
python-opencv镜头直线检测
- 通过二值化2、边缘检测、霍夫变换检测摄像头拍摄到的直线。(Binarization 2, edge detection, and Hough transform detect the line taken by the camera.)
直线光栅扫描转换算法的实现
- 通过C++实现直线光栅扫描转换算法的示例(Implementation of Linear Grating Scanning Conversion Algorithms)