@snibgo, I'll give it a try. I think I can do quite a hard median without screwing the results, given the images I'm working on.
I also thought about trimming (or medianing, given your hint) all images than crop with a median (arithmetical) of the results.
Search found 3 matches
- 2016-03-31T04:03:21-07:00
- Forum: Users
- Topic: Trim noisy image
- Replies: 4
- Views: 2130
- 2016-03-31T00:05:50-07:00
- Forum: Users
- Topic: Trim noisy image
- Replies: 4
- Views: 2130
Re: Trim noisy image
About the IM version I will have to wait this evening to update the message. About the "actual image", the two images are actual input/output of the command I wrote. There are no contents in the panels, but if a script works on the posted image it is enough for me. Also, since the panels content may ...
- 2016-03-30T22:38:03-07:00
- Forum: Users
- Topic: Trim noisy image
- Replies: 4
- Views: 2130
Trim noisy image
Hi, everyone! I need to trim the white border from some grayscale (actually B/W) images. These are scans of paper pages (comix strips), and there are some noisy pixels that prevent a good trim with this "standard" ImageMagick command convert input -bordercolor white -border 1x1 -fuzz 50% -trim ...