feature extraction using Local Line Binary Patterm
Show older comments
i have image with size 156x156, i want block this image to 13x13 block size. can you help me to get it using LLBP??
3 Comments
Image Analyst
on 1 Aug 2013
Moved: DGM
on 13 Feb 2023
I know what local binary pattern is, and I have a demo for that, but I don't know what local line binary pattern is. Can you explain the algorithm?
Accepted Answer
More Answers (2)
Nikolay S.
on 17 Mar 2015
1 vote
Hi. You can try my lineLBP implementation: http://www.mathworks.com/matlabcentral/fileexchange/50058-efficient-llbp--line-local-binary-pattern- Hope this wil do the trick. Best regards, Nikolay
Dima Lisin
on 12 Dec 2015
0 votes
extractLBPFeatures function was added to the Computer Vision System Toolbox in R2015b release.
3 Comments
Ihsan Yassin
on 13 Feb 2017
how can I get that function since I don't have it.mine was r2015a release.just found out I don't have that function when I want to try using LBP in my project
Image Analyst
on 13 Feb 2017
Call the Mathworks to get a link to the toolbox which you can install. You can get a free 30 day trial if you want.
Ihsan Yassin
on 14 Feb 2017
ok i'll try.thanks
Categories
Find more on ROI-Based Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!