Removing background noise

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Thomisback

Removing background noise

Post by Thomisback »

Hi,

I have been trying to remove background noise from a picture but the attempts I have made so far didn't really work.

I am trying to convert this picture:

Image

To something similar to this:

Image

I have tried -despeckle but didn't do much. I am using ImageMagick in Linux.

Does anyone know how I could approach this problem?

Thank you!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Removing background noise

Post by fmw42 »

possibly wait for the new texture analysis functions coming soon
Thomisback

Re: Removing background noise

Post by Thomisback »

Hi, thanks for the quick reply! Texture analysis? I will have a look into that, it might be possible with other software, thanks!
But would there be any other solutions using ImageMagick?, I prefer using it....
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Removing background noise

Post by fmw42 »

I cannot think of any way other than manual tracing to create a mask and then composite the mask with the image to get the part you want.
Post Reply