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

搜索资源列表

  1. wwattershedVCa

    0下载:
  2. 分水岭算法Visual C源代码与详细说明:梯度图像、标记图像的预处理,连通区域域的标定,最后找到分水岭。详细说明梯度图像,标定图像,输出图像的初始化,绝对可用。 -Visual C source code and detailed descr iption of watershed algorithm: the gradient image and marker image preprocessing, the connected region domain calibration, an
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:20988
    • 提供者:liming
  1. ConnectedDomain

    0下载:
  2. 用于计算二值图像中的连通区域,保留最大的连通区域。输入输出均为二值图像。-Connected region used to calculate the binary image and retain the largest connected region. Input and output are binary image.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:513
    • 提供者:Miaotk
  1. connectprocess

    0下载:
  2. 在图像处理过程中,经常会遇到这样一部分图像,图像的整体部分如果人来看的话一眼就能看出,但是它的内部由于有各种小缺口,导致断开了,这样在计算机“眼”里就被认为是断开的,为了使图像达到适应人眼的感觉,需要将这些缺口和断开的口给连接上去,这就需要用到计算机图形学中的连通域处理技术。本文给出一个简单的连通域处理函数,当然这个函数是来自OpenCV著名教程Learning OpenCV中,只不过它的接口是基于c版本的OpenCV,而到目前为止,基于C++接口的OpenCV已经是主流,所以我将其接口改成了c
  3. 所属分类:OpenCV

    • 发布日期:2017-12-07
    • 文件大小:872189
    • 提供者:wuwei
  1. water_cheti

    0下载:
  2. 8.4 水域分割 水域分割,又称watershed变换,是模仿地形图浸没过程的一种形态学分割算法,其本质是利用图像的区域特征来分割图像的,它将边缘检测与区域成长的优点结合起来,能够得到单像素的,连通的,封闭的,并且位置准确的轮廓。因此是应用比较广泛的一种图像分割算法。 -Image Watershed Segmentation This is the implementation of the algorithm based on immersion model.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:14274
    • 提供者:徐卫东
  1. connected-component

    0下载:
  2. 将图像中的连通域部分分别提取出来,但是输出的时候不能连续输出,我用的是最繁琐的方法-The the connected domain part of the image were extracted, but the output is not continuous output, I used the most tedious method
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:654869
    • 提供者:李玻玻
  1. MyVideo1.0_AutoCamshift

    0下载:
  2. 序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Write sequence with MFC+openCV. Automatic target selection box and the interframe difference the first few frames before th
  3. 所属分类:OpenCV

    • 发布日期:2016-01-23
    • 文件大小:2921472
    • 提供者:yaoyao
  1. dm

    0下载:
  2. matlab链码,计算连通区域周长,基于玉米图像预处理自行编写-matlab chain code to calculate the circumference of the connected region
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:5222
    • 提供者:梁良
  1. add-background-and-texture

    0下载:
  2. OPENCV图像的去背景及添加纹理操作,使用了opencv,并有连通域操作-The OPENCV image to the background and add texture operation, use opencv, and operation of the connected domain
  3. 所属分类:OpenCV

    • 发布日期:2017-11-04
    • 文件大小:4008314
    • 提供者:齐南
  1. renliantezhengquyu

    0下载:
  2. 首先利用人脸的色彩特征和自适应阈值法实现特征候选区域和人脸肤色区域的分离,然后利用人脸的几何特性将连通的特征候选 区域保留下来作为人脸特征区域。后续的特征提取可以在这些人脸特征区域中完成。一般的人脸特征提取方法都可以将该方法作为提高效 率的预处理操作。实验证明,该方法具有高效率、低计算量的特点,并且受人脸表情、图像角度和背景的影响较小。-First, the use of the color characteristics of the human face and adaptive t
  3. 所属分类:Special Effects

    • 发布日期:2017-12-09
    • 文件大小:108341
    • 提供者:东方
  1. the-connected-domain

    0下载:
  2. 采用基于连通域(四连通域和八连通域)的方法对图像中的文字进行检测-Detection of the text in the image based on the connected domain (four-connected domain and eight-connected domain) method
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:2251
    • 提供者:唐金棲
  1. find_connected_components

    0下载:
  2. 连通域法,将帧间差分或者平均背景法得到的图像进行去除噪声处理,使其得到光滑的图像-find connected components
  3. 所属分类:OpenCV

    • 发布日期:2017-11-04
    • 文件大小:2250
    • 提供者:张林
  1. Oo0OOo00penCV

    0下载:
  2. bwlabel的图像定位标记,用于二值图像定位标记,4连通8连通等-bwlabel image positioning mark
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:6580579
    • 提供者:沈宋衍
  1. chepaishibie

    0下载:
  2. 基于图像的车牌自动识别技术:读取待处理的图像,将其转化为二值图像,去除图像中面积过小的、可以肯定不是车牌的区域,查找连通域边界,找出所有连通域中最可能是车牌的那一个-Based on the image of the license plate automatic identification technology: Read the image to be processed, will be transformed into a binary image, to remove the ima
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:64332
    • 提供者:杨秀芳
  1. labe_forOpencv

    0下载:
  2. 对二值图像进行连通域的提取,就这个功能.-Binary image connected domain extraction, on this function. . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:1155
    • 提供者:沈静
  1. area-mark

    0下载:
  2. 基于opencv的vc6.0编写的用于对数字图像里相互连通区域进行处理的源代码和说明-Based on opencv vc6.0 prepared for interconnected area of ​ ​ digital image processing of the source code and instructions
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:4097
    • 提供者:lcc
  1. extract-connected-component

    0下载:
  2. 提取一幅图像中的最大连通分量,即物体的最大外边缘-extract connected component
  3. 所属分类:Graph program

    • 发布日期:2017-11-14
    • 文件大小:1147
    • 提供者:王一
  1. RegionGrowth

    0下载:
  2. 基于Matlab平台的区域生长法图像分割。采用8连通的领域,手动选取种子点。-Matlab platform-based region growing image segmentation. 8-connected areas, manually select seed points.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:933
    • 提供者:DXX
  1. Counting-Fish-Spawns-

    0下载:
  2. 基于图像处理的鱼卵计数方法研究 针对传统的鱼卵计数方法效率低、精度差、对鱼卵有损伤等缺点,提出了基于图像处理的鱼卵计数方法: 通 过Matlab 软件中强大的图像处理功能,对经过Photoshop 预处理的图像进行灰度化、去除噪音、二值化和形态学处 理,采用连通图计数和面积计数法进行鱼卵的计数,精确性在95 以上。该方法减轻了操作者劳动强度,弥补了 人视觉的不足之处,可以有效地提高工作效率和计数精度,并且可避免鱼卵损伤,有利于后续工作的开展,具有一 定的理论和应用价值。-In
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-03
    • 文件大小:235780
    • 提供者:孔珺
  1. matlab

    0下载:
  2. 数字图像的处理,将所得的灰度图像,转化为二值图像,在进行图像的连通区域的提取-Digital image processing, the resulting grayscale image into a binary image, when the image of the connected region extraction
  3. 所属分类:Software Testing

    • 发布日期:2017-11-10
    • 文件大小:681
    • 提供者:薛景福
  1. locateMouth

    1下载:
  2. matlab源代码,二值图像提取连通分量,实现对局部人脸图像嘴唇中心的定位。-matlab source code, binary image to extract connected components, to achieve partial face image lips center position.
  3. 所属分类:其他小程序

    • 发布日期:2014-03-18
    • 文件大小:3268
    • 提供者:李光
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »
搜珍网 www.dssz.com