feature extraction using Local Line Binary Patterm
이전 댓글 표시
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
Image Analyst
2013년 8월 1일
이동: DGM
2023년 2월 13일
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?
채택된 답변
추가 답변 (2개)
Nikolay S.
2015년 3월 17일
1 개 추천
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
2015년 12월 12일
0 개 추천
extractLBPFeatures function was added to the Computer Vision System Toolbox in R2015b release.
댓글 수: 3
Ihsan Yassin
2017년 2월 13일
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
2017년 2월 13일
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
2017년 2월 14일
ok i'll try.thanks
카테고리
도움말 센터 및 File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!