remove noise from this number ?

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
diegomage
Posts: 205
Joined: 2017-03-08T10:12:28-07:00
Authentication code: 1151

remove noise from this number ?

Post by diegomage »

Im trying to remove noise from 43 number but i dont know how
I use this command

Code: Select all

  convert rose_bg_blur_fail.png      -unsharp 44x60        ros2se_bg_blur_fail.png

Image

Image

How I could do this please help
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: remove noise from this number ?

Post by fmw42 »

What noise? What is it you want to remove? It has no noise, just various colors. Perhaps you mean more contrast?

try variations of:

Code: Select all

convert yCA1E.png -brightness-contrast 20,20 result.png
change the 20,20 as desired. See http://www.imagemagick.org/script/comma ... s-contrast
diegomage
Posts: 205
Joined: 2017-03-08T10:12:28-07:00
Authentication code: 1151

Re: remove noise from this number ?

Post by diegomage »

this internal point inside four number look like noise
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: remove noise from this number ?

Post by fmw42 »

That is the hole in the 4.
Post Reply