Uses of Class
boofcv.gui.image.ImagePanel
-
Uses of ImagePanel in boofcv.gui
Modifier 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
-
Uses of ImagePanel in boofcv.gui.image
Modifier 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 ImagePanel
ShowImages.showWindow
(ImageBase<?> img, String title) static ImagePanel
ShowImages.showWindow
(ImageGray<?> img, ShowImages.Colorization type, String title, boolean closeOnExit) static ImagePanel
ShowImages.showWindow
(BufferedImage img, String title) Creates a window showing the specified image.static ImagePanel
ShowImages.showWindow
(BufferedImage img, String title, boolean closeOnExit) Creates a window showing the specified image. -
Uses of ImagePanel in boofcv.gui.tracker