| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_COLOR |
"lime" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_BOX_COLOR |
"lime" |
public static final String |
DEFAULT_OUTPUT_NAME |
"image" |
public static final String |
DEFAULT_POINT_COLOR |
"red" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_OUTPUT_NAME |
"crops" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_COLOR |
"lime" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_COLOR |
"lime" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_METADATA_KEY |
"@ImageToNDArrayStepMetadata" |
public static final String |
META_CROP_REGION |
"crop_region" |
public static final String |
META_IMG_H |
"image_height" |
public static final String |
META_IMG_W |
"image_width" |
public static final String |
META_INNAME_KEY |
"in_name" |
public static final String |
META_OUTNAME_KEY |
"out_name" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_NO_POINT_COLOR |
"lime" |
public static final String |
DEFAULT_OUTPUT_NAME |
"image" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_OUTPUT_NAME |
"image" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final double |
DEFAULT_OPACITY |
0.5 |
public static final String |
DEFAULT_OUTPUT_NAME |
"image" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COLOR_DESCRIPTION |
"The color can be a hex/HTML string like\"#788E87\", an RGB value like RGB - \"rgb(128,0,255)\" or it can be from a set of predefined HTML color names: [white, silver, gray, black, red, maroon, yellow, olive, lime, green, aqua, teal, blue, navy, fuchsia, purple]" |
public static final String |
INVALID_COLOR |
"Invalid color: Must be in one of the following formats: hex/HTML - #788E87, RGB - rgb(128,0,255), or a HTML color name such as \"green\" (https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) - got \"%s\"" |
Copyright © 2022. All rights reserved.