Borrar filtros
Borrar filtros

How to apply local binary pattern on images and manipulate its results?

4 visualizaciones (últimos 30 días)
Usman
Usman el 10 de Dic. de 2015
Comentada: Usman el 11 de Dic. de 2015
I have to apply Local binary patterns on the images to classify the covered and uncovered mouth and then manipulate its results to tell the MATLAB about the pattern of mouth. I am new to MATLAB, so have no idea kindly help me out.
  2 comentarios
khan
khan el 10 de Dic. de 2015
First read LBP, how it works, and what it gives you as output. than you have a binary class problem. For which you have to use a classifier to classify an image as mouth or not mouth.
Usman
Usman el 10 de Dic. de 2015
I am aware of its working principle but unable to evaluate results in programing part. like LBP gives an array of values but how i used them to evaluate

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 10 de Dic. de 2015
See my attached demo m-file for local binary pattern. This should give you a start. If you need more help after that, attach your adapted code and ask a specific question.
  3 comentarios
Image Analyst
Image Analyst el 10 de Dic. de 2015
I'm not sure. I don't use LBPs and I don't know why you chose that method to determine if the lips were covered.
Usman
Usman el 11 de Dic. de 2015
Because it is the best classifier to classify the texture difference. Is there anyother method to classify the texture differences.

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by