Class RasterDirectoryObjectsGenerator

Object
org.anchoranalysis.image.io.object.output.mask.RasterDirectoryObjectsGenerator

public class RasterDirectoryObjectsGenerator
extends Object
Writes each object as a binary Mask in a directory.

Writes the corner information as a binary-serialized file in a directory

Author:
Owen Feehan
  • Method Details

    • create

      public static Generator<org.anchoranalysis.image.voxel.object.ObjectCollection> create()
      Creates the Generator to write each object as a binary Mask in a directory.
      Returns:
      the newly created generator.