CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 圆 提取

搜索资源列表

  1. getcircle

    0下载:
  2. 现对图像进行边缘提取,然后利用霍夫变换提取图像中的圆环
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:30970
    • 提供者:于晓静
  1. roicirclecrop

    0下载:
  2. 在任意图像中提取感兴趣的圆,点击圆的中心和边缘,并测量其半径!-Circle of interest, click on any image of the center and edge of the circle, and measure its radius.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:2407
    • 提供者:jimlank
  1. xiaoshu

    0下载:
  2. 圆心提取,但只能应用与只有圆的图像上,如靶标。-Center extraction, but can only be applied with only the image circle, such as target
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5576541
    • 提供者:张春波
  1. FindCircles

    0下载:
  2. 利用OpenCV在图像中寻找圆,先对图像进行预处理,之后在图像中寻找圆并将圆的相关参数提取出来-find circles in an image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:36749
    • 提供者:张晓敏
  1. hough

    0下载:
  2. hough变换的matlab源代码,可以提取直线和圆-hough transform matlab source code, can extract lines and circles
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:808
    • 提供者:dan
  1. CircularEdgeHough_Detection_Matlab

    0下载:
  2. 圆的hough变换边缘检测及提取,Matlab程序,对图像方面的研究和学习有一定帮助。-Hough transform circle edge detection and extraction, Matlab program, the image of research and learning have some help.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:111141
    • 提供者:nickzhlf
  1. jiyuzuixiaoerchengfagaijindesuijituoyuanjiance

    1下载:
  2. 为了提高数字图像中椭圆检测的效率和准确性,提出了一个基于最小二乘法的改进的随机椭圆检测算法. 该算法随机选取图像中的3 个边缘点,在以这3 个点为中心的窗口内,从边缘点中拟合出可能椭圆,并通过随机选 取的第4 个边缘点来确认可能椭圆. 利用直接最小二乘法椭圆拟合的特性,引入可能椭圆边缘点收集和椭圆重新 拟合的迭代过程来提取最终的椭圆参数. 通过对含有不同噪声的仿真图片和包括残缺椭圆的实际图片的实验表 明,新算法的改进是有效的. 与原算法相比,新算法降低了对参数的依赖性,提高了检测
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:369322
    • 提供者:刘镖峰
  1. leituoyuantezhengzidongshibiejiyaxiangsutiqudewanz

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

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

    0下载:
  2. 基于Hessian矩阵法提取灰度图像中的圆光条并拟合出圆。-Hessian matrix method based on gray-scale image extracted Wonkwang and fitting out of a round section.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6611721
    • 提供者:张圆
  1. Mytest

    0下载:
  2. 图像处理各种算法的实现,包括BMP位图显示、图像几何变换、灰度变换、边缘检测、圆心提取算法等。-A variety of image processing algorithm, including BMP bitmap display, image geometric transformation, gray-scale transform, edge detection, core extraction algorithm etc.
  3. 所属分类:Special Effects

    • 发布日期:2015-04-14
    • 文件大小:4011301
    • 提供者:王浩
  1. fruit_ID

    0下载:
  2. 利用特征提取和分类的方法,假设输入值为{大,圆,光滑}为水果的三个特征值,来代表三种不同的水果,识别苹果\梨\香蕉\桔子\菠萝水果类别. -The use of feature extraction and classification methods, assuming that the import value was (large, round, smooth fruit) for the three characteristics of value, to represent three
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:980886
    • 提供者:wylie
  1. hough

    0下载:
  2. 根据园的方程(x-a)×(x-a)+(y-b)×(y-b)=R×R,将参数空间增加到a,b,R三维空间. 常用的hough变换计算量太大,然而随机hough变换虽然计算量相对小点,但是准确率没有前者高.现在使用 一种改进的方法:提取边缘图像,然后边缘跟踪,在边缘曲线上进行hough变换检测圆.-According to Park' s equation (x-a) × (x-a)+ (y-b) × (y-b) = R × R, the parameter space to a,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1061
    • 提供者:苏立
  1. hough_circle

    0下载:
  2. 用hough变换提取圆,只能提取外围能检测到得圆,对相交的圆或包含在其他圆内的圆提取还需要改进。-With the hough transform to extract the round, can only be extracted to get round the external can be detected on the intersection of circle or included in the other circle inside the circle extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:906
    • 提供者:richman
  1. imagcxHough

    0下载:
  2. hough变换,提取直线和圆,VC++源代码-HoughDIB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:12834
    • 提供者:mmm
  1. chengxu

    0下载:
  2. 对图像中的直线或圆用hough变换进行提取,可以查看图像的直方图-The image of the straight line or circle with the hough transform to extract, you can view the image histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5417793
    • 提供者:dan
  1. dingweiyuan

    0下载:
  2. 检测图片里的圆,并提取出圆心坐标和半径数据,需安装matlab。-Detection in the picture round, and the center coordinates and radius of the extracted data need to install matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:674
    • 提供者:胡恢军
  1. fisheyetestimage

    0下载:
  2. 鱼眼测试用图 基于圆环中心提取圆心 通过等距模型进行转变 只是test图 不需要的别下载 在此提醒-Fish eye test chart on the center ring center to extract the model by changing only a test isometric map do not need to download a reminder of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:180066
    • 提供者:xixi
  1. subpixel05

    0下载:
  2. 一种亚像素圆检测的新算法.kdh 圆结构光光条中心亚像素级提取方法.kdh-A sub-pixel of the new circle detection algorithm. Kdh center circular structure of bare sub-pixel level extraction. Kdh
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:302742
    • 提供者:王国强
  1. mine2

    1下载:
  2. 人眼红膜提取程序,自动分割人眼的虹膜的内圆环和外圆环,含详细说明文档。-Were jealous of membrane extraction process, automatic segmentation of the human eye' s iris and the inner ring outer ring.
  3. 所属分类:Special Effects

    • 发布日期:2016-09-06
    • 文件大小:309248
    • 提供者:王蕾
  1. hough变换源码(直线&圆)

    0下载:
  2. OpenCV中的hough变换源码,里面包括直线以及圆变换提取源代码。(OpenCV transform source code in Hough,Which includes the line and the circle transform, extract the source code)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:Yagamilight
« 12 3 »
搜珍网 www.dssz.com