public class AiliaDetectorObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
category
Object category number (0 to category_count-1)
|
float |
h
Size (1 for the width of the image, negative numbers not allowed)
|
float |
prob
Estimated probability (0 to 1)
|
static int |
version |
float |
w
Size (1 for the width of the image, negative numbers not allowed)
|
float |
x
Position at the top left (1 for the image width/height)
|
float |
y
Position at the top left (1 for the image width/height)
|
Constructor and Description |
---|
AiliaDetectorObject(int category,
float prob,
float x,
float y,
float w,
float h) |
public static final int version
public int category
public float prob
public float x
public float y
public float w
public float h