public class FindConnectedRegions extends Object
Modifier and Type | Class and Description |
---|---|
class |
FindConnectedRegions.PointState
Byte array container which can exceed 2G elements.
|
class |
FindConnectedRegions.Region |
class |
FindConnectedRegions.Results |
Constructor and Description |
---|
FindConnectedRegions() |
Modifier and Type | Method and Description |
---|---|
static IndexColorModel |
backgroundAndSpectrum() |
static IndexColorModel |
backgroundAndSpectrum(int maximum) |
void |
cancel() |
FindConnectedRegions.Results |
run(ij.ImagePlus imagePlus,
boolean diagonal,
boolean imagePerRegion,
boolean imageAllRegions,
boolean showResults,
boolean mustHaveSameValue,
boolean startFromPointROI,
boolean autoSubtract,
double valuesOverDouble,
double minimumPointsInRegionDouble,
int stopAfterNumberOfRegions,
boolean noUI) |
public void cancel()
public static IndexColorModel backgroundAndSpectrum()
public static IndexColorModel backgroundAndSpectrum(int maximum)
public FindConnectedRegions.Results run(ij.ImagePlus imagePlus, boolean diagonal, boolean imagePerRegion, boolean imageAllRegions, boolean showResults, boolean mustHaveSameValue, boolean startFromPointROI, boolean autoSubtract, double valuesOverDouble, double minimumPointsInRegionDouble, int stopAfterNumberOfRegions, boolean noUI)
Copyright © 2015–2021 Fiji. All rights reserved.