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

搜索资源列表

  1. hough

    0下载:
  2. 霍夫变换检测圆心坐标 直线坐标 霍夫变换检测直线圆心纵坐标-Hough transformation
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1190
    • 提供者:mdy
  1. arc

    0下载:
  2. 感觉圆心坐标,半径,起点弧度,终点弧度来画对应地圆弧-Feeling center coordinates, radius, starting arc, corresponding to the end of the curvature of the arc to draw
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3856
    • 提供者:刘彬
  1. matlab-import-dxf

    3下载:
  2. 用matlab读取.dxf文件。本站原有代码dxf2coord_20.m中对于圆弧只能读出其圆心坐标及半径,缺少圆弧起始角及终止角,并不能在应用中实际用起来。修改后可以读出圆弧的起始角和终止角-the scr ipt can offer start angle and end angle of an arc,which are unable to access in an earlier scr ipt dxf2coord_20.m 。
  3. 所属分类:Other systems

    • 发布日期:2015-01-23
    • 文件大小:5120
    • 提供者:wanglong
  1. Desktop

    1下载:
  2. 用matlab实现的最小二乘拟合圆,能输出半斤,圆心坐标,拟合误差-a program for cirfit
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-08
    • 文件大小:1763759
    • 提供者:张利群
  1. tiquyuanxin

    0下载:
  2. 本程序能够实现动态提取圆心坐标,基于两个摄像头,快速并稳定。-This procedure can achieve dynamic center extraction, based on the two cameras, rapid and stable.
  3. 所属分类:Console

    • 发布日期:2017-06-10
    • 文件大小:17311160
    • 提供者:zy
  1. HALCON_CIRCLE

    0下载:
  2. 一个简单的HALCON计算圆心坐标的例子,C++代码格式,初学者适用!-A simple example of calculating coordinates HALCON, c++ code format, for beginners!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2425
    • 提供者:FangQY
  1. exa

    0下载:
  2. ① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。 ② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。 ③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-11
    • 文件大小:795
    • 提供者:陈怡
  1. graphics

    0下载:
  2. 实验一:类与对象实验: 几何图形类的设计 实验目的:掌握用类进行面向对象程序设计的方法,掌握使用对象作为类的成员变量,掌握方法的参数传递,掌握静态域和静态方法。 实验内容:编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下: ① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。 ② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1894
    • 提供者:chenchao
  1. Matlab

    4下载:
  2. nonmaxsup——非最大值抑制 hysthresh——设定阈值区间,返回一个二值化图像 canny——边缘探测,图像边缘增强 adjgamma——调整图像的伽马值 findline——利用线性Hough变换和Canny边缘探测得到的线上各点的坐标 circlecoords——返回由圆的半径和圆心坐标决定的圆上各点像素的坐标 houghcircle——取一幅经过canny变换的图像,利用hough变换找到图像中的一个圆 findcircle——计算所得线上各点
  3. 所属分类:software engineering

    • 发布日期:2017-03-04
    • 文件大小:4573184
    • 提供者:廖志伟
  1. drawcircle

    0下载:
  2. 一个画圆和的简单小程序,通过输入圆心坐标和半径确定位置-A circle and a simple small program, to determine the location by entering the center coordinates and radius
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:12132
    • 提供者:wy
  1. soble_hough

    0下载:
  2. 先用sobel算子对图像进行预处理,提取边缘。对于不连续的圆,在利用hough算法检测圆心坐标和半径,再将圆进行重画,得到完整的圆并显示。 -First with sobel operator for image pre-processing, edge extraction. For discontinuous circle detection algorithm using hough the center coordinates and radius, and then re-draw
  3. 所属分类:Other systems

    • 发布日期:2015-04-18
    • 文件大小:1024
    • 提供者:侯国强
  1. how-to-draw-circle

    1下载:
  2. 已知圆弧起点与终点(角度表示)、圆心坐标,半径,如何用matlab画圆弧-how to draw circle
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:33667
    • 提供者:lizhi
  1. vb-AUTO-CAD-CIRCLE

    1下载:
  2. VB编写的源代码,将auto CAD图纸上的多个圆的圆心坐标抓取出来并且按照从小到大的顺序排序。-VB source code, the center coordinates more than one round of auto CAD drawings and in accordance crawl out from small to large order.
  3. 所属分类:Other systems

    • 发布日期:2016-01-10
    • 文件大小:19456
    • 提供者:毕搭棚
  1. CirIntersect

    0下载:
  2. 完成两圆求交点功能,输入两圆半径即圆心坐标得到交点坐标。-Intersecting circles
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5047
    • 提供者:
  1. hough

    0下载:
  2. hough变换提取图像中圆的半径和圆心坐标-hough transform to extract the radius and center
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2356
    • 提供者:陈建可
  1. circfit

    0下载:
  2. 用于拟合圆心坐标及求取包络半径,式中半径R求取需根据需求更改系数。-Use for fitting the circle center and calculate the radius, the variables of R can be changed by the parameter in consider of your meet.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:45804
    • 提供者:王涛
  1. 3POINT

    0下载:
  2. 已知圆弧上的三个点的坐标,求圆心坐标的源代码-three point to circle
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1681
    • 提供者:lidong
  1. CadSurf

    0下载:
  2. 实现图形学中画直线,园和圆弧以及直线裁剪,区域填充等功能 1. 对于画直线,只需知道起点和终点即可。在工作区间中按下鼠标(即选择起点),拖动至另一处松开(终点),即得到直线。 2. 画圆需要圆心坐标、半径、及起始角和终止角,至于实验要求的画1/4圆弧,可设起始角=0,终止角=45,若要画整个圆弧起始角和终止角分别为0和360即可。 3. 椭圆需要的参数更多,有椭圆中心坐标、长轴、短轴、长轴和X轴正向夹角、及起始离心角和终止离心角,要画整个椭圆还是部分椭圆只需控制起始和终止离心角。与画圆弧类似,具
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:569
    • 提供者:邹皓
  1. 3-Computing-Center

    0下载:
  2. 这是运用vb语言制作的一个关于3点如何计算圆心坐标的应用。-This is the use of VB language made an application on how to calculate the coordinates of the center of the 3 point.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-26
    • 文件大小:9526
    • 提供者:pjy
  1. zuobiao

    0下载:
  2. 提取图片的特征圆点 ,并计算圆心坐标,在此程序中设计到图像的对比度处理和滤波处理-Feature extraction image dots and calculate the coordinate of the circle center
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:539
    • 提供者:yumeng
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com