Package inra.ijpb.math

Some math operators for images that do not need calling ImageJ plugins.
Author:
David Legland
  • Interface Summary
    Interface Description
    ImageCalculator.Operation
    General interface for defining an operation that combines the values of two pixels to create a new one.
  • Class Summary
    Class Description
    ImageCalculator
    Provides some methods for combining two images, in a more comprehensive way than standard ImageJ, and providing the possibility of defining its own local operation.