点云分割 点云分割可谓点云处理的精髓,也是三维图像相对二维图像最大优势的体现。不过多插一句,自Niloy J Mitra教授的Global contrast based salient region detection出现,最优分割到底鹿死谁手还不好说。暂且不论他开挂的图像处理算法,先安心做一个P....
分类:
其他好文 时间:
2015-11-26 17:03:57
阅读次数:
856
论文题目Finding Action Tubes, 论文链接该篇论文是CVPR 2015的, 主要讲述了action tube的localization.直接看图说话, 该论文的核心思想/步骤可以分为两个components: 1 Action detection at every frame of...
分类:
其他好文 时间:
2015-11-25 01:09:33
阅读次数:
269
idea 报错:Can't use Subversion command line client: svn. Errors found while svn working copies detection.1、卸载以前的svn客户端2、下载VisualSVN 下载地址:h...
分类:
其他好文 时间:
2015-11-16 15:17:54
阅读次数:
992
关于HOG的认识基本是参考Dalal的Histograms of Oriented Gradients for Human Detection这篇论文得来的,并且参照了网上的静止图像上的HOG行人检测代码改成了基础的视频上的行人检测。HOG特征提取的基本思想:局部目标的外表和形状可以被局部梯度或边缘...
分类:
其他好文 时间:
2015-11-14 06:11:55
阅读次数:
559
http://www.tuicool.com/articles/v6j2AbSnort is by far the most popular open-source network intrusion detection and prevention system (IDS/IPS) for Lin...
分类:
系统相关 时间:
2015-11-02 17:21:29
阅读次数:
291
本来以为这题很简单,但是看要求,第一不能改变这个数组,第二只能使用O(1)的空间,第三时间复杂度小于O(n^2),就不能使用遍历数组的方式来解决了。 有两种方法,一种是利用Binary Search,一种是利用Floyd的cycle detection算法。 Binary Search M...
分类:
其他好文 时间:
2015-10-19 12:33:52
阅读次数:
224
org.apache.catalina.tribes.group.interceptors.TcpFailureDetector memberAlive 严重: Unable to perform. failure detection check, assuming member down. java.net.NoRouteToHostException: No route to ho...
分类:
其他好文 时间:
2015-10-16 13:45:07
阅读次数:
131
Linux System Account SSH Weak Password Detection Automatic By System API
There are mainly two solutions to solve this problem.The first one is very clever, using the idea of cycle detection, and runs in O(n) time. You may r...
分类:
其他好文 时间:
2015-09-28 18:57:25
阅读次数:
163
代码复查http://blog.fogcreek.com/increase-defect-detection-with-our-code-review-checklist-example/这篇博客中介绍了“Code Review Checklist”方法,从而让软件开发人员能够高效得将代码复审进行下...
分类:
其他好文 时间:
2015-09-28 18:45:58
阅读次数:
129