CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - csharp edge detection

搜索资源列表

  1. csharp

    0下载:
  2. c#数字图像处理算法典型实例源码,内部包括图像分割,边缘检测,颜色变换,图像压缩,灰度处理,滤波,平滑等算法实现,非常实用。源码编译、运行正常。-c# typical examples of digital image processing algorithms source code, internal, including image segmentation, edge detection, color conversion, image compression, gray scale p
  3. 所属分类:Graph program

    • 发布日期:2017-06-10
    • 文件大小:17055382
    • 提供者:李欣
  1. bianyuan

    0下载:
  2. 个人的经典收藏图像处理的边缘检测算法里面有roberts,sobel,拉普拉斯,prewitt,robinson,kirsch,smoothed等几种算法-Personal collection of classic image processing algorithm for edge detection there roberts, sobel, laplace, prewitt, robinson, kirsch, smoothed several algorithms, such as
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:259323
    • 提供者:qlhycf
  1. ImageProcessing

    0下载:
  2. 中值滤波 均值滤波 图像锐化 边缘检测 c#实现-Mean Filter Median Filter image sharpening to achieve edge detection c#
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:924774
    • 提供者:wing
  1. program

    0下载:
  2. 数字图像处理领域中的一些应用实例,以理论和实践相结合的方式,系统地介绍了如何使用C#进行数字图像处理。 全书共11章,分别讲述了图像的点运算、几何运算、数学形态学图像处理方法、频率变换、图像平滑与去噪、边缘检测、图像分割、图像压缩编码和彩色图像处理等相关技术。-Digital image processing in the field of some application examples to the theory and practice, a combination of syst
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1009282
    • 提供者:yangou
  1. EdgeTrack

    0下载:
  2. 功能实现:用c#实现数字图像处理中的边缘检测-Function realization: Using c# digital image processing edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:33422
    • 提供者:lp
  1. edge

    0下载:
  2. edge detection using Prewette-edge detection using Prewette..
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:597332
    • 提供者:zull hilmii
  1. edge2

    0下载:
  2. coding for edge detection using sobel-coding for edge detection using sobel..
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:597596
    • 提供者:zull hilmii
  1. edgedetection

    0下载:
  2. 边缘提取,用CSharp语言编写的使用各种算子进行边缘提取的程序,并对结果进行了对比。-edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:555990
    • 提供者:crystal
  1. com

    0下载:
  2. 图像处理算法,实现多种对于灰度/二值图像的基本算法,包括灰度直方图,均衡化,门限处理,模糊,锐化,腐蚀,膨胀,掩模过滤,频域转换,边缘检测,梯度检测,二值化等等.实现的方法较多,且均经过一定的优化,效率不错.-Image processing algorithms to achieve a variety of for the gray/binary image of the basic algorithm, including the gray histogram, equalization,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:36107
    • 提供者:李勇
  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. Canny-Edge-Detection-CSharp.ra

    0下载:
  2. 实现Canny直线提取算法,可以运行,很不错。,canny line detection。
  3. 所属分类:Special Effects

    • 发布日期:2017-10-31
    • 文件大小:1524751
    • 提供者:袁嘉
  1. CSharp-Images-code

    1下载:
  2. C#实现了数字图像处理中的几个边缘检测的算法源代码。-C# implementation of digital image processing edge detection algorithm source code.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-04
    • 文件大小:126377
    • 提供者:刘燕华
  1. CSharp-GDIPImagelab

    0下载:
  2. 可实现图片边缘检测,并标记出图片的边缘。-Image edge detection can be achieved, and mark the edges of the picture.
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:4763161
    • 提供者:nanbin Yang
  1. Canny-Edge-Detection-CSharp

    0下载:
  2. canny detection on images
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1231438
    • 提供者:Leila amrane
  1. C#数字图像处理算法典型

    0下载:
  2. 图像处理的基本算法汇总 , 灰度化 , 点运算 , 几何运算 , 边缘检测 , 平滑去噪 ,图像分割 ,彩色图像处理等 . C#语言编写的图像处理算法集合 .(Image processing of the basic algorithm, summary, grayscale, point calculation, geometric operations, edge detection, smoothing denoising, image segmentation, color image
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:18161664
    • 提供者:无花果周
搜珍网 www.dssz.com