public static interface ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBoxOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |