Package | Description |
---|---|
sc.fiji.coloc.gadgets |
Modifier and Type | Method and Description |
---|---|
static MaskFactory.CombinationMode |
MaskFactory.CombinationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaskFactory.CombinationMode[] |
MaskFactory.CombinationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>> |
MaskFactory.createMask(RandomAccessibleInterval<T> ch1,
RandomAccessibleInterval<T> ch2,
T threshold1,
T threshold2,
ThresholdMode tMode,
MaskFactory.CombinationMode cMode)
Create a new mask based on a threshold condition for two images.
|
Copyright © 2015–2021 Fiji. All rights reserved.