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.
0 件のコメント
回答 (2 件)
Image Analyst
2015 年 2 月 24 日
See the FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_split_an_image_into_non-overlapping_blocks.3F
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?
0 件のコメント
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!