matlab - Garment Cropping from mannequin -
i have 2 images – mannequin with , without garment. please refer sample images below. ignore jewels, footwear on mannequin, imagine second mannequin has only dress . i want extract garment 2 images further processing. the complexity there slight displacement in position of camera when taking 2 pictures. due simple subtraction generate garment mask not work. can tell me how handle it? i think need registration between 2 images can extract garment image? any references blogs, articles , codes highly appreciated. -- thanks idea this idea of how it, haven't tested gut tells me might work. i'm assuming there slight differences in pose of manequin camera attitude. let original image a , , clothed image b . take difference d = |a - b| , apply median filter proportional largest deviation expect pose , camera attitude error: dmedian = median(d, kernelsize) . quantize dmedian binary mask dmask = q(dmedian, threshold) using appropriate thres...