feature extraction using Local Line Binary Patterm
Mostrar comentarios más antiguos
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 comentarios
Image Analyst
el 1 de Ag. de 2013
Movida: DGM
el 13 de Feb. de 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?
i know LBP (local binary pattern)can be used for script identification from color images!!!but i want to identify scripts from binary image(i.e with black background and white foreground which contain texts) anyone can tell me that i can use it?!!!
Respuesta aceptada
Más respuestas (2)
Nikolay S.
el 17 de Mzo. de 2015
1 voto
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
el 12 de Dic. de 2015
0 votos
extractLBPFeatures function was added to the Computer Vision System Toolbox in R2015b release.
3 comentarios
Ihsan Yassin
el 13 de Feb. de 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
el 13 de Feb. de 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
el 14 de Feb. de 2017
ok i'll try.thanks
Categorías
Más información sobre Computer Vision with Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!