CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - center of a circle

搜索资源列表

  1. 知三点求圆心半径

    1下载:
  2. 输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用-importation of 3D coordinates for a three-dimensional space where the center of a circle, use the dialog box structure, function inside the algorithm can be made to use separate
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:29.52kb
    • 提供者:吴敏珊
  1. airimg_wy(10-5)

    0下载:
  2. 使用Hough变换检测圆的示例。该程序可以确定图像中每个圆的圆心位置。-detection Yuan example. The procedure can be identified image of the center of a circle round each location.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:233.56kb
    • 提供者:朱顺兴
  1. yuanyan

    0下载:
  2. 编写一个一个程序,在屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆,而且,每隔四分之一周期,圆的填充色和圆的周边颜色都发发生了变化(颜色自己选取),同时,圆的半径在四分之一周期之内由正弦曲线幅值的0.2倍至0.6倍线性增长。-procedures appeared on the screen in the center of a circle along a sinusoidal curve track the movement of a solid round, but every fourt
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:9.34kb
    • 提供者:王界
  1. houghsearchcircle

    1下载:
  2. 文件给出了matlab语言进行,对二值图像先用sobel 算子找出边缘,再用hough变换找出圆的圆心和半径的程序,并附图像和解释!-documents given Matlab language, the binary image segmentation using the operator to identify the edge then Hough transform to identify the center of a circle and the circle radius of
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:13.38kb
    • 提供者:image
  1. 高速椭圆绘制程序

    0下载:
  2. 高速椭圆绘制程序   程序中var16为有符号16位数字型,uvar16为16位无符号数字型,uvar32为无符号32位数字型,var32为有符号32位数字型。Ellipse参数中的x0,y0为圆心坐标,r1和r2分别为横半径和纵半径。PutPixel为画点函数。 -high-speed oval drawing program procedures var16 symbols for the median 16 H, 16 uvar16 for digital-type symbols, sy
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:927byte
    • 提供者:陈毛华
  1. ioo

    0下载:
  2. 公路路线设计中用模式法计算插入圆心的坐标的小程序-road design model method used to insert the coordinates of the center of a circle of small procedures
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:844byte
    • 提供者:lhbnj
  1. 图形学直线的生成算法

    0下载:
  2. 圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle procedures, procedures for the pr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:878byte
    • 提供者:成龙
  1. compute.rar

    0下载:
  2. 用于相机标定中标定点的识别,扫描像素矩阵中某个圆的圆心,Camera calibration for the successful identification of a sentinel, scanning pixel matrix in the center of a circle
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1.88kb
    • 提供者:yin xiaoping
  1. CHABU.rar

    0下载:
  2. 直线圆弧插补,可任意输入起始点、终止点;圆弧由圆心及起始角和终止角决定,A straight line circular interpolation, the starting point can be input, termination points arc from the center of a circle and start-angle and angle the decision to terminate
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:1.12kb
    • 提供者:magic
  1. ArcPartDemo

    0下载:
  2. 计算圆弧上n个等分点的坐标的函数,及使用示例代码,VC环境,属于二维图形基础算法,加有详细的注释。 输入:圆心,起点,终点,半径,旋转方向,点数量n。 输出:圆弧上n个等分点坐标的数组, 说明:输出的起点序号为0,终点序号为n-1 -Calculate arc n are equally a function of the coordinates of points, and use the sample code, VC environment, belonging to
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:44.58kb
    • 提供者:wsadfg
  1. Hough

    0下载:
  2. hough变换检测圆的处理,包括对圆心的检测,半径的检测,算法巧妙。-hough transform circle detection, including detection of the center of a circle, the radius of detection, the algorithm skillfully.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.72mb
    • 提供者:zhouwei
  1. hough.circle

    0下载:
  2. 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-Introduction of a circle detection method, based on the Hough transform, and in accordance with the characteristics of circular geometry can be extracted quickly and accurately the circle center coordina
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:6.18kb
    • 提供者:qinchuanhero
  1. C++

    0下载:
  2. 编写一个程序,在屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆,要求每隔4分之一周期,圆的填充色和圆的周边颜色都发生变化(颜色自己选取),同时圆的半径在四分之一周期内由正弦曲线幅值的0.2倍至0.6倍的线性增长。-The preparation of a procedure on the screen there is a center of a circle along the sinusoid trajectory mobile solid round, one request every 4
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:1021byte
    • 提供者:海阔天空
  1. circle

    0下载:
  2. This program uses principle of the Image Processing to find center of circles.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:912byte
    • 提供者:Traisith
  1. circle

    0下载:
  2. 这个是用OPENCV库函数在WIN32控制台中编写的,功能是实现轮廓跟踪,并画出轮廓,此程序得出的是圆的轮廓,求得圆的中心和半径,将此圆画出,与实际的圆形成对比。 -This is OPENCV library function in the preparation of WIN32 console, feature tracking is to achieve the outline and draw the outline, this procedure is to draw the o
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2.22mb
    • 提供者:黄烨
  1. Circles

    0下载:
  2. 使用applet產生五個同心圓,圓與圓間距相同且每個圓使用不同的顏色,執行時經由參數輸入圓心x,y的座標值、最小圓的半徑及間距。-Applet generated using five concentric circles, round and round the same pitch circle and each using a different color, the implementation of input parameters through the center of a ci
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:1.36kb
    • 提供者:LEE
  1. Line-circle

    1下载:
  2. C++实现计算机图形学算法,绘制线(数值微分法、中点画线法、Bresenham法),绘制圆(圆心半径画圆、中心点画圆算法)-C++ realization of computer graphics algorithms, rendering line (numerical differential method, the stipple method of lines, Bresenham method), draw the circle (center of a circle radius d
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:48.85kb
    • 提供者:钟哲
  1. circle

    0下载:
  2. this code will help you to draw a circle, the input is the radius and no. of point and the center point
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:616byte
    • 提供者:ibtesam
  1. ChiLunJiSuan

    1下载:
  2. 这是一个关于齿轮的齿顶圆和齿根圆半径的计算程序,先将图片预处理和二值化,然后进行边缘检测求出圆心,最后用平均法求出半径。-This is an addendum on the gear tooth root radius circle and the calculation procedure, the first image preprocessing and binarization, edge detection and then find the center of a circle,
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:538.08kb
    • 提供者:小小
  1. find+circle

    0下载:
  2. 找出一个圆的中心点或多个圆的中心。。。。(Find the center of a circle or the center of multiple circles...)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:786kb
    • 提供者:飞翔的
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com