Package org.anchoranalysis.image.io.bean.object.draw

How to represent an object-mask in a raster that is being drawn.
  • Interface Summary 
    Interface Description
    IfElse.Predicate
    Interface for the condition that is tested, to determine which DrawObject to use.
  • Class Summary 
    Class Description
    Filled
    Draws a filled-in shape for each object.
    Flatten
    Performs a flattening (maximum intensity projection in each channel) of the output of another writer
    IfElse
    Branches to two different DrawObject depending on a predicate.
    Outline
    Draws the outline of each object-mask.