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

搜索资源列表

  1. 9927423hough-tuoyuanjiance

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

    • 发布日期:2017-04-10
    • 文件大小:970
    • 提供者:kanglinchun
  1. hough--line

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

    • 发布日期:2017-03-29
    • 文件大小:148658
    • 提供者:丁海龙
  1. ellip-det

    1下载:
  2. 这是本人自己实现的椭圆检测算法,基于MATLAB实现,经测试对一些图片椭圆检测效果较好,需要同学可以参考-This is my own implementation of ellipse detection algorithm based on MATLAB implementation, tested on a number of pictures ellipse detection is better, students can refer to the need to
  3. 所属分类:Special Effects

    • 发布日期:2015-12-31
    • 文件大小:1024
    • 提供者:晓生
  1. ellipse-detection-algorithm

    3下载:
  2. 用matlab编写的进行椭圆检测的算法,用到Hough变换-Using matlab for ellipse detection algorithm, Hough transform is used
  3. 所属分类:Special Effects

    • 发布日期:2015-12-31
    • 文件大小:1024
    • 提供者:木木
  1. opencv_tuoyuan

    0下载:
  2. 椭圆检测 基于opencv的椭圆检测 适当调参之后 效果还是可以-Effect can still be appropriate to adjust parameters of the ellipse detection opencv-based ellipse detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:8113
    • 提供者:freedesert
  1. oDettectCirclp

    0下载:
  2. opencv 实现的椭圆检测的的源代码,非常简单易懂,适合学习 -ellipse detection opencv realized the source code is very simple for learning
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3808
    • 提供者:liyun9090
  1. oval-detection

    1下载:
  2. 此程序用于实现自动化视觉椭圆检测,属科研项目-This program is used to automate visual ellipse detection, the case of research projects
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:16412475
    • 提供者:杨青
  1. hough

    0下载:
  2. 基于霍夫变换的外形检测算法的实现,包括图像读取与显示、彩色图像转化为灰度图、灰度图二值化、膨胀腐蚀、图像轮廓提取、线性图形检测以及椭圆检测-Shape detection algorithm based on Hough transform implementation, including the image read and display color images into grayscale, grayscale binary and expansion corrosion image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-10
    • 文件大小:4959444
    • 提供者:chenxin
  1. findellipse

    0下载:
  2. hough变换检测椭圆,对于边缘图像的椭圆检测。-find ellipse by hough transform,used for edge image.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-29
    • 文件大小:5411
    • 提供者:song
  1. ellipse

    1下载:
  2. matlab 程序 运用霍夫椭圆检测原理,进行霍夫椭圆检测,识别图像中的椭-matlab program using Hough ellipse detection principle for Hough ellipse detection, identification image Ellipse Circle
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-19
    • 文件大小:1165
    • 提供者:猪皮冻
  1. dls

    0下载:
  2. 最小二乘椭圆检测,但是要求特征矩阵的特征值为正的椭圆才能检测到。-The least-squares ellipse detection
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:798
    • 提供者:teresa
  1. houghtuoyuan3

    1下载:
  2. 利用霍夫变换进行椭圆检测,无需模板,不同的图片只需要更改个别参数-Ellipse detection using Hough transform, without templates, a different picture only need to change individual parameters
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:752
    • 提供者:杨秀芳
  1. hough

    0下载:
  2. 采用的是基于弦中点的hough变换椭圆检测算法,大家可以在百度上搜这篇论文,由于不是用的标准hough变换的算法,所以运行速度还不错-Used is based on the midpoint of the chord hough transform ellipse detection algorithm, we can search on Baidu paper, because the algorithm is not used in standard hough transform, so
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1220
    • 提供者:linyu
  1. Ellipse-detection

    0下载:
  2. OpenCV椭圆检测代码。应用程序,在VS2008下编程的。-Ellipse detection by opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-16
    • 文件大小:12358
    • 提供者:王玲
  1. Untitled

    0下载:
  2. 椭圆检测。利用霍夫变换的原理实现椭圆的检测,并在图中标记出来,可用于方向盘的检测。-Ellipse detection. Using the principle of detecting the implementation of elliptic Hof transform, and marked in the graph, can be used to detect the steering wheel.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:2101
    • 提供者:Lee
  1. FSOUCP

    0下载:
  2. 基于鱼群算法的椭圆检测,对于一组随机的椭圆点,可以得到椭圆参数,检测精度高。-Ellipse detection algorithm based on fish, for a group of random ellipse point, the parameters can be oval, high detection accuracy.
  3. 所属分类:Fractal program

    • 发布日期:2017-04-14
    • 文件大小:4577
    • 提供者:teresa
  1. ransac

    0下载:
  2. 基于ransac的椭圆检测,对于一组随机的椭圆点,可以得到椭圆参数,检测精度高。-Based ransac ellipse detection, for a group of random elliptic points, you can get an ellipse parameters, high detection accuracy.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:537
    • 提供者:teresa
  1. color_detection-and-Ellipse

    0下载:
  2. 非常好的资料,基于局部特征点的跟踪,颜色分割 椭圆检测-Very good information, based on the tracking of local feature points, color segmentation, ellipse detection
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4777558
    • 提供者:jiangnan
  1. Hough---ELLIPSE

    1下载:
  2. 非常好的资料,HOUGH变换,颜色分割 椭圆检测-Very good information, HOUGH transform, color segmentation, ellipse detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4530614
    • 提供者:jiangnan
  1. Find

    0下载:
  2. 基于OpenCV的椭圆检测算法,通过边界处理、轮廓识别、椭圆拟合来检测椭圆-Ellipse detection algorithm based on OpenCV,Boundary treatment, contour detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:5457
    • 提供者:zhch75
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com