Interface OccupancyCountingPredictionResult.IdentifiedBox.NormalizedBoundingBoxOrBuilder (0.2.0)

public static interface OccupancyCountingPredictionResult.IdentifiedBox.NormalizedBoundingBoxOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHeight()

public abstract float getHeight()

Height of the bounding box.

float height = 4;

Returns
Type Description
float

The height.

getWidth()

public abstract float getWidth()

Width of the bounding box.

float width = 3;

Returns
Type Description
float

The width.

getXmin()

public abstract float getXmin()

Min in x coordinate.

float xmin = 1;

Returns
Type Description
float

The xmin.

getYmin()

public abstract float getYmin()

Min in y coordinate.

float ymin = 2;

Returns
Type Description
float

The ymin.