i am confused about local binary pattern features
1 次查看(过去 30 天)
显示 更早的评论
this documentation Extract local binary pattern (LBP) features - MATLAB extractLBPFeatures (mathworks.com)
using a local binary pattern rotation invariant or not? thank you in advance
0 个评论
回答(1 个)
Walter Roberson
2022-2-2
If you look at the example of https://www.mathworks.com/help/vision/ref/extractlbpfeatures.html#buumhtk-7 then you can see that the histogram for the rotated bricks is not exactly the same as the historgram for the unrotated bricks. That tells you that LBP is not rotation invariant.
The point is that LBP of the rotated version will be closer to the original than LBP of something that has a different texture. Not exactly the same as it would be if the measure was invariant, but close.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!