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

搜索资源列表

  1. imageSegmentation

    0下载:
  2. 该文主要是介绍一种改进分水岭算法的彩色图像分割技术-image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:204211
    • 提供者:王世
  1. ImageProcessing

    0下载:
  2. 1 绪论 2 数字图像基础 3 空间域图像增强 4 频率域图像增强 5 图像复原 6 彩色图像处理 7 小波变换和多分辨率处理 8 图像压缩 9 形态学图像处理 10 图像分割 11 表示与描述 12 对象识别-1 Introduction 3 2 digital image based on spatial frequency domain image enhancement image enhancement 4 5 6 Color image p
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:31672426
    • 提供者:wuysj
  1. DIPDemo

    0下载:
  2. 数字图像处理,包括点运算、几何变换、图像增强、彩色图像处理、图像分割、特征提取等。-digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:25012499
    • 提供者:康萌萌
  1. imageprocessing

    0下载:
  2. 第一章 绪论 第二章 C#数字图像处理的3种方法 第三章 点运算及直方图 第四章 几何运算 第五章 数学形态学图像处理 第六章 频率变换 第七章 图像平滑与去燥 第八章 边缘检测 第九章 图像分割 第十章 图像压缩编码 第十一章 彩色图像处理 -Chapter I Introduction Chapter II C# digital image processing methods Chapter 3 point arithmeti
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1214440
    • 提供者:xiewei
  1. ColorImageSegmentation

    0下载:
  2. 彩色图像分割的matlab源代码,效果还可以,欢迎大家下载-Color image segmentation matlab source code, the effect can be, are welcome to download
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:265079
    • 提供者:ysy
  1. color

    0下载:
  2. 彩色图转换成灰度图,用于彩色图像分割的一个重要步骤-Color image into grayscale, for color image segmentation is an important step
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1709241
    • 提供者:李杰
  1. color-Image-Segment

    0下载:
  2. 使用OpenGl实现彩色图像分割的代码,简单实用,方便大家学习-Color image segmentation using OpenGl implementation of the code, simple and practical, facilitate learning
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:1661
    • 提供者:安羽
  1. car

    0下载:
  2. 汽车车牌的图像识别。 根据车牌凸角轮廓特征,采用MPP算法进行车牌倾斜校正;采用彩色图像分割方法,最大限度的去除图像噪声干扰;设计了基于神经网络的多种彩色背景车牌字符识别方法,取得了良好的效果。-Image recognition of vehicle license plates. According to plate convex contour feature, the use of MPP plate tilt correction algorithm using color imag
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:12359
    • 提供者:guxiaoliang
  1. Pseudo-color-enhancement

    0下载:
  2. 伪彩色增强,通过密度分割法将灰度图像转换为彩色图像-Pseudo-color enhancement, through the density of gray image segmentation method to convert color images
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:13839
    • 提供者:lengxiangguang
  1. segmentation

    0下载:
  2. 基于彩色图像分割的机器人足球目标识别-Color image segmentation based on object recognition in robot soccer
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:258955
    • 提供者:张培
  1. color-image-seg

    1下载:
  2. 由于彩色图像提供了比灰度图像更为丰富的信息, 因此彩色图像处理正受到人们越来越多的关注。彩色图像分割是彩色图像处理的重要问题, 彩色图像分割可以看成是灰度图像分割技术在各种颜色空间上的应用, 为了使该领域的研究人员对当前各种彩色图像分割方法有较全面的了解, 因此对各种彩色图像分割方法进行了系统论述, 即先对各种颜色空间进行简单介绍, 然后对直方图阈值法、特征空间聚类、基于区域的方法、边缘检测、模糊方法、神经元网络、基于物理模型方法等主要的彩色图像分割技术进行综述, 并比较了它们的优缺点, 通过比
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:516438
    • 提供者:3rdo
  1. color-image-segment-code

    1下载:
  2. 这是一个关于彩色图像分割的报告,内含源代码及处理结果等,图像分割采用K-mean聚类分割方法。-K-mean cluster segment
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2631491
    • 提供者:3rdo
  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. 123

    0下载:
  2. 基于边缘检测和区域生长的彩色图像分割,设计论文+VC代码-Based on edge detection and region growing for color image segmentation Design thesis+ VC code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:226666
    • 提供者:林静
  1. caisetuxiang

    0下载:
  2. 彩色图像分割程序,通过具体实例分析,很使用的哦-Color image segmentation procedure, through the concrete example analysis, it is to use the oh
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:656
    • 提供者:qiuxiufen
  1. PicBlock

    0下载:
  2. 一个基于四叉树的彩色图像分割实例,希望对大家有帮助-an example on quad tree which used on image divding.I also want it is useful to others
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:13333
    • 提供者:alex
  1. A-hierarchical-approach-

    0下载:
  2. 图像处理之图像分割,关于如何像彩色图像分割成相应的部分的算法,该算法包含了很多彩色图像的知识,仅供参考-Image processing of image segmentation, about how like color image segmentation into the corresponding part of the algorithm, the algorithm contains a lot of color image of the knowledge, for refere
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:449928
    • 提供者:林保路
  1. colorimage_segmatation

    0下载:
  2. 利用交互式区域选择法,来实现对指定区域颜色的彩色图像分割。是很好的学习材料-colorimage segmatation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2249
    • 提供者:梁肖
  1. segmentation

    0下载:
  2. 彩色图像分割,对应于软件学报论文:《一种融合颜色和空间信息的色彩图像分割》-Color image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7465262
    • 提供者:qixiang
  1. K-means-color-image-segmentation

    1下载:
  2. K-means彩色图像分割,有实验报告,main文件中还有区域生长的算法。-K-means color image segmentation, with experimental report.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2738919
    • 提供者:石笑天
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 25 »
搜珍网 www.dssz.com