@Deprecated public class ThicknessHelper extends Object
| Constructor and Description |
|---|
ThicknessHelper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ij.ImagePlus |
getLocalThickness(ij.ImagePlus imp,
boolean invert)
Deprecated.
Get a local thickness map from an ImagePlus, without masking correction
A convenience method for legacy code
|
static ij.ImagePlus |
getLocalThickness(ij.ImagePlus imp,
boolean invert,
boolean doMask)
Deprecated.
Get a local thickness map from an ImagePlus with optional masking
correction
A convenience method for legacy code
|
public static ij.ImagePlus getLocalThickness(ij.ImagePlus imp,
boolean invert,
boolean doMask)
imp - Binary ImagePlusinvert - false if you want the thickness of the foreground and true if
you want the thickness of the backgrounddoMask - true to apply a masking operation to enforce the map to
contain thickness values only at coordinates where there is a
corresponding input pixelpublic static ij.ImagePlus getLocalThickness(ij.ImagePlus imp,
boolean invert)
imp - Binary ImagePlusinvert - false if you want the thickness of the foreground and true if
you want the thickness of the backgroundgetLocalThickness(ImagePlus, boolean, boolean)Copyright © 2018–2022 BoneJ. All rights reserved.