Do you have control over the photos? If so, here is a simple approach: have the model wear a green shirt, as this will make shirt detection and fabric replacement much easier. Then the basic idea is to (1) convert the image to a color space that separates color (hue) from intensity and saturation (skimage can do this), (2) create a mask that identifies "green" pixels in the image (this will be a range of values in the hue dimension), (3) replace the green pixels with your fabric pattern.I hope that helps!Neil
On Saturday, 15 March 2014 11:42:59 UTC, Aswani Kumar wrote:Hi,i am a python/django developer.i am looking for a solution to replace fabric in an image, So the solution should detect shirt and change color based on choice.Is it possible to do that using scikit? if yes, please give me any little idea to help straight to the point.