最好的边缘检测子 Canny algorithm aims to satisfy three main criteria: Low error rate: Meaning a good detection of only existent edges. Good localization: The ...
分类:
其他好文 时间:
2014-11-19 00:02:06
阅读次数:
256
带你一步一步剖析经典图像边缘检测算法Canny Edge Detection,从高斯模糊到
梯度计算、边缘幅值与角度计算、非最大信号压制、双阈值选取边缘、边缘连接到
结果输出,完整代码实现。...
分类:
其他好文 时间:
2014-11-16 17:18:28
阅读次数:
321
format-detection翻译成中文的意思是“格式检测”,顾名思义,它是用来检测html里的一些格式的,那关于meta的format-detection属性主要是有以下几个设置:metaname="format-detection"content="telephone=no"metaname=...
分类:
Web程序 时间:
2014-11-16 14:38:35
阅读次数:
198
Openbr is a great project for facial detecting.System: linuxmint 13 x86_64Face recognition, motion / gender / age / detection Here it's website:http:/...
分类:
系统相关 时间:
2014-11-14 10:39:08
阅读次数:
745
jQuery Face Detection 是一款人脸检测插件,能够检测到图片,视频和画布中的人脸坐标。它跟踪人脸并输出人脸模型的坐标位置为一个数组。我们相信,面部识别技术能够给我们的 Web 应用带来各种可能性,创造出互动的,有趣的功能。
分类:
Web程序 时间:
2014-11-11 12:06:40
阅读次数:
224
gs_tmp_tz... is the temporary timezone detection file.
To prevent this file from being created at all, just right-click the site in the site manager, select PROPERTIES, and then under the "TYPE"...
分类:
其他好文 时间:
2014-11-10 09:58:34
阅读次数:
144
终于看完第二篇漏洞利用原理高级篇,内容虽然看懂了,但深入理解不够,这部分内容以后还要不断强化。第三篇是漏洞挖掘技术,篇首的话中,提到程序的不可计算性(图灵机的停机问题)、希伯尔数学纲领的失败,结尾说:由于程序的不可计算性,故无法从理论上用数学方法彻底消灭程序中的所有逻辑缺陷,很有启发性。成为有效的攻...
分类:
其他好文 时间:
2014-11-09 17:54:09
阅读次数:
311
将一群物理对象或者抽象对象的划分成相似的对象类的过程。其中类簇是数据对象的集合,在类簇中所有的对象都彼此相似,而类簇与类簇之间的对象是彼此相异。聚类除了可以用于数据分割(data segmentation),也可以用于离群点检测(outlier
detection),所谓的离群点指的是与“普通”点相对应的“异常”点,而这些“异常”点往往值的注意。
很多人在学习聚类之初,容易将...
分类:
其他好文 时间:
2014-11-05 13:04:06
阅读次数:
252
行人检测(Pedestrian Detection)资源整理...
分类:
其他好文 时间:
2014-11-03 11:35:51
阅读次数:
330
HDU 3523 Image copy detection
题目链接
题意:这题其实题意读懂就简单了,说白了就是1-n放到1-n列,每列的值为每列上数字和该数字的差的绝对值,然后求总和最小
思路:就一KM最大匹配
代码:
#include
#include
#include
#include
#include
using namespace std;
co...
分类:
其他好文 时间:
2014-11-02 00:39:29
阅读次数:
336