搜索资源列表
CareffEducation44
- 系统主要特色介绍: 1、领先的技术功底:系统采用目前最为先进和稳定的.Net 架构体系,支持Access、Mysql、SQLServer 等多种数据库安装。 2、维护简单,界面美观人性化:通过IE 浏览器来运行系统,实现客户端零维护。 3、系统基础设置功能强大,支持多种格式的功能扩充,主要设置包括,基本设置,学 期设置,院系设置,教师设置,教室管理,班级设置,学生设置,课程设置等功能可以数据 完全由用户定义。-Introduced the main features of the s
edge
- edge detection using Prewette-edge detection using Prewette..
edge2
- coding for edge detection using sobel-coding for edge detection using sobel..
CSharp-GDIPImagelab
- 可实现图片边缘检测,并标记出图片的边缘。-Image edge detection can be achieved, and mark the edges of the picture.
Floyd-CSharp
- 弗洛伊德(Floyd)算法 主要是用于计算图中所有顶点对之间的最短距离长度的算法,如果是要求某一个特定点到图中所有顶点之间的最短距离可以用Dijkstra(迪杰斯特拉)算法来求。 弗洛伊德(Floyd)算法的算法过程是: 1、从任意一条单边路径开始。所有两点之间的距离是边的权,如果两点之间没有边相连,则权为无穷大。 2、对于每一对顶点 u 和 v,看看是否存在一个顶点 w 使得从 u 到 w 再到 v 比已知的路径更短。如果是更新它。 把图用邻接矩阵G表示出来
Canny-Edge-Detection-CSharp
- canny detection on images