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

搜索资源列表

  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. OpenCV81

    0下载:
  2. 运用opencv实现对图像进行分割,在visual c++环境下运行-Used to achieve image segmentation opencv in visual c++ environment to run
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:1612
    • 提供者:王一
  1. SnakeProfile

    0下载:
  2. opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:1243
    • 提供者:
  1. fenshuiling

    0下载:
  2. Opencv图像处理中的分水岭算法的实现。Opencv做图像处理很方便,matlab移植到c++比较麻烦-2D image segmentation in c++ and opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:15221883
    • 提供者:朱元龙
  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. 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-28
    • 文件大小:498062
    • 提供者:jiaojiao003
  1. flame-segmentation

    0下载:
  2. 用于图像中火焰区域的分割,可作为视频中火焰检测的一部分,用于火焰区域的分割-For image segmentation in the flame zone, the flame detection can be used as part of the video for the division of the flame zone
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:291458
    • 提供者:张宾
  1. Image-segmentation-based-on-Opencv

    0下载:
  2. OPENCV轻量级而且高效,由一系列 C 函数 和少量 C++ 类构成,同时提供了 Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。-The OPENCV lightweight and efficient, and by a series of C function And a small amount of C++ class structure, while providing a language like Python, Ruby
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:10667
    • 提供者:kristena
  1. image-segmentation-

    0下载:
  2. 该资料为基于OpenCV的种子填充实现彩色图像分割的代码实现。-The data is based on OpenCV seed filling color image segmentation code implementation.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:1670
    • 提供者:王自溟
  1. image-salient-extract

    0下载:
  2. 利用openv对图像进行分割和裁剪,选取自己感兴趣的区域-Use openv on image segmentation and tailoring, choose areas of interest to them
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:1719562
    • 提供者:岑君凯
  1. segment

    0下载:
  2. 对超声图像的去噪和分割,可以显示肿瘤图像的边缘和面积-For ultrasound image denoising and segmentation, image can show the tumor edge and area
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:7998515
    • 提供者:qcy
  1. image-segmentation

    0下载:
  2. 用于处理中的图像拼接,已经运行成功过,希望给大家带来帮助-For image processing, has been running successfully, we hope to bring help
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3648800
    • 提供者:harry
  1. opencv-watershed-segmentation

    0下载:
  2. C#编程环境下利用OpenCV实现分水岭图像分割的代码文档- Under the C# programming environment to achieve watershed image segmentation using OpenCV code documentation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:7468
    • 提供者:user
  1. Image-segmentation

    0下载:
  2. 图像分割指的是将数字图像细分为多个图像子区域的过程,在OpenCv中实现了三种跟图像分割相关的算法,它们分别是:分水岭分割算法、金字塔分割算法以及均值漂移分割算法。-Image segmentation refers to the digital image is subdivided into a plurality of image sub-regions in the process, in OpenCv achieve three associated with image segmen
  3. 所属分类:OpenCV

    • 发布日期:2017-04-25
    • 文件大小:66682
    • 提供者:lushaolei
  1. Image-Segmentation

    0下载:
  2. 图像轮廓提取程序,将图像轮廓信息存储在一个txt文档里-image segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-06-13
    • 文件大小:21865495
    • 提供者:Ganesh/Gani
  1. vc-imageprocessing

    0下载:
  2. 数字图像处理,里面包含很多c++算法,适合初学opencv,包括图像融合、图像分割、图像拼接-Digital image processing, which contains a lot of c++ algorithm, suitable for beginners opencv, including image fusion, image segmentation, image stitching
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:22037069
    • 提供者:白色恋人
  1. Labdevide

    0下载:
  2. 说明:lab颜色空间图像分割,用于图像处理,matlab的源码-Lab color space for image segmentation, image processing, matlab source code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1136
    • 提供者:潇枫
  1. Crabcut-image-segmentation

    0下载:
  2. 使用opencv进行Crabcut图像分割,先定义分割矩形区域,然后完成前景与背景图像分离-Opencv for image segmentation using Crabcut, to define rectangular areas divided, and complete separation of foreground and background image
  3. 所属分类:OpenCV

    • 发布日期:2017-12-12
    • 文件大小:1520
    • 提供者:张军
  1. quaeivued-modem

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

    • 发布日期:2017-12-23
    • 文件大小:22528
    • 提供者:jiilpd
  1. opencv-semantic-segmentation

    1下载:
  2. 基于opencv的道路图像语义分割,用全卷积网络实现的(Road image semantics segmentation based on OpenCV and implemented by full convolution network)
  3. 所属分类:OpenCV

    • 发布日期:2020-07-26
    • 文件大小:6852608
    • 提供者:断剑123
« 12 3 4 5 6 »
搜珍网 www.dssz.com