public final class ImageJUtil extends Object
Modifier and Type | Method and Description |
---|---|
static ij.process.ImageProcessor |
extractImage(FlatField field)
Converts a VisAD FlatField of the form
((x, y) -> (r1, ..., rn)) to an ImageJ ImageProcessor object.
|
static ij.process.ImageProcessor |
extractImage(FlatField field,
Component c)
Converts a VisAD FlatField of the form
((x, y) -> (r1, ..., rn)) to an ImageJ ImageProcessor object.
|
static boolean |
sendToImageJ(ij.ImagePlus imp)
Displays the given image object within ImageJ, launching ImageJ if
necessary.
|
static void |
sendToImageJ(ij.ImagePlus imp,
VisBioFrame bio)
Displays the given image object within ImageJ, launching ImageJ if
necessary.
|
static void |
sendToImageJ(String title,
FlatField[] data,
VisBioFrame bio)
Displays the given FlatFields as an image stack within ImageJ, launching
ImageJ if necessary.
|
static void |
sendToImageJ(String title,
Image image)
Displays the given image object within ImageJ, launching ImageJ if
necessary.
|
static void |
sendToImageJ(String title,
Image image,
VisBioFrame bio)
Displays the given image object within ImageJ, launching ImageJ if
necessary.
|
public static ij.process.ImageProcessor extractImage(FlatField field) throws VisADException
VisADException
public static ij.process.ImageProcessor extractImage(FlatField field, Component c) throws VisADException
VisADException
public static void sendToImageJ(String title, Image image)
public static void sendToImageJ(String title, Image image, VisBioFrame bio)
public static void sendToImageJ(String title, FlatField[] data, VisBioFrame bio) throws VisADException
VisADException
public static void sendToImageJ(ij.ImagePlus imp, VisBioFrame bio)
public static boolean sendToImageJ(ij.ImagePlus imp)
Copyright © 2015–2022 SciJava. All rights reserved.