Uses of Class
boofcv.gui.image.ImagePanel
Packages that use ImagePanel
-
Uses of ImagePanel in boofcv.gui
Methods in boofcv.gui that return ImagePanelModifier and TypeMethodDescriptionListDisplayPanel.addImage(BufferedImage image, String name) Displays a new image in the list.ListDisplayPanel.addImage(BufferedImage image, String name, ScaleOptions scaling) -
Uses of ImagePanel in boofcv.gui.feature
Subclasses of ImagePanel in boofcv.gui.feature -
Uses of ImagePanel in boofcv.gui.image
Methods in boofcv.gui.image that return ImagePanelModifier and TypeMethodDescriptionImagePanel.addClickToSaveListener()Adds the ability to save an image using the middle mouse button.ImagePanel.setImage(BufferedImage image) Change the image being displayed.ImagePanel.setImageRepaint(@Nullable BufferedImage image) Changes the buffered image and calls repaint.ImagePanel.setScale(double scale) ImagePanel.setScaling(ScaleOptions scaling) static ImagePanelShowImages.showWindow(ImageBase<?> img, String title) static ImagePanelShowImages.showWindow(ImageGray<?> img, ShowImages.Colorization type, String title, boolean closeOnExit) static ImagePanelShowImages.showWindow(BufferedImage img, String title) Creates a window showing the specified image.static ImagePanelShowImages.showWindow(BufferedImage img, String title, boolean closeOnExit) Creates a window showing the specified image. -
Uses of ImagePanel in boofcv.gui.tracker
Subclasses of ImagePanel in boofcv.gui.tracker