Uses of Class
org.openstreetmap.josm.plugins.streetside.model.ImageDetection
-
Packages that use ImageDetection 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 -
-
Uses of ImageDetection in org.openstreetmap.josm.plugins.streetside.gui
Fields in org.openstreetmap.josm.plugins.streetside.gui with type parameters of type ImageDetection Modifier and Type Field Description private java.util.Collection<ImageDetection>StreetsideImageDisplay. detectionsMethod parameters in org.openstreetmap.josm.plugins.streetside.gui with type arguments of type ImageDetection Modifier and Type Method Description voidStreetsideImageDisplay. setImage(java.awt.image.BufferedImage image, java.util.Collection<ImageDetection> detections)Sets a new picture to be displayed. -
Uses of ImageDetection in org.openstreetmap.josm.plugins.streetside.utils.api
Methods in org.openstreetmap.josm.plugins.streetside.utils.api that return ImageDetection Modifier and Type Method Description static ImageDetectionJsonImageDetectionDecoder. decodeImageDetection(javax.json.JsonObject json)
-