摘要: Boxfilter 快速计算 它可以使复杂度为O(MN)的求和,求方差等运算降低到O(1)或近似于O(1)的复杂度,它的缺点是不支持多尺度。 Boxfilter 的原理有点类似 Integral Image,而且比它还要快,但是实现步骤比较复杂。在计算矩形特征之前,Boxfilter 与 Integ 阅读全文
posted @ 2018-06-07 14:49 Just_ForFun 阅读(3387) 评论(1) 推荐(0) 编辑
摘要: "原文地址(英文)" 是 [Crow(1984 年)] 提出的用于提高多尺度透视投影中纹理的渲染速度的一种技术. 积分图最流行的应用是 (fast normalized cross correlation), Viola Jones 目标检测框架, SURF 变换( Speeded Up Robus 阅读全文
posted @ 2018-06-07 14:30 Just_ForFun 阅读(1468) 评论(0) 推荐(0) 编辑
摘要: 积分图原理 第一个提出 Haar 特征快速计算方法的是 CVPR2001上 的那篇经典论文 [《Rapid object detection using a boosted cascade of simple features》] (http://www.cs.utexas.edu/~grauman 阅读全文
posted @ 2018-06-07 13:29 Just_ForFun 阅读(20161) 评论(0) 推荐(6) 编辑