Uses of Class
org.anchoranalysis.annotation.io.assignment.generator.AssignmentColorPool
| Package | Description |
|---|---|
| org.anchoranalysis.annotation.io.assignment.generator |
Generates output images to illustrate a
Assignment between annotations. |
-
Uses of AssignmentColorPool in org.anchoranalysis.annotation.io.assignment.generator
Methods in org.anchoranalysis.annotation.io.assignment.generator with parameters of type AssignmentColorPool Modifier and Type Method Description org.anchoranalysis.image.core.stack.StackDrawColoredObjects. createObjectsImage(Assignment<org.anchoranalysis.image.voxel.object.ObjectMask> assignment, boolean left, AssignmentColorPool colorPool)Creates an image with the objects colored, as indicated in the class description.Constructor parameters in org.anchoranalysis.annotation.io.assignment.generator with type arguments of type AssignmentColorPool Constructor Description AssignmentGenerator(DrawColoredObjects objectDrawer, IntFunction<AssignmentColorPool> colorPoolCreator, io.vavr.Tuple2<String,String> names, boolean appendUnassignedCount)