Can you please tell me how to divided image into 30 blocks and obtained histogram of each block using LBP algorithm.

조회 수: 1 (최근 30일)
Can you please tell me how to divided image into n blocks and obtained histogram of each block using LBP algorithm.

답변 (2개)

Image Analyst
Image Analyst 2015년 2월 24일
And what is the LBP method of creating a histogram? What's wrong with imhist(), histc(), or hist()? What does it matter HOW the histogram is created?

Nikolay S.
Nikolay S. 2015년 3월 16일
From my experience, an efficient way to to so is to calculate LBP image of the image, and then apply histogram function via "blocproc" Matlab function. I've used it for image segmentation and ot worked nicely. Best regards, Nikolay.

Community Treasure Hunt

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

Start Hunting!

Translated by