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

3 vues (au cours des 30 derniers jours)
Yong-Kyu Kim
Yong-Kyu Kim le 6 Mai 2021
Commenté : qi chen le 2 Nov 2021
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 commentaires
qi chen
qi chen le 2 Nov 2021
I am also very confused about what his output means. The document does not explain it. Do you understand

Connectez-vous pour commenter.

Réponses (1)

Madhav Thakker
Madhav Thakker le 20 Mai 2021
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