Page 2 of 2

Re: iOS Black and White Image and C API

Posted: 2014-12-24T15:11:09-07:00
by fmw42
try this on the picture above

convert rgb.png -morphology smooth diamond:2 result.png

Re: iOS Black and White Image and C API

Posted: 2014-12-25T16:26:38-07:00
by tomcontr
The one on the last post? or the original one?

Re: iOS Black and White Image and C API

Posted: 2014-12-25T16:28:16-07:00
by fmw42
Apply it to the last post. But you can also add it to the end of your processing scheme and reprocess your image.