Class BoundingBox
-
- All Implemented Interfaces:
public final class BoundingBox
Small container to represent bounding boxes in images.
-
-
Constructor Summary
Constructors Constructor Description BoundingBox(Float x, Float y, Float w, Float h)
Initialize a bounding box. BoundingBox(RectF rectF)
Create a box from an OpenCV RectF.
-