Ask Your Question
0

Garment Cropping from mannequin

asked Jul 31 '13

UserOpenCV gravatar image

updated Oct 24 '0

I have two images – mannequin with and without garment.

Please refer sample images below. Ignore the jewels, footwear on the mannequin, imagine the second mannequin has only dress.

enter image description here enter image description here

I want to extract only the garment from the two images for further processing.

The complexity is that there is slight displacement in the position of camera when taking the two pictures. Due to this simple subtraction to generate the garment mask will not work.

Can anyone tell me how to handle it?

I think I need to do registration between the two images so that I can extract only the garment from the image?

Any references to blogs, articles and codes is highly appreciated.


Thanks

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Aug 1 '13

Guido gravatar image

The motion seems very small, I don't think you will get precise results with registration techniques. I my opinion, you best chance is with color. If you somehow manage to model the skin color then you are good. In order to do so, and seeing how much specularities you have, you may try with mixtures of gaussians (however you may have problems for white garments).

Preview: (hide)

Question Tools

Stats

Asked: Jul 31 '13

Seen: 466 times

Last updated: Aug 01 '13