Applying LBP on the image
Mostrar comentarios más antiguos
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
Respuestas (0)
Categorías
Más información sobre LBP - Local Binary Patterns en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!