CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - OPENCV 图像分割

搜索资源列表

  1. IGvfSnake

    0下载:
  2. 用opencv+vc6.0控制台开发的一个基于自己改进的GVF snake算法的程序,用于图像分割。效果还不错。 有疑问可以Email 我:happynp@qq.com
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:121.34kb
    • 提供者:happynp
  1. 用C++和OpenCV实现的图像方框的识别

    3下载:
  2. 用C++和OpenCV实现的图像方框的识别,并对方框进行标记,用红色的线标记出来。可以用于图像分割、定位等等。,Using C++ and OpenCV image box to achieve the recognition, and the box marked with a red line marked. Can be used for image segmentation, positioning and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-10-06
    • 文件大小:3.39mb
    • 提供者:吴亮
  1. GraphSegment.rar

    0下载:
  2. 基于OpenCV开发的基于图论的快速图像分割方法,可以选择分割使用的彩色空间,可以设置参数。,effcient graph-based image segmentation on different color spaces programmed on OpenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2.77mb
    • 提供者:杨恒
  1. MS-PiecewiseSmooth

    0下载:
  2. 分段光滑的MUMFORD--SHAH图像分割算法,MATLAB。实现了图像分割-Piecewise smooth the MUMFORD- SHAH image segmentation algorithm, MATLAB. The realization of the image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:23.94kb
    • 提供者:天空
  1. opencvgray

    0下载:
  2. opencv,C++图像处理,包括平移,缩放,旋转,形态学变换,灰度转换,阈值分割等操作,适用计算机视觉初学者。-opencv, C++ image processing, including translation, scaling, rotation, morphological transformation, grayscale conversion, segmentation, etc, for beginner computer vision.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:5.95kb
    • 提供者:sdphw
  1. Ncut

    0下载:
  2. 自己写的Normalized Cut图像分割,聚类程序,程序非常清晰,花了很长时间调试。-Normalize Cut
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:2.94kb
    • 提供者:Jerry
  1. LiveWireAuto

    0下载:
  2. 这是典型的图像分割Livewire算法的源码 结合OPENCV,配置一下就可以用了-This is a typical source image segmentation algorithm Livewire combination OPENCV, can be used to configure what
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:82.79kb
    • 提供者:Jerry
  1. seg_oneseed

    0下载:
  2. 单种子点区域生长图像分割算法:基本处理方法是 以一组种子点开始来行程生长区域,即将哪些预定义属性类似于种子的邻域像素附加到每个种子上-Single seed point region growing image segmentation algorithms: the basic processing method is based on a set of seed points, started to trip the growth region, which is about predefi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:1.18kb
    • 提供者:tory
  1. pyramin

    0下载:
  2. 用 金字塔 方法 进行 图像 分割 opencv-pyramid segementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:83.33kb
    • 提供者:li
  1. pyramid_segmentation

    0下载:
  2. opencv 采用金字塔方法进行图像分割-opencv method using image segmentation pyramid
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:83.26kb
    • 提供者:joyboble
  1. GA

    0下载:
  2. 基于遗传算法的图像分割VC源程序,使用了 OpenCV-Genetic Algorithm Based on Image Segmentation VC source code, the use of the OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:200.58kb
    • 提供者:it ufo
  1. 12

    0下载:
  2. 用opencv在VC+++环境下实现对图像轮廓的提取,为进一步的图像分割、识别做准备-Using opencv in VC+++ environment to realize the image contour extraction for further image segmentation, recognition in preparation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.52mb
    • 提供者:周琪
  1. PyrSementation

    0下载:
  2. vs2008环境下,opencv开发的金字塔彩色图像分割,对于理解多层次多尺度图像处理有很好的参考价值!-vs2008 environment, opencv pyramid developed color image segmentation, for understanding the multi-level multi-scale image processing is a good reference value!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4.43mb
    • 提供者:wwwddd
  1. graph-based_segment

    0下载:
  2. 基于图论的图像分割,使用区域之间和区域内部进行比较的准则,对于风景图片效果不错。-Graph-based image segmentation, using the region based comparison criteria, good for scene images.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:19.72kb
    • 提供者:tan
  1. K_MeansSeg

    0下载:
  2. KMeans图像聚类分割:用K-Means聚类方法来对图像进行分割。主要是对图像的颜色进行聚类。开发环境:VC6,需要安装OpenCV。-KMeans clustering in image segmentation: with K-Means clustering approach to image segmentation. Mainly the color of the image cluster. Development Environment: VC6, need to install
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.7mb
    • 提供者:chenwenlue
  1. opencv-maxmum-err

    1下载:
  2. 利用opencv和c++用于完成最小误差算法的图像分割-C++ using opencv and complete the minimum error algorithm for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2015-11-10
    • 文件大小:2.71mb
    • 提供者:张守问
  1. GrabCut

    1下载:
  2. grabcut算法实现图像分割,基于2004年发表的grabcut算法实现。-grabcut
  3. 所属分类:Special Effects

    • 发布日期:2014-04-20
    • 文件大小:11.61mb
    • 提供者:天气晴
  1. 【OpenCV学习笔记 010】提取直线、轮廓及连通区域

    0下载:
  2. 关于OPENCV图像分割后图像连通问题,具体可以查看源代码(OPENCV image segmentation on the image connectivity problem, you can view the source code)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-17
    • 文件大小:2.38mb
    • 提供者:jaikou
  1. 【MeanShift图像分割】MeanShift

    0下载:
  2. meanshift图像分割算法的opencv实现。(Opencv implementation of meanshift image segmentation algorithm.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:60kb
    • 提供者:海coding
  1. zy1

    0下载:
  2. 图像分割,图像识别,字符识别分割。Opencv在VS在可运行。(Opencv vertical projection segmentation character)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:1kb
    • 提供者:艾特李
« 12 3 4 »
搜珍网 www.dssz.com