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

搜索资源列表

  1. ElliFit.rar

    0下载:
  2. 最小二乘椭圆拟合 for java Least Ellipse Fitting,Least squares ellipse fitting for javaLeast Ellipse Fitting
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:7.36kb
    • 提供者:殷俊
  1. fitellipse.zip

    2下载:
  2. 计算机视觉和视觉测量中常用的椭圆拟合程序。用于视觉测量中的圆形标志点检测。,Computer vision and visual measurement of the ellipse fitting procedure used. Vision for the measurement of circular signs point detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:43.3kb
    • 提供者:Liang
  1. canny

    1下载:
  2. 椭圆检测拟合程序,能够从图片中自动提取椭圆并进行拟合 -Ellipse detection fitting procedure can be automatically extracted from the image to fit the ellipse and the
  3. 所属分类:Graph program

    • 发布日期:2015-06-07
    • 文件大小:621byte
    • 提供者:licheng
  1. Ellipsefitting

    0下载:
  2. 已知离散的坐标数据,利用这些坐标点进行椭圆拟合的程序-Known coordinates of discrete data points to use these coordinates ellipse fitting procedure
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:6.07kb
    • 提供者:姜波
  1. ellipse

    1下载:
  2. 椭圆拟合,非常精确,能根据给出的点,拟合成椭圆-Ellipse fitting, very precise, according to the given point, the proposed synthetic oval
  3. 所属分类:Fractal program

    • 发布日期:2017-04-16
    • 文件大小:54.99kb
    • 提供者:谢兰
  1. FindEllipse

    0下载:
  2. 基于OpenCV的椭圆检测算法,通过边界处理、轮廓识别、椭圆拟合来检测椭圆,支持椭圆参数的自定义筛选-Ellipse detection algorithm based on OpenCV,Boundary treatment, contour detection, ellipse fitting,Support the custom of the ellipse parameters
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:6.15kb
    • 提供者:zgm
  1. ellipsefitting

    1下载:
  2. 输入一组数据,xy值,用来拟合椭圆。只要改变输入数据,该代码就可以直接使用。另附上椭圆拟合算法。-Enter a set of data, xy values, used to fit ellipses. Just change input data, the code can be used directly. Attached on the ellipse fitting algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:259.05kb
    • 提供者:john wang
  1. ellipse

    0下载:
  2. opencv 给出一个椭圆拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它-opencv given an example of ellipse fitting, the program first to discover the outline of the image, and then close it with an oval
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:54.59kb
    • 提供者:zhang
  1. iminertia

    0下载:
  2. Face moment computation for ellipse fitting
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-24
    • 文件大小:22.61kb
    • 提供者:Nai
  1. leituoyuantezhengzidongshibiejiyaxiangsutiqudewanz

    0下载:
  2. 针对视觉检测中高精度、自动化类椭圆图像特征提取的需要,提出一种类椭圆特征自动识别和中心亚像 素定位的完整实现方法。方法中采用基于类椭圆边缘属性对特征区域进行自动识别,采用最小二乘椭圆拟合 精确求取类椭圆亚像素定位中心。实验表明,基于该解决方案,可以实现类椭圆特征的自动识别及椭圆中心的 亚像素定位,定位算法精度较高,鲁棒性强,同时简便易行,不需要人机交互,可以很好地满足视觉检测仪器化 需求。-Vision testing for high-precision, automated
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:176.53kb
    • 提供者:刘镖峰
  1. shiyan2

    0下载:
  2. 使用opencv的工具,对印章实现椭圆拟合效果-Opencv using the tools of the seal to achieve ellipse fitting results
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:828.68kb
    • 提供者:华维东
  1. fitellipse

    0下载:
  2. 基于最小二乘法的椭圆拟合MATLAB程序-Based on least squares ellipse fitting MATLAB program
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:42.57kb
    • 提供者:
  1. ellipse_fit

    0下载:
  2. 基于直接最小二乘法的椭圆拟合程序,比较实用,适用于图像处理,椭圆拟合方面研究的初学者-Direct least square method based on ellipse fitting procedure more practical for image processing, aspects of ellipse fitting for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.48kb
    • 提供者:sdphw
  1. Oval

    0下载:
  2. 圆及椭圆拟合输入: 图像文件seal1.jpg、seal2.jpg、coin1.jpg 任务: 尝试将上述三个文件中圆或椭圆的外轮廓拟合出来 输出要求: 1. 每个拟合圆或椭圆的中心坐标,半径或长短轴长度; 2. 将主要的中间步骤及最终拟合结果用OpenCV的cvShowImage 显示出来。-Circle and ellipse fitting type: image file seal1.jpg, seal2.jpg, coin1.jpg task: Try the
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1.54kb
    • 提供者:萧白
  1. ellipse-pami

    0下载:
  2. ellipse fitting 2 test
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:96.6kb
    • 提供者:JJOH
  1. fitellipse

    1下载:
  2. 本程序实现的功能是对离散的点进行椭圆拟合运算。-The function of this program is to achieve the discrete points of ellipse fitting operations.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1.44kb
    • 提供者:郑嘉颖
  1. subpixel01

    0下载:
  2. Zernike矩和最小二乘椭圆拟合的亚像素边缘提取,基于改进的Canny算子和Zernike矩的亚像素边缘检测方法.kdh-Zernike moments and least squares ellipse fitting sub-pixel edge detection, Canny operator based on the improved Zernike moments and sub-pixel edge detection method. Kdh
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.7mb
    • 提供者:王国强
  1. nihetuoyuanjihezhongxin

    0下载:
  2. 求解拟合椭圆的几何中心,进而进行图像配准-Solving geometric center of the ellipse fitting
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1.05kb
    • 提供者:万向
  1. tuoyuanzhanlianfenge

    0下载:
  2. 粘连分割,基于椭圆拟合,实现粘连分割,文中给出结果挺好。-Adhesion segmentation, based on ellipse fitting, achieve adhesion split, given good results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:278.79kb
    • 提供者:braverobin
  1. Ellipse-center-point-positioning

    0下载:
  2. OPENCV椭圆拟合定位椭圆中心点以及重心法定位程序-OPENCV the ellipse fitting positioning oval center point and the center of gravity method to locate the program
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:1.76mb
    • 提供者:张文寅
« 12 3 »
搜珍网 www.dssz.com