搜索资源列表

  1. hough变换检测直线

    1下载:
  2. C++实现的hough变换,检测一副图象中存在的直线段。-Hough transform generized by C++ detects Lines in a image.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:125.94kb
    • 提供者:杨兵
  1. 二维裁剪算法

    0下载:
  2. 实现裁剪直线段的Cohen-Sutherland算法和裁剪多边形的Sutherland-Hodgman算法的程序 -realization of the linear cutting Cohen-Sutherland algorithm and cutting polygons Sutherland-Hodgman algorithm procedures
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:27.61kb
    • 提供者:kuld
  1. 裁剪Dlg

    0下载:
  2. 区域填充和影线填充原理,算法和实现 图形几何变换,投影变换和视向变换的方法和实现 直线段,多边形裁剪算法和实现 曲线生成原理,算法和实现 常用的消隐算法 -area filling and filling hatched theory, algorithms and graphic geometric transformation, and visual projection transformation to transform th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.07kb
    • 提供者:王宇
  1. Delphi_advline

    0下载:
  2. 我们使用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
  3. 所属分类:Dephi控件源码

    • 发布日期:2008-10-13
    • 文件大小:5.48kb
    • 提供者:漆先虎
  1. cutofbeeline

    0下载:
  2. 基于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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:130.98kb
    • 提供者:陈守勇
  1. myfiles

    0下载:
  2. 通过键盘能分别给步进电机单独运行的速度,同时也能进行差补运行,画直线段,并能返回原点
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:129.94kb
    • 提供者:黄龙敏
  1. 1

    0下载:
  2. 计算机图形学--直线段的裁剪:利用编码裁剪法剪裁直线段.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.03kb
    • 提供者:刘琦
  1. LBline

    0下载:
  2. 1、编程实现DDA算法、Bresenham算法、中点递归算法绘制直线段 2、分析对比三种算法的像素逼近效果和程序执行速度 3、输出要求:每种算法要分别在八个二分之一象限内画一条直线段
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2.27kb
    • 提供者:菜菜
  1. 图形学直线和圆的生成算法

    0下载:
  2. 掌握直线和圆的生成算法,分别用DDA法和中点画线法在屏幕上画两条直线段-grasp of linear and circular generation algorithm, respectively DDA Act and the dotted lines in the screen painting of two straight
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.01kb
    • 提供者:成龙
  1. 基本画线实现算法

    0下载:
  2. 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活C
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:570.47kb
    • 提供者:朱磊
  1. perfectdraw

    0下载:
  2. 该程序能够实现矢量图的基本绘制以及文本标注功能,如放大缩小,画直线段,画折线,圆等-the process to achieve the basic vector drawing and text annotation capabilities, such as zooming, line painting, painting dogleg, round, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.81mb
    • 提供者:吴军
  1. 图形学直线和圆的生成算法

    0下载:
  2. 掌握直线和圆的生成算法,分别用DDA法和中点画线法在屏幕上画两条直线段-grasp of linear and circular generation algorithm, respectively DDA Act and the dotted lines in the screen painting of two straight
  3. 所属分类:其他小程序

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:
  1. 基本画线实现算法

    0下载:
  2. 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活C
  3. 所属分类:2D图形编程

    • 发布日期:2024-11-26
    • 文件大小:570kb
    • 提供者:朱磊
  1. perfectdraw

    0下载:
  2. 该程序能够实现矢量图的基本绘制以及文本标注功能,如放大缩小,画直线段,画折线,圆等-the process to achieve the basic vector drawing and text annotation capabilities, such as zooming, line painting, painting dogleg, round, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-11-26
    • 文件大小:3.35mb
    • 提供者:吴军
  1. hough变换检测直线

    0下载:
  2. C++实现的hough变换,检测一副图象中存在的直线段。-Hough transform generized by C++ detects Lines in a image.
  3. 所属分类:图形图象

    • 发布日期:2024-11-26
    • 文件大小:126kb
    • 提供者:杨兵
  1. cutofbeeline

    0下载:
  2. 基于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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-26
    • 文件大小:1.67mb
    • 提供者:陈守勇
  1. Cohen-Sutherland

    0下载:
  2. 程序运行Cohen-Sutherland线段裁剪算法 ,所用坐标系为笛卡尔直角坐标系. 起始状:用户输入所画线段的起点和终点坐标 结束状态:程序打印出裁剪以后的线段-Program runs Cohen-Sutherland Line Clipping algorithm, used for the Cartesian coordinates Cartesian coordinate system. Start-shape
  3. 所属分类:OpenGL

    • 发布日期:2024-11-26
    • 文件大小:4kb
    • 提供者:
  1. CCreateLine

    0下载:
  2. 创建直线段类,通过鼠标输入起点、终点创建直线段,并实现橡皮筋功能-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
  3. 所属分类:绘图程序

    • 发布日期:2024-11-26
    • 文件大小:2kb
    • 提供者:
  1. FindLineSegs

    0下载:
  2. 该函数用于提取图像中的直线段 输入图像,直接输出提取的直线段-find line segment in images
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-11-26
    • 文件大小:2kb
    • 提供者:Qinxun Bai
  1. lsd

    0下载:
  2. 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
  3. 所属分类:图形图象

    • 发布日期:2024-11-26
    • 文件大小:601kb
    • 提供者:Jiaqi Sun
« 12 3 4 »

源码中国 www.ymcn.org