搜索资源列表

  1. CVHough

    0下载:
  2. hough变换,检测直线,有界面很好用的matlab源代码!可以自己加入需要的代码!-hough transform, linear detection, a good interface with the Matlab source code! Need to be their own code!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9866
    • 提供者:filterbank
  1. houghlines00

    0下载:
  2. 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Hough transform space and the use of images Hough parameter space of point-line duality, transmit images of the space prob
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:936
    • 提供者:david
  1. houghpeaks00

    0下载:
  2. 不用多说了,和Hogh搭配使用检测直线的程序 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Needless to say, Hogh mix and the use of linear detection procedures Hough transform space and th
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1014
    • 提供者:david
  1. distence

    0下载:
  2. GIS中用mapx侧距离,比较稳定的例子,支持直线与折线测距-using GIS mapx lateral distance, relatively stable examples in support of straight lines and broken Ranging
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:7968
    • 提供者:魏延成
  1. graphicshow

    0下载:
  2. 计算机图形学算法演示系统,包括各种绘图,曲线,直线,变换等等算法,较实用。-algorithm in computer graphics presentation systems, including drawings, curves, straight lines, etc. Transform algorithm, and more practical.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:30068
    • 提供者:邓毅
  1. openglline

    0下载:
  2. 程序使用了Bresenham算法的思想,将四个象限的问题通过交换端点的方法合并成一,四象限的问题。再利用sign变量,统一成一个问题。又考虑到斜率<1,>1最终问题分成了两种情况。在直线插补程序的一开始,把斜率为正无穷的情况单独进行讨论。最终完成了整个程序-procedures for the use of the Bresenham algorithm thinking, four quadrant of the issu
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:87081
    • 提供者:吴子朝
  1. Mymultiply

    0下载:
  2. 一个判断当在窗体上点击鼠标时,鼠标和直线的位置关系:在线上、或线的顺时针方向、或是在逆时针方向。c++ builder 6.-when a judge in Window on the clicking of the mouse, the mouse and linear position : on-line, Line or clockwise direction, or in an anti-clockwise. C builder
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4063
    • 提供者:xinran
  1. line_chabu

    0下载:
  2. 实现了直线插补程序,指明起点和终点即可.实际应用于XY绘图仪的画线并成功.在凌阳unSP IDE上编译通过.用C编写,可方便地移植.-achieved a linear interpolation procedures specified starting point and destination can be. actual XY plotters used in the line drawing and successfully.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1160
    • 提供者:lkh
  1. Nie_Wai_qie_yuan

    0下载:
  2. 实现了任意三角形内切圆、外接圆的计算公式。另外,采用了直线的反走样类绘图,消除了锯齿。-realized the arbitrary triangle inscribed circle, the circle of the formula. Furthermore, the introduction of a linear type of anti-aliasing graphics, removed the serrated.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:79941
    • 提供者:刘小军
  1. DrawFunc

    0下载:
  2. 基本图形学图元生成,实现图形学经典图元直线,样条,多边形填充,裁剪等算法。-basic map generated graphics, graphics achieve classic map line, spline, polygon filling, cutting algorithm.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:30750
    • 提供者:tuwei
  1. HoughTrans

    0下载:
  2. 自己写的Hough Transform检测直线和圆的代码,直线检测做了点小改进,可以检测线段,但只能检测一个圆和一条直线,希望对初学者能有帮助-wrote Hough Transform detection of linear and circular code Line Detection done a small improvement can be detected line, but only detected a circle
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:66098
    • 提供者:wxj
  1. Paint_board

    0下载:
  2. 这是一个类似windows中的画板程序。 功能简介: • 可以在工具栏上选择画直线,矩形,椭圆等。 • 画的时候可以在颜色板上选择画笔的颜色, 也可以通过菜单项改变画笔的粗细。 • 单击放大镜能够对图形进行放大,便于观察,单击一次就放大一倍,再单击窗口时就恢复原大小。 • 可以双击选中图形,相应的图形上出现标识就说明已选中,然后按DEL键或相应按钮删除。 &
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:159569
    • 提供者:cy
  1. C8051_lcd

    0下载:
  2. 摘 要: 本文件是C8051单片机LCD测试程序,功能:定义 A ~ F 为功能键。按\"A\"显示画点图形,按\"B\" 显示画直线图形, 按\"C\"显示画矩型图形,按\"D\"显示画矩型图形,按\"E\"显示画圆形图形, \"F\"显示待机界面. 将跳线器J8短接J16断开,R44闲置。使用外部22.1184MHz晶振。-Abstract : This document is C8051 MCU LCD test
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:52160
    • 提供者:Lance Yin
  1. drawtoolinvb

    0下载:
  2. 程序简介 本程序是一个用于绘画固定图象的程序,类似window的画板, 可以绘出,直线,矩形,圆形,椭圆, 正六边形,正五角星六种图形,并且 可以搭配不同的边框颜色和填充颜色。 适合VB初学者学习。-guide this process is for a fixed image of the painting process, similar window slate can draw a straight, rectangular
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4828998
    • 提供者:武伟
  1. GraphicsAlg

    0下载:
  2. 多种图形学算法的实现,如DDA直线法等,比较全面。-multiple graphics algorithm for example, the DDA straight, more comprehensive.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:133175
    • 提供者:shifu2007
  1. Computer_Graphics_Algorithm

    0下载:
  2. 该程序实现了图形学中的一些算法,如画线、画圆,填充、直线多边形、扫描转换,扫描线消隐算法以及一个简单的Gouraud光照模型。-the realization of a number of graphics algorithms, painting lines, the Circle, filling, linear polygon scan conversion, Lines scanning algorithm and a simp
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:725652
    • 提供者:青海长云
  1. beautydraw

    0下载:
  2. 一个简单的绘图程序,可以绘制直线,圆,矩形,和画笔工具,可以输入文字,并且可以实现简单的保存功能-a simple drawing program, drawing straight lines, circles, rectangles, and the brush tool, you can enter text, simple and can achieve the preservation of function
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:875115
    • 提供者:王焰辉
  1. Hough-transform

    0下载:
  2. 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线提取出来-the function used to detect images of parallel linear. If the images are two parallel lines, it will be two parallel linear extracted
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9649
    • 提供者:庄宇飞
  1. MyPaint_new

    0下载:
  2. 功能:实现了对直线 矩形 椭圆三种图元的绘制 选定 移动功能 是学习GDI编程基础很好的例子-functions : Implementation of three straight rectangular oval map of the mapping function is selected mobile learning program based GDI good example .. .
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:108889
    • 提供者:HH
  1. MyDraw_new

    0下载:
  2. 功能:用面向对象的思想来实现了对直线 矩形 椭圆三种图元的绘制 选定 移动 并添加了编辑设置图元多种属性功能 是深入学习GDI编程很好的例子-functions : Object-oriented thinking to achieve a pair of three straight rectangular oval map of the selected mobile mapping and add a map editor Set
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:98637
    • 提供者:HH
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org