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

搜索资源列表

  1. MOG

    0下载:
  2. 使用Opencv实现的混合高斯背景建模,能够对图像的前景和背景进行分割。-Gaussian mixture background modeling using Opencv achieved, it is possible to image segmentation of the foreground and background.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:20372626
    • 提供者:袁晓霞
  1. cucv

    0下载:
  2. 用到GPU加速,对激光图像进行了并行运算。将图像逐行分割,每一行每个像素求取其八领域的阈值,灰度高亮的计数加一,然后统计每一行的激光宽度。实验性代码,指导大家如何使用opencv和gpu-direct newers to use opencv and GPU.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:348522
    • 提供者:prince
  1. daiao

    0下载:
  2. 基于openCV的灰度图像的去噪,分割等,效果不错。放心下吧-Based on openCV gray image denoising, segmentation and so on, the effect is good.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5081031
    • 提供者:李建宇
  1. cheliangshibiefenge

    1下载:
  2. opencv,基于图像处理的车辆粘连问题分割的解决算法-opencv, based on the vehicle image processing algorithms to solve the sticking problem segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1773552
    • 提供者:学屌
  1. GLG

    0下载:
  2. 布料疵病检测,灰度共生矩阵,图像预处理、分割,环境opencv-Cloth flaw detection, GLCM, image preprocessing, segmentation, environment opencv
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:164794
    • 提供者:susen
  1. threshold

    0下载:
  2. 图像阈值分割的一个简单算法代码。使用openCV编写。比较简洁,适合初学者。-Image Threshold Segmentation of a simple algorithm code. Use openCV write. Relatively simple, suitable for beginners.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-03
    • 文件大小:15088870
    • 提供者:laurra
  1. Watershed-algorithm

    0下载:
  2. 利用OpenCV实现,分水岭算法,用以实现图像的分割,亲测,好用-Use OpenCV implementation, watershed algorithm to achieve image segmentation, pro-test, easy to use
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:282719
    • 提供者:林泉
  1. cvThreshold

    0下载:
  2. visual C++下添加OpenCV库函数,实现图像阈值分割,代码含详细注释,适合学习。-Adding visual C++ under OpenCV library functions for image thresholding, the code contains detailed notes, suitable for learning.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2353
    • 提供者:丁妍
  1. Mean-Shift-CPP

    0下载:
  2. 在VC6.0+OPENCV上对Mean Shift算法的简单实现,对图像进行简单的额分割-On VC6.0+ OPENCV simple realization Mean Shift algorithm for image segmentation simple volume
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:798723
    • 提供者:贾明
  1. Canny

    0下载:
  2. 基于OPENCV和VC6.0的Canny边缘算法的源代码,可以很好地提取图像的边缘,对图像进行分割-Based OPENCV and VC6.0 the Canny edge algorithm source code, can be a good image edge extraction, image segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2175930
    • 提供者:贾明
  1. Sobel

    0下载:
  2. 基于OPENCV和VC6.0的Sobel边缘算法的源代码,可以很好地提取图像的边缘,对图像进行分割-Based OPENCV and VC6.0 Sobel edge algorithm source code, can be a good image edge extraction, image segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2167399
    • 提供者:贾明
  1. RegionGrow

    0下载:
  2. 基于OPENCV和VC6.0的区域生长的源代码,可以很好地对图像的进行分割-Regional OPENCV growth and VC6.0 source code can be good for image segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2393409
    • 提供者:贾明
  1. opencvtest

    0下载:
  2. 利用opencv库进行图像处理,主要用于栅格图像的分割的示例程序。-Use opencv library for image processing, mainly for raster image segmentation of the sample program.
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-16
    • 文件大小:25295424
    • 提供者:lilin
  1. GlobalThreshold

    0下载:
  2. 全局阈值分割函数,用于图像二值化,在opencv环境下编写-Global thresholding functions for image binarization, write in opencv environment
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:12867
    • 提供者:crystal
  1. opencv_digitalimage_processing

    0下载:
  2. 基于opencv的图像处理程序,包含色彩空间转换,大律法阈值分割和形态学运算等-image processingincluding color space conversion and large law threshold segmentation and morphological operations, etc based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1378
    • 提供者:陈超
  1. cvThresholdOtsu

    0下载:
  2. 自己写的有关OpenCV中图像阈值处理Otsu法的函数,可以帮助初学者更好理解自适应阈值分割的原理。(写成了头文件形式可以直接调用)-Write my own functions related to the image OpenCV Otsu thresholding method can help beginners to better understand the principles of adaptive thresholding.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:43461
    • 提供者:Ian Bai
  1. MSI-2

    1下载:
  2. 基于opencv的阴影检测,以亮度图像为基础,基于重建的形态学运算构建出MSI,进而由阈值分割得到效果较好的阴影检测效果(Shadow detection based on OpenCV)
  3. 所属分类:其他

    • 发布日期:2017-08-06
    • 文件大小:5713920
    • 提供者:cap
  1. Python_VLPR-master

    2下载:
  2. 基于树莓派B+版本的车牌识别设计,辨识部分以树莓派3B+/3B为核心处理器,基于Linux平台,通过python3.5和OpenCV来对含有车牌信息的图片,进行高斯去噪、灰度化、边缘检测、二值化、闭操作、字符分割、字符识别匹配等一系列图像处理操作最终实现车牌识别这个系统。(Based on the design of license plate recognition of raspberry pie B+version, the recognition part takes raspberry
  3. 所属分类:Linux/Unix编程

    • 发布日期:2019-04-29
    • 文件大小:30204928
    • 提供者:山=石头
« 1 2 ... 5 6 7 8 9 10»
搜珍网 www.dssz.com