Constructor and Description |
---|
TurboRegMask(ij.ImagePlus imp)
Converts the pixel array of the incoming
ImagePlus
object into a local boolean array. |
Modifier and Type | Method and Description |
---|---|
void |
clearMask()
Set to
true every pixel of the full-size mask. |
float[] |
getMask()
Return the full-size mask array.
|
Stack<float[]> |
getPyramid() |
void |
run()
Start the mask precomputations, which are interruptible.
|
void |
setPyramidDepth(int pyramidDepth)
Set the depth up to which the pyramids should be computed.
|
public TurboRegMask(ij.ImagePlus imp)
ImagePlus
object into a local boolean
array.imp
- ImagePlus
object to preprocess.public void clearMask()
true
every pixel of the full-size mask.public float[] getMask()
public Stack<float[]> getPyramid()
public void run()
public void setPyramidDepth(int pyramidDepth)
getPyramid()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.