How do I add grain to an image using the ImageJ API
问题 I am new to ImageJ and I am seeking to add grain (as defined here: http://en.wikipedia.org/wiki/Film_grain) to an image using the programmatic API of ImageJ. Is it possible? If so how? Where is the relevant documentation/Javadocs regarding adding grain to an image using ImageJ? 回答1: I'd start in Process > Noise , described in ImageJ User Guide: §29.6 Noise. You'll have to decide if the existing implementations can be made to meet your requirements. Where I can find documentation on how to