搜索资源列表
最小二乘法直线拟核源代码
- 图像处理源代码,介绍了利用最小二乘法对BMP图像进行直线拟合的方法-image processing source code, introduced to the use of least squares to BMP images linear fitting method
直线度检测
- 用最小二乘法拟合出机床导轨运动时的直线,从而可以对机床导轨的直线度误差进行检测- Fits time the engine bed guide rail movement with least squares method the straight line, thus may carry on to the engine bed guide rail straight dimension error examines
直线bresenham
- bresenham 直线算法 值得大家参考-valuable reference
直线检测
- 检测一副图象中的直线并把直线描绘出来,用OPENCV编,VC环境下-an image detection of linear and linear painted with OPENCV series, VC environment
DDA画直线实验一
- DDA直线画线算法,希望能用得上。是老师在课堂上要求的,希望对大家有用-DDA straight line drawing algorithm, hope to ebb and flow. The teachers in the classroom requirements, I hope useful for all
画圆、直线过程演示(算法)
- 图形学算法+演示,比如直线画法,圆的算法等-demo graphics algorithm, such as linear method of painting, the algorithm Yuan
最小二乘法直线拟合程序
- 此程序为vc程序源代码,而且是多项式拟合程序,具体做法是从一副图上读出离散或连续的点,拟合成直线或曲线。-procedure for vc source code, but is polynomial fitting procedures, the specific approach is a map read out discrete or continuous, straight line or be synthetic curve.
直线的Bresenham算法
- 直线的Bresenham算法-linear Bresenham algorithm
画直线,斜线,曲线的控件
- 画直线,斜线,曲线的控件,转载。-drawing straight lines, slash, Curve Controls, reprinted.
自由画直线
- 这个程序是一个用鼠标画直线的源码,是用vc做的,对于那些初学者可能比较有用1-the procedure is painting a straight line with the mouse the source, is to use vc do, for those who may be more useful to beginners 1
编码算法剪裁直线
- 在vc++环境下编写的直线段裁剪算法,编码方法为-in vc + + environment prepared by the line of cutting algorithm, coding method for
一个用matlab检测直线交点的源程序
- 一个利用matlab作为开发工具的,检测直线交点的源程序-use Matlab as a development tool for the detection of the source straight Nodal
MFC 画圆 直线 Bezier等
- 在MFC下实现直线 圆 多边形 Bezier曲线的绘画等,其中涉及了填充等操作
MFC橡皮筋画直线
- VC6.0写的画的橡皮筋直线MFC
一种在二维权值矩阵中快速求“蛇形线”和“直线”的和
- 一种在二维权值矩阵中快速求“蛇形线”和“直线”的和。用了BIT结构。
MFCdra 直线,矩形等基本图形的绘制
- MFC绘图可以实现直线,矩形等基本图形的绘制与设置转化-MFC drawing
两种直线划线算法
- 使用DDA划线算法和Bresenham划线算法生成两种不同的直线,并构思图形(Using the DDA scribing algorithm and the Bresenham scribing algorithm, two different straight lines are generated, and the graphics are conceived)
画直线
- 1.以鼠标左键的按下为"起点",保持按下状态,移动鼠标,直到放开鼠标键作为"终点",画一条静态直线. 2.在鼠标移动过程中应该从"起点"向鼠标的"当前位置"画一条动态的直线.绘制动态直线的方法是,先删除前一条直线,然后画一条新的直线.在鼠标移动过程中会不断接收到许多WM_MOUSEMOVE消息,其中LOWORD(lParam)和HIWORD(lParam)分别存放鼠标的当前X,Y值.(1. press the le
画直线、方形
- 画图,学用rectangle画方形和直线。(Drawing, learn to use rectangle to draw a square and a straight line.)
实现直线识别_拟合角平分线
- 最近在学习matlab所以上传了较多关于matlab的代码,如果有学数值计算的同学,这里面是线性拟合与直线识别的相关内容(Recently, in learning Matlab, I uploaded more code about MATLAB. If there are students who learn numerical calculation, it is related to linear fitting and line recognition.)