搜索资源列表
改进的直线检测VC源代码
- 改进的Hough变换直线检测VC源代码,检测速度较快
DDA法直线插补程序
- 数控DDA直线插补程序
用bresenham算法实现画直线
- 主要是图形学课程中的一个小实验,采用bresenham算法实现直线的一个C语言源程序
作图实现点向式直线、箭头
- 利用程序实现点向式直线、箭头
霍夫变换检测圆和直线
- 霍夫变换检测圆和直线,数字图像处理课程设计,直接使用,非常不错
Matlab的M文件编写的数控插补2D直线算法仿真
- Matlab的M文件编写的数控插补2D直线算法仿真。具体参数可使用:X-500,Y-600,Fc-600,Fs-0,Fa-0,at--200.仿真的本意是为了验证DSP上同类插补算法的正确性,Matlab M-file to prepare the CNC interpolation algorithm for 2D simulation of a straight line. Specific parameters can be used: X-500, Y-600, Fc-600, Fs-0
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
两种直线划线算法
- 使用DDA划线算法和Bresenham划线算法生成两种不同的直线,并构思图形(Using the DDA scribing algorithm and the Bresenham scribing algorithm, two different straight lines are generated, and the graphics are conceived)
案例12-Cohen-Sutherland直线段裁剪
- 计算机图形学Cohen-Sutherland直线段裁剪的算法(Computer graphics Cohen-Sutherland line segment cutting algorithm)
OpenGL直线裁剪
- 通过鼠标左键控制,对矩形进行直线或者斜线的裁剪。鼠标右键恢复。(Through the mouse control, cut the rectangle)
最小二乘法拟合直线程序和软件
- 最小二乘法拟合直线程序,Least square method of fitting linear program(Least square method of fitting linear program)
画直线
- 1.以鼠标左键的按下为"起点",保持按下状态,移动鼠标,直到放开鼠标键作为"终点",画一条静态直线. 2.在鼠标移动过程中应该从"起点"向鼠标的"当前位置"画一条动态的直线.绘制动态直线的方法是,先删除前一条直线,然后画一条新的直线.在鼠标移动过程中会不断接收到许多WM_MOUSEMOVE消息,其中LOWORD(lParam)和HIWORD(lParam)分别存放鼠标的当前X,Y值.(1. press the le
霍夫直线计算图像倾斜角度
- 对图中有比较明显的需要竖直的直线进行检测,计算图像的倾角(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)
基于backtracking和0.618的两种梯度下降直线搜索算法
- 本算法为凸优化中的常用优化算法:梯度下降算法。本程序由matlab编写,内含有注释,分别用非精确直线搜索和精确直线搜索两种方法实现了梯度下降算法。
LB直线
- 计算机课程,数字图像LB直线算法,opengl(LB linear algorithm for digital image, OpenGL)
边缘缺陷直线特征检测170108-00
- 能够实现小型金属零件边缘轮廓直线特征检测(The edge contour line detection of small metal parts can be realized)
边缘检测hough直线
- 用MATLAB边缘检测检测出直线,并用Hough函数连接起来。(Use MATLAB to detect straight lines and connect)
画直线、方形
- 画图,学用rectangle画方形和直线。(Drawing, learn to use rectangle to draw a square and a straight line.)