how to Isolate person from image and place it on a different background.
이전 댓글 표시
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.
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!