0
点赞
收藏
分享

微信扫一扫

【图像处理】Haar-like特征

m逆光生长 2022-07-27 阅读 60

 

 特征提取的原理、代码等;

如果是白黑白,是减去一个黑的还是2个黑的,网上有不同的说法;应该需要看原论文了。

 论文原文

The sum of the pixels which lie within the white rectangles are subtracted from the sum of pixels in the grey rectangles. 
A three-rectangle feature computes the sum within two outside rectangles subtracted from the sum in

 

参考

1.​​Haar-like特征提取原理​​;

2.​​计算Haar-like特征数目​​;

3.​​VJ大神论文​​;

 

举报

相关推荐

0 条评论