I was trying hard to find a solution for automated background remove. Target images are modeling images with white/gray gradient background which are sometimes a nightmare for background remove. For example I tried this image which the model wears white dress and background is also white/gray:
As you can see, there is much noise in the image, and it's not because of the quality. It's because of using gimp>color>levels. I use it to make image edges stronger so edge detector can detect it.
and if you are interested, this is how I achieved the results:
colors > level -> 0- 0.1 - 255
filters> blure > blure (default) **optional**
filters > edge detector > edge... >smear 2.0
colors> hue:180 lightness/saturation:-100
How can I remove this noise (automatically, not manually)? Do you have any better idea for auto background remove from these kind of images?
Thanks in advance.