CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - 图像分割

搜索资源列表

  1. 基于OpenCV的常用图像分割算法

    0下载:
  2. 基于OpenCV的常用图像分割算法,用随机产生的颜色勾勒目标的轮廓-The program takes a color image (PPM format) and produces a segmentation with a random color assigned to each region.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-02
    • 文件大小:20064
    • 提供者:sxqdxmxp
  1. 基于opencv2.2的大津法分割

    1下载:
  2. 基于opencv2.2的大津法分割,大津法是一种自适应的阈值分割方法,应用较广,按灰度特性,将图像分为背景和目标两部分,是二值化的图像。本代码需要先行安装opencv2.2-The Otsu method based opencv2.2 split, Otsu method is an adaptive thresholding method, used widely, according to the gray-scale features, the image is divided into
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6190853
    • 提供者:刘源
  1. GrabCut

    0下载:
  2. 基于opencv的图像分割算法,改进了graph cut算法-image segmentation algorithm based on Opencv, improved from graph cut algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3877888
    • 提供者:天使
  1. Digital-Image-Processing

    1下载:
  2. MFC和OpenCV结合的数字图像处理课程设计,实现数字图像处理中的多个算法,图像分割,形态学图像处理,空间域增强,哈哈镜,二值化,Sobel,Laplace,Robert等边缘检测,中值滤波和均值滤波等,实现的功能比较全,花了我2个通宵做的 -MFC and OpenCV combination of digital image processing course design, digital image processing of multiple algorithms, image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:6865993
    • 提供者:young
  1. meanshift-demo

    0下载:
  2. 基于MeanShift的图像分割,分割出来的每个区域,采用漫水填充算法,使用不同的颜色表示出来。-Based image segmentation of MeanShift, each region segmentation, diffuse water filling algorithm, using a different color represented.
  3. 所属分类:OpenCV

    • 发布日期:
    • 文件大小:932
    • 提供者:孙琴
  1. grabcut

    0下载:
  2. 使用OpenCV的Grabcut实现图像分割-Use Grabcut in OpenCV for image segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1295128
    • 提供者:jeff
  1. GMMS

    0下载:
  2. OPENCV下基于高斯混合模型的图像分割,程序中还有 基于大津法的图像分割和金子塔分割。-OPENCV Based on Gaussian mixture model of image segmentation, the program also includes Otsu method based on image segmentation and the segmentation pyramid.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:498062
    • 提供者:jiaojiao003
  1. PingJun

    0下载:
  2. 图像分割的一个例子,OpenCV+VC实现,基于平均背景法-An example of image segmentation, OpenCV+ VC implementation method based on the average background ~ ~
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:1618
    • 提供者:zhaobozg
  1. Adative-contour-extraction

    0下载:
  2. 在图像中提取轮廓(用到了自适应阈值分割算法),根据目标特征,如周长、面积等参数进行筛选,得到目标的轮廓。-Contour extraction in the image (use an adaptive thresholding algorithm), depending on the target characteristics, such as perimeter, area and other parameters of screening, target profile.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3934334
    • 提供者:风花雪月
  1. 1

    0下载:
  2. OPENCV编写的图像分割源码,很有用的-OPENCV segmentation written source, very useful
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2197515
    • 提供者:地方
  1. OpenCVotsu

    0下载:
  2. Opencvotsu运用基于opencv的最大类间方差发进行图像分割,效果不错 -adopt the image segmentation of Otsuwhich is baseed on Opencv,the effect is good
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1608087
    • 提供者:Tina
  1. OpenCVseedfillingcol

    0下载:
  2. 采用种子填充实现彩色图像分割,在处理库opencv下,采用改进的种子算法,实现对彩色图像的分割,程序中指包括代码部分-OpenCV seed filling to achieve color image segmentation code, the use of intel graphics library opencv, the use of improved seeds algorithm, to achieve color image segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1685
    • 提供者:wddben
  1. opencv

    0下载:
  2. 基于openCV的图像分割算法,三种方式实现图像分割-OpenCV image segmentation algorithm, three ways to achieve image segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:350662
    • 提供者:
  1. fenge

    0下载:
  2. opencv实现图像分割,结合vs2010,效果非常好(Opencv image segmentation, combined with VS2010, the effect is very good)
  3. 所属分类:OpenCV

  1. K均值聚类在基于OpenCV的图像分割中的应用

    0下载:
  2. 介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。(This paper introduces the segmentation of traditional image segmentation and K- mean clustering algorithm, then uses OpenCV function to implement it, and introduces the basic functions of
  3. 所属分类:OpenCV

    • 发布日期:2017-12-16
    • 文件大小:464896
    • 提供者:术道
  1. quaeivued-modem

    0下载:
  2. MATLAB程序实现用水线阈值法分割图像,简单实用(MATLAB implementation water line segmentation image threshold method, a simple and practical)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:22528
    • 提供者:jiilpd
  1. SEEDS-superpixels超像素分割

    0下载:
  2. 利用superpixel算法进行超像素分割(Super pixel segmentation using superpixel algorithm)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-22
    • 文件大小:12288
    • 提供者:nullll
  1. 6图像分割

    0下载:
  2. 利用opencv实现图像分割,可直接运行(Opencv realization of image segmentation)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-23
    • 文件大小:6907904
    • 提供者:沉默之风
  1. MRF_imgSeg

    0下载:
  2. 是马尔可夫图像分割的C++程序,可以用于遥感图像(It's a C++ program for Markov image segmentation, which can be applied to remote sensing images.)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:40640512
    • 提供者:小麓
  1. GCApplication

    0下载:
  2. 简单地对图像进行图像切割,图像分割就是把图像分成若干个特定的、具有独特性质的区域并提出感兴趣目标的技术和过程。它是由图像处理到图像分析的关键步骤。现有的图像分割方法主要分以下几类:基于阈值的分割方法、基于区域的分割方法、基于边缘的分割方法以及基于特定理论的分割方法等。从数学角度来看,图像分割是将数字图像划分成互不相交的区域的过程。图像分割的过程也是一个标记过程,即把属于同一区域的像索赋予相同的编号。(Simple image cutting)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:louietj
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com