Implementing Local Binary Patterns in Code
이전 댓글 표시
Hi all,
I am trying to udnerstand the LBP feature descriptor and how do i implement such within my code for testing!
I am aware of the coding here https://uk.mathworks.com/help/vision/ref/extractlbpfeatures.html
Questions:
- I am familiar with the labelling app, impelementing SURF, BRISK, MESR etc, what I don't see is HOG, LBP (How do I am Implement Such With Out The Labeller App)
- is it Possible to do this ?
- How do I go about running the best practise for this extracting LPB features or HOG features?
Please guide me so that I can read somewhere to get moving once more!
Thank you in advance for your assistance!
댓글 수: 1
Unqua Laraib
2020년 7월 6일
You can use this LBP code to extract feature vectors from the LBP image. The code converts the image into LBP then caluclates the feature vector of size 1x256. Feel free to ask further question.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 LBP - Local Binary Patterns에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!