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

搜索资源列表

  1. image_process

    0下载:
  2. 基本的图像处理算法,边缘检测、分割、正交变换等-The basic image processing algorithms, edge detection, segmentation, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14672555
    • 提供者:hxc
  1. susan

    0下载:
  2. 用MATLAB实现的SUSAN算子,用于图像的边缘检测-susan detect edge!
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:8427
    • 提供者:冯杰
  1. image_processing

    0下载:
  2. 多种图像边缘检测与分割处理matlab源码-image edge detection and splitting processes, in Matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:42555
    • 提供者:danny
  1. image_edge_detection_and_split

    0下载:
  2. 图像处理的,边缘检测及分割等,比较详细,PDF文件-Image processing, edge detection and splitting, PDF file
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:955305
    • 提供者:danny
  1. edgedetectorandsplitter

    0下载:
  2. 图像边缘检测及分割的matlab实现,有好几种方法,可以都学习一下-Image edge detection and segmentation of the matlab implementation, there are several ways you can both learn about
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:41696
    • 提供者:赵华
  1. imageedgedetectionandsegmentation

    0下载:
  2. 多种图像边缘检测与分割处理,效果不错,大家参考-A variety of image edge detection and segmentation processing, good results
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:41682
    • 提供者:lin hai
  1. edgedetectionexamples

    0下载:
  2. 多种图像边缘检测和分割处理算法的实例matlab程序,便于分析比较效果。-A variety of image processing algorithms, edge detection and segmentation examples of matlab programs to facilitate analysis and comparison of results.
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:48572
    • 提供者:黄玲
  1. c03

    0下载:
  2. 该程序实现图像的目标分割,边缘检测,并且支持各种图像格式,效果非常好。-The program' s goal to achieve image segmentation, edge detection, and supports a variety of image formats, the effect was very good.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-13
    • 文件大小:20785387
    • 提供者:王刚
  1. boundary

    0下载:
  2. 实现边缘检测,能很好的把图像的边缘分割出来,对于做图像分割的朋友有参考价值。-Edge detection, could well split the edge of the image, the image segmentation of friends doing a valuable reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2468
    • 提供者:知秋
  1. 123456

    0下载:
  2. 多种图像的边缘检测和图像分割的实例~有助于学习和使用~尤其是做红外图像处理的同学可以很好的模仿编程-things are so useful in the learning of matlab of image processing
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:42555
    • 提供者:emilygenius
  1. standarimages

    0下载:
  2. 数字图像处理的常用标准图像,可用于图像复原,阈值分割,边缘检测等练习-Common used standard digital images for processing, can be used for image restoration, segmentation, edge detection and other exercises
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8063713
    • 提供者:影子
  1. 27796692EdgContour

    0下载:
  2. 实现目标的边缘检测 阈值分割,轮廓提取。数字图像处理常用的方法-Goals thresholding edge detection, contour extraction. Common method of digital image processing
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:74231
    • 提供者:dd
  1. xiugaizuidaleijianzhi

    0下载:
  2. matlab中直线检测的代码包括图像滤波、分割、边缘检测等,很实用的程序-Image processing algorithms in the opening operation code can be used directly, a very useful program
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2214
    • 提供者:钟伟
  1. matlab2DAnalysis

    0下载:
  2. 基于matlab的多种图像边缘检测与分割处理程序,都无错误,希望对大家有用-2D analysis code based on matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:41013
    • 提供者:杨文丽
  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. Inplement-of-Image-Processing

    0下载:
  2. 该源代码涵盖了利用VC++实现图像处理的基本常用方法,包括图像增强,图像滤波,图像平滑,图像边缘检测,图像分割等,代码全部可以运行,VC++6.0环境下运行!放心使用,注释很清楚!-The source code covers the use of VC++ to achieve the basic common method of image processing, including image enhancement, image filtering, image smoothing, e
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:17938300
    • 提供者:马波
  1. C-Language

    0下载:
  2. C 语言图像处理代码大全,包括比较常用的算法。例如:阈值分割,边缘检测,直方图的计算,灰度共生矩阵的计算等等。-C-Code Complete, image processing, including the commonly used algorithms. For example: threshold segmentation, edge detection, histogram calculation, the calculation of GLCM and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8223829
    • 提供者:二毛
  1. C

    0下载:
  2. C++编写,进行小波变换的程序代码,可用于图像处理中的去噪、边缘检测、分割等。-C++ written code the wavelet transform can be used for denoising in image processing, edge detection, segmentation and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1215895
    • 提供者:肖俊
  1. Image-processing-using-mfc2

    0下载:
  2. 用MFC进行图像处理,该程序主要实现了阈值分割,边缘检测,中值滤波,图像锐化。-Image processing using MFC, the program mainly to achieve the threshold segmentation, edge detection, median filtering, image sharpening.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2568404
    • 提供者:王宇煜
  1. image-processing

    0下载:
  2. 数字图像处理一书源代码,包含边缘检测,分割等-Digital image processing book source code, including edge detection, segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7613048
    • 提供者:xu
« 1 2 3 4 5 6 78 9 10 11 12 ... 27 »
搜珍网 www.dssz.com