cocos2d-xPixel Perfect Collision Detection (Using Cocos2d-x)This post found its way because I couldnt find the answer to one of the questions I asked ...
分类:
其他好文 时间:
2015-06-17 12:59:33
阅读次数:
254
论文笔记:Faster R-CNN:Towards Real-Time Object Detection with Region Proposal Networks文章: http://arxiv.org/abs/1506.01497
源码:坐等。。。。目录:论文笔记 Faster R-CNNTowards Real-Time Object Detection with Region Propo...
分类:
Web程序 时间:
2015-06-17 09:48:32
阅读次数:
13336
SIFT,SURF,ORB,FAST 特征提取算法比较主要的特征检测方法有以下几种,在一般的图像处理库中(如opencv, VLFeat, Boofcv等)都会实现。
FAST ,Machine Learning for High-speed Corner Detection, 2006
SIFT,Distinctive Image Features from Scale-Invariant Key...
分类:
编程语言 时间:
2015-06-11 21:16:00
阅读次数:
472
掉Rating快乐~~A.Face Detection题目大意:给定一个n?mn*m的矩阵,求有多少2?22*2的子矩形满足单词“face”的每个字母在矩形中恰好出现一次签到题#include
#include
#include
#include
#define M 55
using namespace std;
i...
分类:
其他好文 时间:
2015-06-09 20:11:39
阅读次数:
229
异常点检测分为novelty detection 与 outlier detection鲁棒性的高斯概率密度是novelty detection, 就是在给出的数据中, 找出一些与大部分数据偏离较远的异常数据, 我们的训练集不是纯净的, 包含异常点 outlier detection 的训练集是纯净的算法理解这个算法的思想很好理解, 就是求出训练集在空间中的重心, 和方差, 然后根据高斯概率密度估...
分类:
编程语言 时间:
2015-06-07 15:56:15
阅读次数:
2282
该文的作者是Pedro F. Felzenszwalb等,著名的DPM目标检测模型的作者,该文的工作是将DPM(可形变组件模型)级联化以加快检测速度。加快的方式就是依次计算到目前为止部分部件得分之和,如果小于一定的阈值,则放弃该位置对象的继续检测,就是级联的思想。
作者在摘要中说到该文的一个核心贡献:
In analogy to probably approximately corre...
分类:
其他好文 时间:
2015-06-05 17:33:19
阅读次数:
295
一、ImageNet
Object Detection, Object Classification+Localization
二、COCO
Image Captioning
三、LFW
Face Recognition
四、CIFAR
The CIFAR Image Classification Benchmark
五、MNIST
The M...
分类:
系统相关 时间:
2015-06-04 21:09:40
阅读次数:
169
欢迎转载,转载请务必注明出 处:http://blog.csdn.net/alading2009/article/details/46346501
在IPv6环境下,当一个主机企图配置一个IPv6地址时,会先进行地址重复性检测,以确认在链路上该地址的唯一性。这一过程称为DAD(Duplicate Address Detection)。
比如在启动一个开启了IPv6的网卡时,网卡上会先...
分类:
其他好文 时间:
2015-06-03 17:50:51
阅读次数:
269
Rigidbody:Drag: 阻力Is Kinematic: 勾选则不受重力的影响,需要人为控制刚体Collision Detection: 碰撞检测模式http://game.ceeger.com/Script/Rigidbody/Rigidbody.collisionDetectionMode...
分类:
数据库 时间:
2015-06-03 13:31:11
阅读次数:
210
So fun! It connects algorithm(regex) with real world usages!So basically speaking, C:pointer syntax, #include\scanf\typedef; Java: import\public class...
分类:
其他好文 时间:
2015-06-03 07:20:29
阅读次数:
156