Detection

public abstract class Detection

Represents one detected object in the results of a ObjectDetector.

Public Constructors

Public Methods

static Detection
create(RectF boundingBox, List<Category> categories)
abstract RectF
abstract List<Category>

Inherited Methods

Public Constructors

public Detection ()

Public Methods

public static Detection create (RectF boundingBox, List<Category> categories)

Parameters
boundingBox
categories

public abstract RectF getBoundingBox ()

public abstract List<Category> getCategories ()