CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 坐标 直线

搜索资源列表

  1. structured-light-feature-extraction

    0下载:
  2. 基于Hessian矩阵的条纹中心提取方法提取光条中心点的亚像素图像坐标,并将光条中心点连接成光条中心线 然后利用直线近似算法将光条中心线在拐点处拆分为近似直线:最后将满足角度约束和图像原点到近似直线的距离约束的共线中心点进行融合,对融合后的共线中心点进行直线拟合得到直线光条的参数方程。-Hessian matrix-based extraction method of extracting light stripe center of the center section of the sub-
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:579744
    • 提供者:方芳
  1. lsd

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

    • 发布日期:2013-04-24
    • 文件大小:615479
    • 提供者:Jiaqi Sun
  1. linecutface

    0下载:
  2. 实现任意直线对多边形的分割,返回生成的多边形顶点坐标-An arbitrary line of division of the polygon,Return vertex coordinates of polygons generated
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3056
    • 提供者:陈浩然
  1. Project

    0下载:
  2. 批量输出直线交点的坐标,为南方CASS格式-export the coordinate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:7882
    • 提供者:guibaobuding
  1. huitu1

    0下载:
  2. MFC中生成对话框,在对话框中输入点坐标可以画直线-Generated MFC dialog box, enter the point coordinates in the dialog box can draw a straight line
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1962443
    • 提供者:weimiao
  1. DiaLine

    0下载:
  2. 鼠标绘制直线,坐标输入坐标点绘制直线,外加图形的重绘功能-The mouse to draw a straight line, the coordinates enter the coordinates to draw a straight line, plus graphics redraw function
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1950396
    • 提供者:xie
  1. B_Line

    0下载:
  2. 中点Bresenham算法绘制直线,输入起始点坐标颜色,绘制直线-The midpoint draws lines Bresenham algorithm, input starting point coordinate color, draws lines
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-06
    • 文件大小:1356881
    • 提供者:李红雷
  1. BHcircle

    0下载:
  2. 数值微分(DDA)法: 设过端点P0(x0 ,y0)、P1(x1 ,y1)的直线段为L(P0 ,P1),则直线段L的斜率 L的起点P0的横坐标x0向L的终点P1的横坐标x1步进,取步长=1(个象素),用L的直线方程y=kx+b计算相应的y坐标,并取象素点(x,round(y))作为当前点的坐标。因为: yi+1 = kxi+1+b = k1xi+b+kDx = yi+kDx 所以,当Dx =1 yi+1 = yi+k。也就是说,当x
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:596
    • 提供者:李丽
  1. DLT057

    1下载:
  2. 利用PHOTOSHOP软件可以量测出左右像片各控制点的像素坐标,通过公式可以计算出其像点坐标。再根据给定的控制点的空间坐标,利用直线线性变换解法计算出11个DLT参数即l的系数值以及内方位元素然后解算出外方位元素。另外一种方式是用单像空间后方交会的公式计算出外方位元素。利用单像空间后方交会的来结算影像的外方位元素的基本思想是:以单幅影像为基础,从该影像所覆盖地面范围内若干控制点的已知地面坐标和相应点的像坐标量测值出发,根据共线条件方程,解求该影像在航空摄影时刻的外方位元素。首先建立单文档的程序,
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3801918
    • 提供者:haitian
  1. 3

    0下载:
  2. 绘制点、线、三角形等基本对象,设定投影关系,确定窗口大小与视口大小,通过改变顶点坐标位置,观察物体绘制结果的变化,并与实际计算的结果相对照;通过改变顶点位置,设计针对直线的完全裁剪、一端部分裁剪,中间部分裁剪三种情况,并观察响应的结果;设计针对面的不同裁剪情况。-Draw points, lines, triangles and other basic objects, set projection relation to determine the window size and viewpo
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:263382
    • 提供者:guizhe
  1. Bresenham-line-algorithm

    0下载:
  2. 直线中点Bresenham 算法,输入起点坐标和终点坐标,即可画出直线-Mid-point of Bresenham line algorithm, the input point coordinates and end coordinates, then draw a straight line
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2322754
    • 提供者:徐新
  1. DDA_draw_line

    0下载:
  2. C语言里DDA算法画直线,要求输入直线两端点X和Y坐标。-DDA method to draw lines, draw a straight line with the DDA algorithm, requiring the input coordinates of two end points of a straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:34492
    • 提供者:哈哈
  1. drawline

    0下载:
  2. autocad使用txt文本的坐标点绘制连续直线图-autocad txt text coordinates with a continuous line diagram drawing
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:5270
    • 提供者:刘斌
  1. DDA_interpolation

    0下载:
  2. 快速数字积分插补算法及其实现.在数字积分插补原理的基础上提出了一种可以实现多次坐标的空间直线插补于圆弧插补的快速数字积分插补算法-Fast digital integral interpolation algorithm and its implementation in the digital interpolation points based on the principle of a coordinate space can be achieved many times in the c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:124682
    • 提供者:moke
  1. intersection

    0下载:
  2. 利用交点坐标的直线生成算法,上述方法完全能够实现数据的同步更新,并一直处于稳定的应用中。压缩中有程序和文章。-Intersection coordinates using linear generation algorithm, the method is fully capable of achieving data synchronization update, and has been in a stable application. Compression in the program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2573057
    • 提供者:李风
  1. Q3

    0下载:
  2. 利用Hough transform计算图片中两条直线间的角度,同时计算图片中所有直线汇聚于某一点的坐标-Find the angle of these tow lines shown in the image by Hough transform.As you can see in the image all of such lines are going to merge to a special point (perspective or vanishing point). Find the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:114684
    • 提供者:Chen Gaojun
  1. CLASSDEMO

    0下载:
  2. 通过计算直线段上任意点坐标这样一个小程序来演示类的定义和使用-By calculating the coordinates of any point on the line segment a small program to demonstrate the class definition and use of
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:3707
    • 提供者:zhongniuniu
  1. dinjunhui

    1下载:
  2. 一天,丁俊晖编一整天的程序,突然觉得累了,于是便决定在房间内四处走走。他的房间是矩形的,他从电脑开始随便选了一个角度开始行走。由于职业习惯,丁俊晖走路始终是直线,而且碰到墙以后会反弹,入射角度与出射角度完全相同。丁俊晖会一直行走,直到灵感再次迸发。假设他的行走速度是匀速的,现在,丁俊晖的母亲想知道他一共休息了多长时间以便提醒他继续工作。 丁俊晖想考考他的母亲,于是他记录了自己碰到墙壁的序列并且告诉了她,你有没有办法能够帮助她计算出小丁所走的路程? 输入 输入包括多个测
  3. 所属分类:Data structs

    • 发布日期:2015-10-06
    • 文件大小:188416
    • 提供者:bangbanglovett
  1. 11

    0下载:
  2. 直线和三角形光栅化算法:一、 实验原理 (1)直线光栅化:中点算法 (2)三角形光栅化:增量算法:寻找三顶点的包围矩形,只对该矩形内的候选像素执行循环。计算重心坐标,确定直线。 -A straight line and triangle rasterization algorithm: First, the experimental principle (1) line rasterization: the midpoint algorithm (2) triangle
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:10490
    • 提供者:吴起
  1. graphic

    0下载:
  2. 能实现画点,画直线(拖动式),画椭圆类(同上),画矩形(同上),填充,随意画线(拖动式),橡皮,清屏的绘图功能。 拥有设置画笔样式和颜色,设置橡皮样式和颜色,设置填充颜色的功能。 具有撤消和保存读取文档功能(有些方面有缺陷)。 所有操作都配备快捷键,方便操作。 状态显示画笔坐标和当前操作状态。(部分菜单项也设置了状态栏动态说明) -Can realize painting points, draw a line (drag type), painting elliptic c
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-23
    • 文件大小:7641500
    • 提供者:cbf
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com