Applying LBP on the image
이전 댓글 표시
The maximum value in the LBP array = 2^8 =265 so I apply uint8 on the LBP operation on the image, then I apply the histogram imhist(uint8(localBinaryPatternImage)) for extract features from LBP array
If the maximum value in LBP array = 2^16 =65536 , I use uint8 but I cannot apply the histogram imhist(uint16(localBinaryPatternImage)) on the resulted array of LBP for extract the features from LBP array
답변 (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!