搜索资源列表
hough变换检测直线
- C++实现的hough变换,检测一副图象中存在的直线段。-Hough transform generized by C++ detects Lines in a image.
二维裁剪算法
- 实现裁剪直线段的Cohen-Sutherland算法和裁剪多边形的Sutherland-Hodgman算法的程序 -realization of the linear cutting Cohen-Sutherland algorithm and cutting polygons Sutherland-Hodgman algorithm procedures
裁剪Dlg
- 区域填充和影线填充原理,算法和实现 图形几何变换,投影变换和视向变换的方法和实现 直线段,多边形裁剪算法和实现 曲线生成原理,算法和实现 常用的消隐算法 -area filling and filling hatched theory, algorithms and graphic geometric transformation, and visual projection transformation to transform th
Delphi_advline
- 我们使用VB设计界面时可以在任意方向直接画直线,但在delphi下却不能,除非在程序中去画,而该控件能够在界面设计时直接画出任意方向,任意长短的直线段。-We use the VB interface design can be in any direction direct line drawing, But under the delphi did not, except in proceedings to painting. Th
cutofbeeline
- 基于VC++6.0实现直线段的Cohen-Sutherland算法裁剪. 操作说明: 打开裁剪.EXE,点击画矩形或画直线,就可以进行画矩形或直线;然后点击裁剪,就可以进行直线段的Cohen-Sutherland裁剪。 -based VC 6.0 line of the Cohen-Sutherland algorithm cutting. Operation Note : Open cut. EXE, it painted
myfiles
- 通过键盘能分别给步进电机单独运行的速度,同时也能进行差补运行,画直线段,并能返回原点
1
- 计算机图形学--直线段的裁剪:利用编码裁剪法剪裁直线段.
LBline
- 1、编程实现DDA算法、Bresenham算法、中点递归算法绘制直线段 2、分析对比三种算法的像素逼近效果和程序执行速度 3、输出要求:每种算法要分别在八个二分之一象限内画一条直线段
图形学直线和圆的生成算法
- 掌握直线和圆的生成算法,分别用DDA法和中点画线法在屏幕上画两条直线段-grasp of linear and circular generation algorithm, respectively DDA Act and the dotted lines in the screen painting of two straight
基本画线实现算法
- 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活C
perfectdraw
- 该程序能够实现矢量图的基本绘制以及文本标注功能,如放大缩小,画直线段,画折线,圆等-the process to achieve the basic vector drawing and text annotation capabilities, such as zooming, line painting, painting dogleg, round, etc.
图形学直线和圆的生成算法
- 掌握直线和圆的生成算法,分别用DDA法和中点画线法在屏幕上画两条直线段-grasp of linear and circular generation algorithm, respectively DDA Act and the dotted lines in the screen painting of two straight
基本画线实现算法
- 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活C
perfectdraw
- 该程序能够实现矢量图的基本绘制以及文本标注功能,如放大缩小,画直线段,画折线,圆等-the process to achieve the basic vector drawing and text annotation capabilities, such as zooming, line painting, painting dogleg, round, etc.
hough变换检测直线
- C++实现的hough变换,检测一副图象中存在的直线段。-Hough transform generized by C++ detects Lines in a image.
cutofbeeline
- 基于VC++6.0实现直线段的Cohen-Sutherland算法裁剪. 操作说明: 打开裁剪.EXE,点击画矩形或画直线,就可以进行画矩形或直线;然后点击裁剪,就可以进行直线段的Cohen-Sutherland裁剪。 -based VC 6.0 line of the Cohen-Sutherland algorithm cutting. Operation Note : Open cut. EXE, it painted
Cohen-Sutherland
- 程序运行Cohen-Sutherland线段裁剪算法 ,所用坐标系为笛卡尔直角坐标系. 起始状:用户输入所画线段的起点和终点坐标 结束状态:程序打印出裁剪以后的线段-Program runs Cohen-Sutherland Line Clipping algorithm, used for the Cartesian coordinates Cartesian coordinate system. Start-shape
CCreateLine
- 创建直线段类,通过鼠标输入起点、终点创建直线段,并实现橡皮筋功能-Category above to create a straight line through the starting point of the mouse input, the end of paragraph to create a straight line, and the rubber band feature
FindLineSegs
- 该函数用于提取图像中的直线段 输入图像,直接输出提取的直线段-find line segment in images
lsd
- Line Segment Detection 用C实现的直线段检测,检测出PMG格式图像中的直线段,给出线段起始终止坐标-Line Segment Detection,achieved with the C. Detect line segments in image of the PMG format, giving the starting and ending coordinates