What is the output value of "extractLBPFeatures" function represent?

3 ビュー (過去 30 日間)
Yong-Kyu Kim
Yong-Kyu Kim 2021 年 5 月 6 日
コメント済み: qi chen 2021 年 11 月 2 日
Hello,
I have a question on the output value of "extractLBPFeatures" function.
For example,
I run the following code, where Image is a 300 x 800 uint8 grayscale image.
lbp = extractLBPFeatures(Image,'Upright',false);
I got the output as
lbp = [0.0049327621 0.0095359785 0.011643226 0.032630574 0.051055972 0.032631438 0.015497292 0.0084941788 0.99728268 0.011309296]
1x10 doubles
I guess that the above numbers represent relative frequency, but the sum of these numbers are 1.175, which is more than 1. What exactly do these numbers represent?
  2 件のコメント
qi chen
qi chen 2021 年 11 月 2 日
I am also very confused about what his output means. The document does not explain it. Do you understand

サインインしてコメントする。

回答 (1 件)

Madhav Thakker
Madhav Thakker 2021 年 5 月 20 日
Hi Yong-Kyu,
The features returned by extractlbpfeatures encode local texture information, which you can use for tasks such as classification, detection, and recognition. For more details, refer - https://www.mathworks.com/help/vision/ref/extractlbpfeatures.html#buumhti-1-features.
Hope this helps.

Community Treasure Hunt

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

Start Hunting!

Translated by