登录
首页 » 其他项目 » 根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子...

根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子...

于 2022-12-28 发布 文件大小:46.74 kB
0 184
下载积分: 2 下载次数: 2

代码说明:

根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子-According to different input parameters, choose a different operator input image edge detection, including the sobel, log, canny operator 5 Columbia

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 数值计算的程序,关于课程设计,数学建摸的一点小东西,呵呵 希望大家多...
    数值计算的程序,关于课程设计,数学建摸的一点小东西,呵呵 希望大家多-numerical procedures, on the curriculum design, mathematical modeling of the little things Oh hope to see you
    2022-08-09 00:54:47下载
    积分:1
  • 功能:多线程、E
    功能:多线程、E-mail转发、自动隐藏,huffman、JPEG压缩,全屏、指定区域或最前窗口抓图,窗口或全屏控制方式,彩色或黑白显示,修改注册表、取密码、记录键盘信息等等。 缺点:控制端在WIN98下运行,每抓一幅图会吃掉几十K内存,不知道为什么,在WIN2000下运行没有发现这种情况,知道原因请通知我。E-mail:KelvinSpace@21cn.com Regedit:HKEY_CURRENT_CONFIG/CtrlSrvr设置E-MAIL地址等,电邮密码写在程序中(TVB) 服务端密码:TVB123(注意大小写) 文件:pe2.part01.rar至pe2.part05rar共5个文件 -Features: multi-threaded, E-mail forwarding, auto-hide, huffman, JPEG compression, full screen, specify the area or the front window, drawings, window or full-screen control mode, color or black and white display, modify the registry, get your password, record keyboard information and so on. Drawback: controlling end of the run WIN98, each grasping a plan would eat up tens of K of memory, do not know why, in the running under WIN2000 did not find such a situation, know the reason please let me know. E-mail: KelvinSpace@21cn.com Regedit: HKEY_CURRENT_CONFIG/CtrlSrvr Set E-MAIL addresses, e-mail your password to write in the program (TVB) server-side password: TVB123 (case sen
    2022-08-07 08:55:37下载
    积分:1
  • 基于ODBC的数据库备份及恢复
    基于ODBC的数据库备份及恢复 -based ODBC database backup and recovery
    2022-04-21 10:07:20下载
    积分:1
  • 牛顿
    牛顿-拉夫逊法潮流计算程序-Newton- Raphson load flow calculation program
    2022-04-09 06:56:59下载
    积分:1
  • small and typing practice for the English
    小型中英文打字练习器-small and typing practice for the English
    2022-07-23 03:37:39下载
    积分:1
  • [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路...
    [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。 #include int number //队列类型 typedef struct{ int q[20] -[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
    2022-01-25 22:50:29下载
    积分:1
  • 贪吃蛇游戏直游戏开发人员要学习或做参考的一个朋友。
    贪吃蛇游戏,直得对游戏开发的朋友学习或参考.-Snake game straight game developers have to learn or make reference to a friend.
    2022-03-02 05:20:04下载
    积分:1
  • 用csharp解决arcgis中的问题,请认真阅读
    用csharp解决arcgis中的问题,请认真阅读-with csharp arcgis solve the problem, please read carefully
    2022-12-28 07:15:04下载
    积分:1
  • windows api 在pb中的定义说明,希望对pb编程爱好者有所帮助
    windows api 在pb中的定义说明,希望对pb编程爱好者有所帮助-windows api pb in the definition shows, and I hope to pb programming enthusiasts help
    2022-10-20 21:25:03下载
    积分:1
  • VC环境下运行的坦克大战,不用多说了吧!
    VC环境下运行的坦克大战,不用多说了吧!-VC environment running under the tank, the answer!
    2022-08-15 18:02:32下载
    积分:1
  • 696518资源总数
  • 105958会员总数
  • 18今日下载