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

搜索资源列表

  1. Corner

    0下载:
  2. 一种比较好用的边缘检测方法CORNER Find corners in tensity image. % CORNER works by the following step: % 1. Apply the Canny edge detector to the gray level image and obtain a % binary edge-map. % 2. Extract the edge contours from the edge-map, fill the ga
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:79363
    • 提供者:林蛋大
  1. contour_area

    0下载:
  2. Source code to find area of contours.
  3. 所属分类:Console

    • 发布日期:2017-12-08
    • 文件大小:4416
    • 提供者:sid
  1. segmentation

    0下载:
  2. This paper provides an algorithm for partitioning grayscale images into disjoint regions of coherent brightness and texture. Natural images contain both textured and untextured regions, so the cues of contour and texture differences are exploited
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:159493
    • 提供者:aan
  1. cv_contour

    0下载:
  2. find contours in image using OpenCV each contour s pixels are stored in a sequence(CvSeq)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2501868
    • 提供者:Jason
  1. fitellipse

    0下载:
  2. 寻找所有轮廓.绘制所有轮廓并用椭圆拟合. 拟合当前轮廓.-Find all the contours. Draw all the outlines and fit with the ellipse. Fit the current profile.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1628
    • 提供者:chengguo
  1. snake1

    0下载:
  2. snake code for segmentation of images based on active contours.this code can help to find different spots in medical images for helping to diagnose various disease.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2634
    • 提供者:mohammad
  1. snake

    0下载:
  2. 用snake方法 找出图像中物体的轮廓-Snake method to find the image with the contours of objects
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3207581
    • 提供者:夏杰
  1. contour

    0下载:
  2. OPENCV轮廓检索源代码,实现找到图像中的轮廓和画出轮廓-OpenCV source code find contours and draw contours
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1371
    • 提供者:海蓝
  1. HW1

    0下载:
  2. Step 1: 二值化一幅图像,结果存为binary.bmp Step 2: 用不同彩色填充连通域(连通分量),结果存为connect.bmp Step 3: 在二值图像中找出轮廓并存储为countour.bmp-Step 1: The binary image of the results are saved as binary.bmp Step 2: fill with a different color connected domain (connected component), and
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:665312
    • 提供者:EARNER
  1. boundaries

    0下载:
  2. 此算法描写了怎样根据图片的灰度值来找边界,以及在什么条件下可以作为图像轮廓。-This algorithm describes how to find the gray value according to the picture border, and under what conditions can be used as image contours.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2125
    • 提供者:屈健健
  1. contours

    0下载:
  2. 在图片中找出轮廓,并标记出来。在opencv中应该用在图片检测上-Find out the outline of the picture, and marked out. Should be used in the picture detection in opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-12-06
    • 文件大小:1385
    • 提供者:z
  1. face6

    0下载:
  2. OPENCV,提取轮廓程序示例,包括画轮廓和查找轮廓。-OPENCV, to extract contours procedures example, including painting the outline and contour Find.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-16
    • 文件大小:144315
    • 提供者:李俊杰
  1. Corners

    0下载:
  2. 首先,请检查/样品在你的OpenCV的分布/ C/ squares.c的。这个例子提供了一个方形的检测,如何检测角落类似的功能,它应该是一个不错的开始。然后,一起来看看在OpenCV的功能,导向功能,如cvCornerHarris()和cvGoodFeaturesToTrack()。 上述方法可以返回许多角落类似的功能 - 最不会“真正的角落”你正在寻找。在我的应用程序,我只好检测,旋转或倾斜的广场(透视)。我的检测流水线包括: 从RGB转换为灰度级(cvCvtColor)
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:914
    • 提供者:clark
  1. aabcdef

    0下载:
  2. opencv轮廓的简单应用: 相关函数如下: cvFindContours,cvThreshold,cvContourArea,cvArcLength,cvBoundingRect,cvMinAreaRect2,cvBoxPoints,cvMinEnclosingCircle,cvDrawContours。 1.查找轮廓 2.按地址依次取出轮廓 3.计算轮廓的相关参数 4、根据实际需求做取舍,画出轮廓-opencv silhouette
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:744381
    • 提供者:查改琴
  1. Find-and-draw-the-outline

    0下载:
  2. 寻找并绘制图像的轮廓,最终显示寻找到的轮廓个数,及轮廓图。-Find and draw the outline of the image, the final display to find the number of contours, and contour.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2360735
    • 提供者:zhizhuo_33
  1. Analysize_2D_Line

    0下载:
  2. 基于最小二乘法的直线拟合,链表成员是浮点型的点-it can be used to fitting line in opencv after find contours,the list member is PointF
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:530
    • 提供者:新村
  1. test1

    0下载:
  2. VS2013+OPENCV2.4,阀值分割,查找轮廓,显示缺陷,可知程序运行时间-VS2013+OPENCV2.4, threshold segmentation, find contours, display defects, known program run time
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7636810
    • 提供者:幻影之武
  1. snake

    0下载:
  2. Gradient Vector Flow (GVF) snake is one kind of active contours - curves that can move within images to find the boundaries of objects. 3D active contours are also known as deformable models. GVF snake begins with calculating the GVF force field over
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-20
    • 文件大小:232448
    • 提供者:jeffsantana
搜珍网 www.dssz.com