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

搜索资源列表

  1. connectprocess

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

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

    0下载:
  2. 这是连通域检测的两个代码,一个是.cpp文件,另一个是.h文件-This is connected domain detection code, a cpp files, the other is. H file
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:1256
    • 提供者:王丹萍
  1. Image-connected-domain-calibration

    0下载:
  2. 图像连通域的标定,很好用的,可以采纳,可以用-Image connected domain calibration
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:4537
    • 提供者:王丹萍
  1. DT-method

    0下载:
  2. 基于数字距离变换的三D模型骨架提取算法在获得三维模型体素表示的基础上,通过比较模型体素及其26连通域体素到模型轮廓的最小欧 式距离,提出了一种利用骨架体素26连通域的对称性进行三维模型骨架体素提取的算法·整个算法只需遍 历一次体数据集即可自动完成模型骨架的提取过程.实验表明,该算法具有较高的效率和精度 -Three-D model of stock price based on the digital distance transform algorithm
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-16
    • 文件大小:70311
    • 提供者:万雅娟
  1. typedef-struct-tagMarkRegion

    0下载:
  2. 连通域标记C++程序,已经经过验证,可以放心使用-typedef struct tagMarkRegion
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-06
    • 文件大小:1520
    • 提供者:apollo
  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. 1

    0下载:
  2. 二值图像连通域标记快速算法实现,非常有用的哦。-Binary image connected domain mark fast algorithm ,Very useful
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:38521
    • 提供者:汪清芳
  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. connect

    0下载:
  2. 图的连通性判断,基于MATLAB的实现,此方法可以知道有几个连通域,并且知道各个顶点的归属。-the judgement og a tuopu picrture
  3. 所属分类:assembly language

    • 发布日期:2017-12-01
    • 文件大小:39627
    • 提供者:aguilera
  1. Motion_detect_with_RGBshadow_remove

    0下载:
  2. 利用背景减除法进行运动前景分割,而后利用归一化RGB颜色空间进行阴影减除,利用连通域进行滤澡,对每一帧进行运动前景提取。-Motion detection by background subtraction and RGB shadow removing method.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:7403593
    • 提供者:井涛
  1. Automatic-People-Counting-

    0下载:
  2. 提出了智能视频监控中基于机器学习的自动人数统计系统。。该系统通过机器学习的方法对视频序列中人的头肩部位进行准确地检测。克服了传统检测方法如连通域分析和简单模板匹配的不足。-Automatic people counting system based on machine learning in intelligent video surveillance. . The system through machine learning methods to accurately detect the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:445028
    • 提供者:刘伟豪
  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. the-binary-image-

    0下载:
  2. 这里列举二值图像连通域标记算法包括直接扫描标记算法和二值图像连通域标记快速算法-Here are the binary image connected component labeling algorithm including direct scan labeling algorithm and binary image connected component labeling fast algorithm
  3. 所属分类:software engineering

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

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

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

    0下载:
  2. 该程序采用了混合高斯算法,对视屏进行处理能够检测出运动目标,同时采用了连通域阈值法除去多余的轮廓,使用时要安装opencv-The program uses a Gaussian mixture algorithm for processing to detect moving targets on the Screen, at the same time using the connectivity Domain threshold method to remove the outline t
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:19439697
    • 提供者:徐昊
  1. Binary-image-connected-domain

    0下载:
  2. 这里列举二值图像连通域标记算法包括直接扫描标记算法和二值图像连通域标记快速算法-Here are the binary image connected component labeling algorithm including direct scan labeling algorithm and a binary image connected component labeling fast algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:67035
    • 提供者:宁静
  1. mybwlabel4

    0下载:
  2. 自己编写的关于连通域编辑的MATLAB程序。-I have written on the connected domain editing MATLAB.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:1063
    • 提供者:彭正初
  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. face-detected

    0下载:
  2. face_detected matlab 进行人脸检测 利用最大连通域-face_detected matlab
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:4005188
    • 提供者:夏日_星晴
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com