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

搜索资源列表

  1. otsu

    0下载:
  2. 算法目的就是计算出一连通区域的阈值,然后对该区域二值化-The algorithm to calculate the threshold of a connected region, then the region two values
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:124635
    • 提供者:jackchan
  1. maxarea

    0下载:
  2. 本程序用于检测图像中最大连通区域。通过对小波或其他边缘检测的结果进行适当处理,较为准确得出原图片中的最大连通区域。可用于显著性检测以及区域分割等。实现平台为C++&opencv-This procedure is used to detect the image of the largest regional connectivity. Through the wavelet edge detection results or other appropriate treatment, more
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-26
    • 文件大小:8764255
    • 提供者:冷冷
  1. tuxiangliantong

    0下载:
  2. 寻找连通区域,c++代码,可实现,效果不错 寻找连通区域,c++代码,可实现,效果不错-c++ code, can achieve good results looking for regional connectivity, c++ code, can achieve good results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:131398
    • 提供者:Fangfang Wang
  1. TEST

    0下载:
  2. 增强图像,分割图像,标记连通区域 计算图像的连通区面积 -Enhance image, image segmentation, marking the connected area of connected region of image area
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2023350
    • 提供者:李香云
  1. flood_fill_8

    0下载:
  2. 八连通区域填充的算法实现,根据课本的伪代码实现-Eight connected region filling algorithm, according to the textbook pseudocode
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1945769
    • 提供者:eric
  1. cv_contour

    0下载:
  2. 基于OPENCV的连通区域轮廓线标记代码,可以标记多个标签,自制定标签列表和图像数据区,非常方便,简单实用-OPENCV based connectivity contour marking area code, you can mark multiple labels, since the enactment of the label list and image data area, very convenient, simple and practical
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:5835
    • 提供者:张明亮
  1. liantongquyu

    0下载:
  2. 比较简单的连通区域内目标的最小外接矩形及其长、宽,是word格式的,可以直接复制运行~-Relatively simple connectivity within the region and the minimum bounding rectangle target length, width, is the word format can be copied directly run ~
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:8224
    • 提供者:刘亚亚
  1. Fill-Polygon

    0下载:
  2.   实现二维扫描转换多边形的扫描线算法   实现二维连通区域填充的种子填充算法(四连通或八连通)   实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法 -Realization of two-dimensional polygon scan conversion algorithm dimensional scan line connected region filled seed filling algorithm (four or eight con
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:193406
    • 提供者:沈亦苏
  1. fanse

    0下载:
  2. 对于彩色图像的R、G、B各彩色分量取反的技术就是图像的反色处理,这在处理二值化图像的连通区域选取的时候非常重要。如物体连通域用黑色表示,而二值化后的物体连通域图像可那是白色的,而背景是黑色的,这时应手动选取图像的反色处理或有程序根据背景和物体连通域两种颜色的数量所占比例而自动选择是否选择选取图像的反色处理。-For color image of R, G, B each color component invert technology is the color of the image pro
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4499439
    • 提供者:李晓阳
  1. yanse_shibie

    0下载:
  2. 摄像头摄取图像后,用两种常见的连通区域分析和标记的算法:1)Two- pass;2)Seed-Filling种子填充,并给出了两个算法的基于OpenCV的C++实现代码。-After the camera takes an image, analyze, and marked with two common regional connectivity algorithm: 1) Two-pass 2) Seed-Filling seed filling, and gives two algor
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:21616065
    • 提供者:xiong
  1. zhongzitianchong

    0下载:
  2. 可以四连通区域为例说明种子填充算法的基本原理。-Four regional connectivity can be an example to illustrate the basic principles of seed filling algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:646
    • 提供者:王瑞
  1. My_Delete_Max_min

    0下载:
  2. 对运动目标进行区域标记以后,去掉小面积的连通区域来消除噪声。-After the moving target region mark, remove a small area of ​ ​ regional connectivity to eliminate noise.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:647
    • 提供者:小洋芋
  1. FillRegion

    0下载:
  2. 在二值化图中找出各处连通区域,并作不同标记值。-Locate the binary graph connectivity throughout the region, and make a different tag value.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:819
    • 提供者:小洋芋
  1. mainchongzi

    0下载:
  2. 对彩色图像的连通区域处理方法,是一个虫子分割算法,属于某书上的章节运行代码。-Connected area of color image processing method, it is a worm segmentation algorithm, belongs to the chapter on the claim made to run the code.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1339
    • 提供者:
  1. labe_forOpencv

    0下载:
  2. .c++连通区域标记算法2,功能和matlab 中的 bwlabel相似,用opencv 编写-.c++ connected component labeling algorithm 2, function and MATLAB similar to the bwlabel, prepared by opencv
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1144
    • 提供者:ffffffff
  1. liantongquyujiance-2105

    0下载:
  2. 计算连通区域面积并且删除小于指定值的面积-Calculation of connected region area, and removal of the area is less than the specified value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:654
    • 提供者:陈启
  1. Image-Processing

    0下载:
  2. 图像增强,二值化 自适应阈值分割,中值滤波,提取目标和背景,计算连通区域,剪裁图片等功能集合。核心算法采用C++并调用MATLAB-Image enhancement, binarization adaptive thresholding, median filtering, extraction of target and background, computing connected region, cropping pictures and other functions set. Cor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:22306
    • 提供者:change
  1. A-Load-Current-Field-Based

    0下载:
  2. 电网分区可简化安全分析、 运行监视和调度控制,具 有十分广泛的工程应用。 基于场论, 提出了一种可自动确定 分区个数的电网分区方法。 从电力网络节点间的相互影响及 影响的分布特性出发, 借鉴物理学中场与势的概念定义了用 于描述节点影响力和节点所受影响的负荷电流虚拟场与负 荷电流虚拟势,以势值的大小来衡量节点间联系的紧密程 度,将分区看作为势值由中心向边界辐射衰减的连通区域, 通过搜索被势值低洼区所分割的高势值连通区来实现对电 网的分区。IEEE 39 节点标准算
  3. 所属分类:Document

    • 发布日期:2017-05-02
    • 文件大小:546810
    • 提供者:林彪
  1. cvBLOB2.4.3

    0下载:
  2. cvBlob.DLL cvBlob.lib 对应opencv2.4.3版本. 关于找连通区域 斑点可以使用-CvBlob.lib cvBlob.DLL corresponds to the opencv2.4.3 version. About finding connected area spots can be used
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-29
    • 文件大小:86479
    • 提供者:shijunyuan
  1. flsum

    0下载:
  2. opencv 中可以求一张图像中连通区域数的程序
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3359907
    • 提供者:林炳辉
« 1 2 3 4 5 6 78 9 10 11 12 ... 36 »
搜珍网 www.dssz.com