LBP:local binary pattern
LBP算子可分为以下几种:
1.基本LBP算子,通常是指灰度不变LBP,即gray scale invariant LBP,8邻域情况下共有256种输出,即特征向量有256种取值可能性
2.旋转不变LBP算子:rotation invariant LBP,8邻域情况下共有36种输出
3.均匀模式LBP算子:uniform LBP,8邻域情况下共有58种输出
4.均匀不变LBP算子:rotaion invariant & uniform pattern LBP,8邻域情况下共有9种输出
参考的博文:
1。http://blog.csdn.net/jinshengtao/article/details/18219697
2。http://blog.sina.com.cn/s/blog_973bec650101rmjm.html
3。http://blog.sina.com.cn/s/blog_48ce1c2d0101b4us.html (含java语言实现的 均匀模式LBP算子)
备注:8邻域说法等同于8个采样点
后期需要补充:各种算子比较,提出者,对应论文,发表年份,适用领域,可运行的代码