how to Isolate person from image and place it on a different background.
Mostra commenti meno recenti
Hello, my problem is the following, i have images of people in front of a white background, people may be dressed whatever color they want. I have managed to isolate the person from the background i first converted the image into gray-scale, used threshold to isolate the person from the background, used some criteria to only the silhouette then used the command: originalImage(~silhouette) = 0; to get to the person silhouette isolated from the background. However i still have some problems and i need some help. I am not able to isolate the RGB silhouette neither am i able to place it on another background without ruining the background. Here are the results i am getting, i used images that i downloaded from the internet just to test. Any help would be appreciated. Thanks in advance.
Risposte (1)
Categorie
Scopri di più su Image Arithmetic in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!