Class ObjectWithBoundingBoxGenerator
- All Implemented Interfaces:
Generator<ObjectMask>,MultipleFileTypeGenerator<ObjectMask>,ElementWriter<ObjectMask>
Like
ObjectAsMaskGenerator but additionally outputs a serialized bounding box.- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionObjectWithBoundingBoxGenerator(Optional<Resolution> resolution) Create with a resolution, if it is known. -
Method Summary
Methods inherited from class org.anchoranalysis.io.generator.combined.CombinedListGenerator
write, writeWithIndex
-
Constructor Details
-
ObjectWithBoundingBoxGenerator
Create with a resolution, if it is known.- Parameters:
resolution- the resolution, if it is known.
-