搜索资源列表
csharp
- c#数字图像处理算法典型实例源码,内部包括图像分割,边缘检测,颜色变换,图像压缩,灰度处理,滤波,平滑等算法实现,非常实用。源码编译、运行正常。-c# typical examples of digital image processing algorithms source code, internal, including image segmentation, edge detection, color conversion, image compression, gray scale p
bianyuan
- 个人的经典收藏图像处理的边缘检测算法里面有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
CareffEducation44
- 系统主要特色介绍: 1、领先的技术功底:系统采用目前最为先进和稳定的.Net 架构体系,支持Access、Mysql、SQLServer 等多种数据库安装。 2、维护简单,界面美观人性化:通过IE 浏览器来运行系统,实现客户端零维护。 3、系统基础设置功能强大,支持多种格式的功能扩充,主要设置包括,基本设置,学 期设置,院系设置,教师设置,教室管理,班级设置,学生设置,课程设置等功能可以数据 完全由用户定义。-Introduced the main features of the s
ImageProcessing
- 中值滤波 均值滤波 图像锐化 边缘检测 c#实现-Mean Filter Median Filter image sharpening to achieve edge detection c#
program
- 数字图像处理领域中的一些应用实例,以理论和实践相结合的方式,系统地介绍了如何使用C#进行数字图像处理。 全书共11章,分别讲述了图像的点运算、几何运算、数学形态学图像处理方法、频率变换、图像平滑与去噪、边缘检测、图像分割、图像压缩编码和彩色图像处理等相关技术。-Digital image processing in the field of some application examples to the theory and practice, a combination of syst
EdgeTrack
- 功能实现:用c#实现数字图像处理中的边缘检测-Function realization: Using c# digital image processing edge detection
Robert
- 功能实现:用C#实现图像处理中的Roberts算子对边缘的检测-Function realization: Using C# to achieve image processing operators on the edge of the Roberts test
edge
- edge detection using Prewette-edge detection using Prewette..
edge2
- coding for edge detection using sobel-coding for edge detection using sobel..
LineSegmentSplitter_Source
- 一个用基于C# .net 编写的线性边缘分割,以达到二值图像的细化效果-Use based on a C#. Net written in a linear edge of segmentation in order to achieve binary image thinning effect
edge
- C#编写的边缘检测程序,集合了常用的边缘检测算法,高斯,形态学,小波,Canny 等等。-edge-detect algorithms with C#, including useful methods. For example,Gaussian, wavelet,morphology,Canny and etc.
com
- 图像处理算法,实现多种对于灰度/二值图像的基本算法,包括灰度直方图,均衡化,门限处理,模糊,锐化,腐蚀,膨胀,掩模过滤,频域转换,边缘检测,梯度检测,二值化等等.实现的方法较多,且均经过一定的优化,效率不错.-Image processing algorithms to achieve a variety of for the gray/binary image of the basic algorithm, including the gray histogram, equalization,
imageprocessing
- 第一章 绪论 第二章 C#数字图像处理的3种方法 第三章 点运算及直方图 第四章 几何运算 第五章 数学形态学图像处理 第六章 频率变换 第七章 图像平滑与去燥 第八章 边缘检测 第九章 图像分割 第十章 图像压缩编码 第十一章 彩色图像处理 -Chapter I Introduction Chapter II C# digital image processing methods Chapter 3 point arithmeti
CSharp-Images-code
- C#实现了数字图像处理中的几个边缘检测的算法源代码。-C# implementation of digital image processing edge detection algorithm source code.
CSharp-GDIPImagelab
- 可实现图片边缘检测,并标记出图片的边缘。-Image edge detection can be achieved, and mark the edges of the picture.
CSharp--edge
- 转载的,对图像边缘进行随机均匀采样的C#算法实现 详细源码的word文档,供参考。-Uniform random sampling was carried out on the edge of c# algorithm implementation Detailed source code word document
skyline-CSharp
- skyline开发源码C# 计算数据边缘点的算法skyline-Skyline development of C# source data calculation of edge point algorithm for skyline
Floyd-CSharp
- 弗洛伊德(Floyd)算法 主要是用于计算图中所有顶点对之间的最短距离长度的算法,如果是要求某一个特定点到图中所有顶点之间的最短距离可以用Dijkstra(迪杰斯特拉)算法来求。 弗洛伊德(Floyd)算法的算法过程是: 1、从任意一条单边路径开始。所有两点之间的距离是边的权,如果两点之间没有边相连,则权为无穷大。 2、对于每一对顶点 u 和 v,看看是否存在一个顶点 w 使得从 u 到 w 再到 v 比已知的路径更短。如果是更新它。 把图用邻接矩阵G表示出来
C#数字图像处理算法典型
- 图像处理的基本算法汇总 , 灰度化 , 点运算 , 几何运算 , 边缘检测 , 平滑去噪 ,图像分割 ,彩色图像处理等 . C#语言编写的图像处理算法集合 .(Image processing of the basic algorithm, summary, grayscale, point calculation, geometric operations, edge detection, smoothing denoising, image segmentation, color image
canny_edge_detection_c_
- 输入图像,利用canny边缘计算算子,输出边缘(canny edge compute. input a image and output image's edge)