| Constructor and Description |
|---|
BinaryOverlay()
Empty constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ij.ImagePlus |
process(ij.ImagePlus imagePlus,
ij.ImagePlus maskPlus,
Color color)
Applies an overlay of a binary image mask onto a grayscale or color
image, using the specified color.
|
ij.process.ImageProcessor |
process(ij.process.ImageProcessor refImage,
ij.process.ImageProcessor mask,
Color color)
Applies an overlay of a binary image mask onto a grayscale or color
image, using the specified color.
|
ij.ImageStack |
process(ij.ImageStack refImage,
ij.ImageStack mask,
Color color)
Applies an overlay of a binary image mask onto a grayscale or color
image, using the specified color.
|
addAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerpublic ij.ImagePlus process(ij.ImagePlus imagePlus,
ij.ImagePlus maskPlus,
Color color)
imagePlus - the original 2D or 3D image used as backgroundmaskPlus - the binary 2D or 3D mask imagecolor - the color used to display overlaypublic ij.process.ImageProcessor process(ij.process.ImageProcessor refImage,
ij.process.ImageProcessor mask,
Color color)
refImage - the original image used as backgroundmask - the binary mask imagecolor - the color used to display overlaypublic ij.ImageStack process(ij.ImageStack refImage,
ij.ImageStack mask,
Color color)
refImage - the original 2D or 3D image used as backgroundmask - the binary 2D or 3D mask imagecolor - the color used to display overlayCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.