Package | Description |
---|---|
net.sf.ij_plugins.im3d |
Modifier and Type | Method and Description |
---|---|
static Point3D |
Util.decodeOrigin(ij.ImagePlus imp)
Decode value of the origin property of image
imp . |
Point3D |
Box3D.origin()
Return a point representing the corner with smallest coordinates.
|
Modifier and Type | Method and Description |
---|---|
static void |
Util.encodeOrigin(ij.ImagePlus imp,
Point3D origin)
Add origin property to image
imp . |
static void |
Util.offsetOrigin(ij.ImagePlus imp,
Point3D offset)
Add offset to the value of the origin property of image
imp . |