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

搜索资源列表

  1. Detection-of-ellipses-by-a-modified-Hough-transfor

    0下载:
  2. 这是一篇关于椭圆检测的文章:对于做人脸识别,模式识别的同行应该会有所帮助.找了好久,才下到,上传来共享下.-abstract:The Hough transformation can detect straight lines in an edge-enhanced picture, however its extension torecover ellipses requires too long a computing time. This correspondence proposes
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1918536
    • 提供者:华瑞娟
  1. 1-10

    0下载:
  2. 椭圆中点Bresenham算法-Bresenham midpoint ellipse algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:259407
    • 提供者:赵涯
  1. 33753127fitellipse

    0下载:
  2. it basically contains algorithm to fit an ellipse
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1772
    • 提供者:salehamasood
  1. EllipseFitByTaubin

    0下载:
  2. This is a fast non-iterative ellipse fit, and among fast non-iterative ellipse fits this is the most accurate and robust. It takes the xy-coordinates of data points, and returns the coefficients of the equation of the ellipse: ax^2 + bxy +
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:2071
    • 提供者:ragada
  1. ELLIPSE

    0下载:
  2. c program for drawing ellipse
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:848
    • 提供者:chandra
  1. ellipse

    0下载:
  2. ellipse椭圆函数maltab实现程序-ellipse Matlab function
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:1307
    • 提供者:Z. Xie
  1. fit_ellipse1

    0下载:
  2. fit_ellipse - finds the best fit to an ellipse for the given set of points.-fit_ellipse- finds the best fit to an ellipse for the given set of points.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:4784
    • 提供者:yar
  1. Ellipse

    0下载:
  2. 改变填充圆的颜色,里面有红,绿,蓝三种颜色选择。-To change the fill color of the circle, which has red, green, blue three colors choices.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1884091
    • 提供者:劳頔
  1. ellipse_5p

    0下载:
  2. 一个演示demo,利用鼠标在图像上选取5个点,计算出椭圆,并在图像上画出来。能过处理多幅图像-A demo demo, use the mouse in the image on the selected five points, calculate the ellipse, and the image drawn. Be able to handle the multiple images
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:4445881
    • 提供者:邓宏平
  1. ellipse

    0下载:
  2. 在当前或指定坐标系中绘制椭圆,运用直接最小二乘法-Draws an ellipse or arc on the current or specified axes
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:2063
    • 提供者:著毛
  1. 79419130ellipse

    1下载:
  2. 本程序是关于最小二乘椭圆拟合的中心定位程序,定位精度较高。-This program is about the least-squares ellipse fitting center locator, positioning accuracy.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:55896
    • 提供者:谢鲁
  1. Bresenham

    0下载:
  2. C++ code. Realization of Bresenham algorithm for rasterization of line, ellipse and circle (with Glut).
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:5380
    • 提供者:bob stan
  1. houghEllipses

    0下载:
  2. 应用hough变换检测椭圆的代码,很方便。-Application of the ellipse hough transform detection code, and very convenient.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:968
    • 提供者:田慧
  1. Ellipse Fit

    3下载:
  2. 基于MATLAB的椭圆拟合算法,有主程序,带结果显示图片-MATLAB-based ellipse fitting algorithm, with the main program, with results show that image
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-26
    • 文件大小:24915
    • 提供者:mafulu
  1. Hough

    0下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:24258
    • 提供者:王超
  1. EllipseDirectFit

    0下载:
  2. ellipse fitting, very good algorithm, works very well.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1933
    • 提供者:neftirini
  1. fitellipse

    0下载:
  2. This program is demonstration for ellipse fitting. Program finds * contours and approximate it by ellipses. * * Trackbar specify threshold parametr. * * White lines is contours. Red lines is fitting ellipses. * * * Autor: Denis Burenk
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1575
    • 提供者:dilir
  1. feature_extraction_face_GE

    0下载:
  2. An automatic facial feature extraction method is presented in this paper. The method is based on the edge density distribution of the image. In the preprocessing stage a face is approximated to an ellipse, and genetic algorithm is applied
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:324301
    • 提供者:fais
  1. Bresenham

    0下载:
  2. 计算机图形学椭圆中点的Bresenham算法代码-Computer Graphics Bresenham midpoint ellipse algorithm code
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:240759
    • 提供者:小晓
  1. 9927423hough-tuoyuanjiance

    0下载:
  2. 有关椭圆检测的一段小程序 希望大家看看 谢谢支持-Small section of the ellipse detection procedure let us look at
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:970
    • 提供者:kanglinchun
« 1 2 3 45 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com