@Namespace(value="nvinfer1::plugin") public static enum nvinfer_plugin.CodeTypeSSD extends Enum<nvinfer_plugin.CodeTypeSSD>
| Enum Constant and Description |
|---|
CENTER_SIZE
Use box centers and size.
|
CORNER
Use box corners.
|
CORNER_SIZE
Use box centers and size.
|
TF_CENTER
Use box centers and size but flip x and y coordinates.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
nvinfer_plugin.CodeTypeSSD |
intern() |
String |
toString() |
static nvinfer_plugin.CodeTypeSSD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer_plugin.CodeTypeSSD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final nvinfer_plugin.CodeTypeSSD CORNER
public static final nvinfer_plugin.CodeTypeSSD CENTER_SIZE
public static final nvinfer_plugin.CodeTypeSSD CORNER_SIZE
public static final nvinfer_plugin.CodeTypeSSD TF_CENTER
public static nvinfer_plugin.CodeTypeSSD[] values()
for (nvinfer_plugin.CodeTypeSSD c : nvinfer_plugin.CodeTypeSSD.values()) System.out.println(c);
public static nvinfer_plugin.CodeTypeSSD valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic nvinfer_plugin.CodeTypeSSD intern()
public String toString()
toString in class Enum<nvinfer_plugin.CodeTypeSSD>Copyright © 2024. All rights reserved.