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 Summary
| Modifier and Type |
Method |
Description |
static Generator<org.anchoranalysis.image.voxel.object.ObjectCollection> |
create() |
Creates the Generator to write each object as a binary Mask in a directory.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
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.