public class ShowImages
extends java.lang.Object
| Constructor and Description |
|---|
ShowImages() |
| Modifier and Type | Method and Description |
|---|---|
static void |
showDialog(java.awt.image.BufferedImage img)
Creates a dialog window showing the specified image.
|
static ImageGridPanel |
showGrid(int numColumns,
java.lang.String title,
java.awt.image.BufferedImage... images)
Shows a set of images in a grid pattern.
|
static ImagePanel |
showWindow(java.awt.image.BufferedImage img,
java.lang.String title)
Creates a window showing the specified image.
|
static ImagePanel |
showWindow(java.awt.image.BufferedImage img,
java.lang.String title,
boolean closeOnExit)
Creates a window showing the specified image.
|
static ImagePanel |
showWindow(boofcv.struct.image.ImageBase img,
java.lang.String title) |
static ImagePanel |
showWindow(boofcv.struct.image.ImageGray img,
java.lang.String title,
boolean showMagnitude) |
static javax.swing.JFrame |
showWindow(javax.swing.JComponent component,
java.lang.String title) |
static javax.swing.JFrame |
showWindow(javax.swing.JComponent component,
java.lang.String title,
boolean closeOnExit) |
public static void showDialog(java.awt.image.BufferedImage img)
public static ImageGridPanel showGrid(int numColumns, java.lang.String title, java.awt.image.BufferedImage... images)
numColumns - How many columns are in the gridtitle - Number of the windowimages - List of images to showpublic static ImagePanel showWindow(java.awt.image.BufferedImage img, java.lang.String title)
public static ImagePanel showWindow(java.awt.image.BufferedImage img, java.lang.String title, boolean closeOnExit)
public static ImagePanel showWindow(boofcv.struct.image.ImageBase img, java.lang.String title)
public static javax.swing.JFrame showWindow(javax.swing.JComponent component,
java.lang.String title)
public static javax.swing.JFrame showWindow(javax.swing.JComponent component,
java.lang.String title,
boolean closeOnExit)
public static ImagePanel showWindow(boofcv.struct.image.ImageGray img, java.lang.String title, boolean showMagnitude)