Local Binary Pattern Histogram

I have a Histogram of L.B.P Image, How can i use this histogram to compute Feature Vector and apply Classification Algorithm.

댓글 수: 1

tamoor shakoor
tamoor shakoor 2019년 7월 5일
PLZ SEND me code at tamoor1000@gmail.com) for get also classification code

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2016년 5월 22일

1 개 추천

Attached is my local binary pattern demo. Take the LBP in the loop and increment your histogram (your "counts" vector that you'll build up) -- an easy adaptation.

댓글 수: 3

Anjali Acharya
Anjali Acharya 2018년 8월 12일
Thank you for your code to achieve histogram of LBP. My question is how we can get feature vector from LBP histogram so that we can classify images.
Hadis Amrollahi
Hadis Amrollahi 2021년 5월 8일
Hi image analyst How can i save count vectors in a row in txt file? I was wrote loop for lbp code but the last vecetor show me. Thank you for any answer
Image Analyst
Image Analyst 2021년 5월 8일
@Hadis Amrollahi, I don't know what you want. There is a variety of ways to save vectors, like save(), writematrix(), fprintf(), csvwrite(), dlmwrite(), etc. Are you using one of them?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Histograms에 대해 자세히 알아보기

질문:

2016년 5월 22일

댓글:

2021년 5월 8일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by