XDoG-Filter

Edge Detection with XDoG Filter
授权协议 Readme
开发语言
所属分类 应用工具、 科研计算工具
软件类型 开源软件
地区 不详
投 递 者 洪安顺
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Synopsis

This project is an implementation of XDoG Filter. XDoG Filter is an image filter to detect edges of an image in Image Processing.

Installation

This code reads the images with the command imread(Which is written inside of it). Thus you need to change it with every image you need to use filter on it.

License

Matlab

Notes

There are five variables at the beginning of the code file. To get more satisfying results, you should change these variables with every different image.

Results of this filter is provided in the results.pdf file. Also you can see effect of this five variables in this pdf file. (see https://github.com/CemalUnal/XDoG-Filter/blob/master/results/results.pdf

  • https://blog.csdn.net/Gavinmiaoc/article/details/88639814 本文以kears-yolov3做detector,以Kalman-Filter算法做tracker,进行多人物目标追踪,其应用常见于客流量统计,行人追踪检测,可延伸至Fall Detection,Loitering Detection徘徊检测等项目。 应用举例: 这个可以看做多目标跟

  • wifidog wifidog开源模块,通过iptable对报文进行重定向到端口2060接口,对报文进行拦截,利用iptable实现用户上网行为管理功能,目前市面上的无线多采用此模块进行portale认真。 本文章对wifidog的源码进行了分析,希望有所帮助。 1 main 1.1 config_init();初始化全局变量,设置默认值 1.2 parse_commandline(argc, a

  • 1. 字符串函数格式 函数调用的格式如下: $(<function> <arguments>) 或者是 ${<function> <arguments>} 其中, function 是函数名; arguments 是函数的参数,参数之间要用逗号分隔开; 而参数和函数名之间使用空格分开。 调用函数的时候要使用字符 $,后面可以跟小括号也可以使用花括号。 2. 模式字符串替换函数 patsubst

  • map函数 map函数的结构为 map(处理方法,可迭代对象) ,相当于for循环遍历可迭代对象中的每一个元素,对每一个元素做指定操作,得到一个和原始数据顺序相同的迭代器。(在Python3中最终得到的结果是一个迭代器,可以用list()函数转化为列表,在Python2中map函数的结果就是一个列表。) map函数实例 原始方法: def map_test(array): ret = []

相关阅读

相关文章

相关问答

相关文档