How to substract hand only from the input rgb images?

1 visualización (últimos 30 días)
Zara Khan
Zara Khan el 12 de Dic. de 2020
Comentada: Image Analyst el 14 de Dic. de 2020
I want to remove the background by white and only want to keep the hand palm. how to do that ? The rgb image has been attached.

Respuestas (2)

Image Analyst
Image Analyst el 13 de Dic. de 2020
Try using a uniform background rather than a cluttered one if you can. It will make it a lot simpler.
You could try color segmentation to extract just skin and I attach a demo for that.
  4 comentarios
Zara Khan
Zara Khan el 14 de Dic. de 2020
Editada: Zara Khan el 14 de Dic. de 2020
I am using a standard dataset which is publicly availble . is this possible to ask them to do so ???
Image Analyst
Image Analyst el 14 de Dic. de 2020
I don't know. You could try. You could also try the foreground detector in the Computer Vision Toolbox. Otherwise give my skin color detector a try.

Iniciar sesión para comentar.


Matt J
Matt J el 12 de Dic. de 2020
You can use imfreehand() or Freehand() to draw the boundary of the palm interactively and then mask out everything in the background.
  4 comentarios
Zara Khan
Zara Khan el 13 de Dic. de 2020
what about this mask.mat?
Matt J
Matt J el 13 de Dic. de 2020
Yes what about it?

Iniciar sesión para comentar.

Categorías

Más información sobre Image Segmentation and Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by