Modifier and Type | Field and Description |
---|---|
Rectangle |
box
The bounding box of the image relative to the original, with x,y as the displacement relative to the pixels of the original image.
|
boolean |
coordinate_transformed
Whether the image was generated with a CoordinateTransform or not.
|
ij.process.ByteProcessor |
mask
The alpha mask, coordinate-transformed if null != ct.
|
ij.process.ByteProcessor |
outside
The outside mask, coordinate-transformed if null != ct.
|
ij.process.ImageProcessor |
target
The image, coordinate-transformed if null != ct.
|
Modifier and Type | Method and Description |
---|---|
Image |
createImage(double min,
double max) |
ij.process.ByteProcessor |
getMask()
Get the mask.
|
public final ij.process.ImageProcessor target
public final ij.process.ByteProcessor mask
public final ij.process.ByteProcessor outside
public final Rectangle box
public final boolean coordinate_transformed
public final ij.process.ByteProcessor getMask()
Get the mask. This is either:
public final Image createImage(double min, double max)
Copyright © 2015–2021 Fiji. All rights reserved.