Package | Description |
---|---|
org.openstreetmap.josm.plugins.streetside.gui |
The GUI components that are special to the mapillary plugin.
|
org.openstreetmap.josm.plugins.streetside.utils.api |
Modifier and Type | Field and Description |
---|---|
private Collection<ImageDetection> |
StreetsideImageDisplay.detections |
Modifier and Type | Method and Description |
---|---|
void |
StreetsideImageDisplay.setImage(BufferedImage image,
Collection<ImageDetection> detections)
Sets a new picture to be displayed.
|
Modifier and Type | Method and Description |
---|---|
static ImageDetection |
JsonImageDetectionDecoder.decodeImageDetection(javax.json.JsonObject json) |