搜索资源列表
vbcadmath
- 用VB开发的简单二维绘图程序,特别推荐其中的关于图形几何算法,包括点、直线、圆、圆弧之间的距离、交点、切点。-VB development of simple two-dimensional mapping procedures, in particular the recommendation of the graphic geometric algorithms, including point, line, circle, arc gap between Nodal, the cut-of
GetIntersectPoint
- 该程序用语计算两线段的焦点。分别传入两线段的端点坐标,返回交点坐标。
2ddraw
- 计算机图形学大作业,一、 调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现。三、线段裁剪和多边形裁剪算法的动画演示实现。四、交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。五、自行车行走和绕固定点旋转的自旋转物体动画。六、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。七、交互式Bezier曲线的输入绘制程序实现
vp
- 寻找图片中消失点的位置,方法:使用霍夫转换找到两条直线,其交点即为消失点-Using Hough transformation to find the vanishing point.
click_calib
- 基于平面模版的摄像机定标的关于确定模版中交点的程序-Plane-based camera calibration template template in the intersection on the determination of the procedures
pll
- 该程序用matlab实现求两直线的交点,显示直线和交点坐标。-Present two lines intersection
scanfill
- 光栅图形学中的扫描填充算法。list<Line> AET和list<Line>* NET构成了活性边表和新边表.算法先初始化各扫描线新边表,之后对于每条扫描线更新活性边表,并且配对交点来着色。 -Raster graphics scanning fill algorithm. list <Line> AET list <Line>* NET constitute the active side of the table and side tab
photo_cut
- 图形裁剪,实现对画的线,多边形,交点进行剪裁,实现图形的规范化-Graphic cutting, to achieve the painting line, polygon, tailoring intersection, graphics standardization
LineLine2Point
- 此程序是空间两条直线求交点,需要知道直线上两个点就可以!- two space straight lines to find intersection, which need to know two points on the line!