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

搜索资源列表

  1. 3

    0下载:
  2. 输入: 自拍两幅同一个场景(或物体)的角度/远近有差别的图像 (对于学有余力的同学,建议多测试几张角度/远近差别较大的图像) 任务: 在每张图像中检测特征点位置并将匹配画出匹配得最好的10-20对特征点 输出要求(以下三个结果分别输出,不要重叠在一张图上): 1. 在两张图上分别画出检测到的特征点位置 2. 对匹配得最好的10-20对特征点:每对特征点对用连接线画出 3. 用椭圆形式在图上画出上述每个特征点的描述子方向与尺度等信息 编程工具: Visual
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:1348
    • 提供者:sdsdsdfg
  1. ellipse--detection

    0下载:
  2. 这是单幅图片中的椭圆目标与方向位置检测matlab 程序-ellipse detection and position detection
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-03
    • 文件大小:109279
    • 提供者:张珊珊
  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. Hough

    0下载:
  2. Hough检测直线,圆,椭圆的代码,用hough变换实现圆的检测,能完美检测出图像中的圆、直线和椭圆-Hough detection of straight line, circle, ellipse, code, hough transform circle detection can be perfect in the detected image of circles, lines and ellipses
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:2268
    • 提供者:李文
  1. fitellipse

    0下载:
  2. 找到椭圆方程,输入N个点,返回椭圆参数,并实现画图检测-fit the ellipise of N point
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:45912
    • 提供者:mona
  1. hough

    0下载:
  2. hough方式实现图像的椭圆定位和检测,效果不错-hough way to achieve an elliptical image positioning and detection, good results
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:151204
    • 提供者:223
  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. circle-detection

    0下载:
  2. 用最小二乘法拟合圆和椭圆的可执行文件,通过设置相关参数可以达到很好的检测效果。-Using the method of least squares fitting circle and ellipse executable file, through setting related parameters can achieve very good detection effect.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2486289
    • 提供者:李志
  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. houghcircles_vs10

    0下载:
  2. 图形检测,hough变换检测直线、圆、椭圆。-Pattern detection, hough transform to detect straight line, circle, ellipse.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16005120
    • 提供者:che
  1. ellipse-detection

    0下载:
  2. 在噪声严重情况下,对图像中椭圆进行检测,SCI文章,效果还可以-detect the ellipses presented in the noisy environment
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1146229
    • 提供者:纸鸢
  1. ellipse-detection-by-GA

    0下载:
  2. 利用遗传算法,对图像中椭圆进行检测,PRL上的文章-An ellipse detection method based on the GA metnod
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:265029
    • 提供者:纸鸢
  1. OpenCV

    0下载:
  2. 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1682929
    • 提供者:jianglei
  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. hough

    0下载:
  2. 实现对图像的椭圆和直线检测,代码可以直接运行,基于OPenCV实现的-Achieve elliptical and linear detection image of the code can be run directly implemented based OPenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4006160
    • 提供者:姚佳玉
  1. matlab_cod

    0下载:
  2. 使用椭圆拟合的特征匹配方法,通过椭圆拟合检测特征并匹配-Use ellipse fitting feature matching method, ellipse fitting detection feature and match
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:155117
    • 提供者:john
  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. Hessian_point_detector

    0下载:
  2. hessian point detector 是SURF算法中所采用的基于Hessian矩阵进行的特征点检测方法,检测得到椭圆区域。-feature detector
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1121571
    • 提供者:katherine
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com