Class ObjectWithBoundingBoxGenerator

Object
CombinedListGenerator<ObjectMask>
ObjectWithBoundingBoxGenerator
All Implemented Interfaces:
Generator<ObjectMask>, MultipleFileTypeGenerator<ObjectMask>, ElementWriter<ObjectMask>

public class ObjectWithBoundingBoxGenerator extends CombinedListGenerator<ObjectMask>
Like ObjectAsMaskGenerator but additionally outputs a serialized bounding box.
Author:
Owen Feehan
  • Constructor Details

    • ObjectWithBoundingBoxGenerator

      public ObjectWithBoundingBoxGenerator(Optional<Resolution> resolution)
      Create with a resolution, if it is known.
      Parameters:
      resolution - the resolution, if it is known.