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(boofcv.struct.image.ImageFloat32 img,
java.lang.String title,
boolean showMagnitude) |
static ImagePanel |
showWindow(boofcv.struct.image.ImageSInt16 img,
java.lang.String title) |
static ImagePanel |
showWindow(boofcv.struct.image.ImageUInt8 img,
java.lang.String title) |
static javax.swing.JFrame |
showWindow(javax.swing.JComponent component,
java.lang.String title) |
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(boofcv.struct.image.ImageUInt8 img, java.lang.String title)
public static ImagePanel showWindow(boofcv.struct.image.ImageSInt16 img, java.lang.String title)
public static ImagePanel showWindow(boofcv.struct.image.ImageFloat32 img, java.lang.String title, boolean showMagnitude)
public static javax.swing.JFrame showWindow(javax.swing.JComponent component,
java.lang.String title)