How to substract hand only from the input rgb images?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (2)
Image Analyst
am 13 Dez. 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 Kommentare
Image Analyst
am 14 Dez. 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.
Matt J
am 12 Dez. 2020
You can use imfreehand() or Freehand() to draw the boundary of the palm interactively and then mask out everything in the background.
4 Kommentare
Siehe auch
Kategorien
Mehr zu Feature Detection and Extraction finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!