Uses of Interface
adams.gui.visualization.image.ImageOverlay
-
-
Uses of ImageOverlay in adams.flow.sink
Fields in adams.flow.sink declared as ImageOverlay Modifier and Type Field Description protected ImageOverlayImageViewer. m_ImageOverlaythe image overlay to use.Methods in adams.flow.sink that return ImageOverlay Modifier and Type Method Description ImageOverlayImageViewer. getImageOverlay()Returns the image overlay in use.Methods in adams.flow.sink with parameters of type ImageOverlay Modifier and Type Method Description voidImageViewer. setImageOverlay(ImageOverlay value)Sets the image overlay to use. -
Uses of ImageOverlay in adams.flow.transformer
Fields in adams.flow.transformer declared as ImageOverlay Modifier and Type Field Description protected ImageOverlayImageAnnotator.AnnotatorPanel. m_ActualOverlaythe actual overlay to use for highlighting the objects.protected ImageOverlayImageAnnotator.AnnotatorPanel. m_Overlaythe overlay to use for highlighting the objects.protected ImageOverlayImageAnnotator. m_Overlaythe overlay to use for highlighting the objects.Methods in adams.flow.transformer that return ImageOverlay Modifier and Type Method Description ImageOverlayImageAnnotator. getOverlay()Returns the overlay to use for highlighting the objects.Methods in adams.flow.transformer with parameters of type ImageOverlay Modifier and Type Method Description voidImageAnnotator. setOverlay(ImageOverlay value)Sets the overlay to use for highlighting the objects.Constructors in adams.flow.transformer with parameters of type ImageOverlay Constructor Description AnnotatorPanel(String prefix, String suffix, BaseString[] labels, SelectionProcessor selectionProcessor, SelectionShapePainter selectionShapePainter, ImageOverlay overlay, double zoom, InteractionLoggingFilter interactionLoggingFilter)Initializes the panel. -
Uses of ImageOverlay in adams.flow.transformer.compareobjectlocations
Fields in adams.flow.transformer.compareobjectlocations declared as ImageOverlay Modifier and Type Field Description protected ImageOverlaySideBySide. m_AnnotationsOverlaythe image overlays for the annotations.protected ImageOverlaySideBySide. m_PredictionsOverlaythe image overlays for the predictions.Methods in adams.flow.transformer.compareobjectlocations that return ImageOverlay Modifier and Type Method Description ImageOverlaySideBySide. getAnnotationsOverlay()Returns the overlay to use for the annotations.ImageOverlaySideBySide. getPredictionsOverlay()Returns the overlay to use for the predictions.Methods in adams.flow.transformer.compareobjectlocations with parameters of type ImageOverlay Modifier and Type Method Description voidSideBySide. setAnnotationsOverlay(ImageOverlay value)Sets the overlay to use for the annotations.voidSideBySide.SideBySidePanel. setAnnotationsOverlay(ImageOverlay value)Sets the overlay to use for the annotations.voidCombined.CombinedPanel. setOverlay(ImageOverlay value)Sets the overlay to use for the objects.voidSideBySide. setPredictionsOverlay(ImageOverlay value)Sets the overlay to use for the predictions.voidSideBySide.SideBySidePanel. setPredictionsOverlay(ImageOverlay value)Sets the overlay to use for the predictions. -
Uses of ImageOverlay in adams.flow.transformer.pixelselector
Classes in adams.flow.transformer.pixelselector that implement ImageOverlay Modifier and Type Class Description classAbstractColorProviderPixelSelectorOverlayOverlay that uses a color provider for the painting the various elements of the overlay.classAbstractPixelSelectorOverlayAncestor for overlays in the pixel selector GUI, making use of the data stored in the report.classAbstractSingleColorPixelSelectorOverlayOverlay that uses a single, user-defined color.classClassificationOverlayHighlights the chosen classifications.
Some actions that generate data for this overlay:
adams.flow.transformer.pixelselector.AddClassification
Valid options are:classRectangleOverlaySimply highlights the selected pixel
Some actions that generate data for this overlay:
adams.flow.transformer.pixelselector.TopLeftCorner
adams.flow.transformer.pixelselector.BottomRightCorner
Valid options are:classSimpleOverlaySimply highlights the selected pixel
Some actions that generate data for this overlay:
adams.flow.transformer.pixelselector.SimpleSelect
Valid options are:Methods in adams.flow.transformer.pixelselector that return types with arguments of type ImageOverlay Modifier and Type Method Description Iterator<ImageOverlay>PixelSelectorPanel. imageOverlays()Returns an iterator over all the image overlays.Methods in adams.flow.transformer.pixelselector with parameters of type ImageOverlay Modifier and Type Method Description voidPixelSelectorPanel. addImageOverlay(ImageOverlay io)Adds the image overlay.voidPixelSelectorPanel. removeImageOverlay(ImageOverlay io)Removes the image overlay. -
Uses of ImageOverlay in adams.gui.tools
Fields in adams.gui.tools declared as ImageOverlay Modifier and Type Field Description protected ImageOverlayImageProcessorPanel. m_LastImageOverlayOriginalthe last image overlay in use (original).protected ImageOverlayImageProcessorPanel. m_LastImageOverlayProcessedthe last image overlay in use (processed).Methods in adams.gui.tools that return ImageOverlay Modifier and Type Method Description ImageOverlayImageProcessorPanel. selectImageOverlay(ImageOverlay last)Displays a dialog for the user to configure an image overlay and then returns it.Methods in adams.gui.tools that return types with arguments of type ImageOverlay Modifier and Type Method Description Iterator<ImageOverlay>ImageProcessorSubPanel. imageOverlays(boolean original)Returns iterator over current overlays.Methods in adams.gui.tools with parameters of type ImageOverlay Modifier and Type Method Description voidImageProcessorSubPanel. addImageOverlay(boolean original, ImageOverlay overlay)Adds the overlay.ImageOverlayImageProcessorPanel. selectImageOverlay(ImageOverlay last)Displays a dialog for the user to configure an image overlay and then returns it. -
Uses of ImageOverlay in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as ImageOverlay Modifier and Type Field Description protected ImageOverlayAnnotateImage. m_Overlaythe overlay to use for highlighting the objects.Methods in adams.gui.tools.previewbrowser that return ImageOverlay Modifier and Type Method Description ImageOverlayAnnotateImage. getOverlay()Returns the overlay to use for highlighting the objects.Methods in adams.gui.tools.previewbrowser with parameters of type ImageOverlay Modifier and Type Method Description voidAnnotateImage. setOverlay(ImageOverlay value)Sets the overlay to use for highlighting the objects. -
Uses of ImageOverlay in adams.gui.visualization.image
Subinterfaces of ImageOverlay in adams.gui.visualization.image Modifier and Type Interface Description interfaceTypeColorProviderInterface for image overlays that give access to colors per type (aka label).Classes in adams.gui.visualization.image that implement ImageOverlay Modifier and Type Class Description classAbstractImageOverlayAbstract ancestor for image overlays.classAbstractObjectOverlayFromReportAncestor for overlays that use object locations from a report.classAbstractPointOverlayFromReportAncestor for overlays that use object locations from a report.classBoofCVDetectLineSegmentsImageOverlayOverlays the image with lines detected byBoofCVDetectLineSegments.classBoofCVDetectLinesImageOverlayOverlays the image with lines detected byBoofCVDetectLines.classHighlightLocationsOverlay for highlighting points on an image.classMetaDataTextOverlay for text from the image's meta-data.classMultiImageOverlayCombines multiple overlays, applies them sequentially.classNullOverlayDummy overlay, does nothing.classObjectAnnotationsOverlays object annotations from the report.classObjectCentersOverlayFromReportDisplays the centers of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.classObjectLocationsOverlayFromReportDisplays the locations of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.classSimplePointOverlayFromReportclassWatermarkOverlayOverlays a watermark.Fields in adams.gui.visualization.image declared as ImageOverlay Modifier and Type Field Description protected ImageOverlay[]MultiImageOverlay. m_Overlaysthe overlays to use.Fields in adams.gui.visualization.image with type parameters of type ImageOverlay Modifier and Type Field Description protected HashSet<ImageOverlay>ImagePanel.PaintPanel. m_ImageOverlaysthe image overlays.Methods in adams.gui.visualization.image that return ImageOverlay Modifier and Type Method Description ImageOverlay[]MultiImageOverlay. getOverlays()Returns the overlays to apply.Methods in adams.gui.visualization.image that return types with arguments of type ImageOverlay Modifier and Type Method Description Iterator<ImageOverlay>ImagePanel. imageOverlays()Returns an iterator over all the image overlays.Iterator<ImageOverlay>ImagePanel.PaintPanel. imageOverlays()Returns an iterator over all the image overlays.Methods in adams.gui.visualization.image with parameters of type ImageOverlay Modifier and Type Method Description voidImagePanel. addImageOverlay(ImageOverlay io)Adds the image overlay.voidImagePanel.PaintPanel. addImageOverlay(ImageOverlay io)Adds the image overlay.voidImagePanel.PaintPanel. removeImageOverlay(ImageOverlay io)Removes the image overlay.voidImagePanel. removeImageOverlay(ImageOverlay io)Removes the image overlay.voidMultiImageOverlay. setOverlays(ImageOverlay[] value)Sets the overlays to apply.
-