Modifier and Type | Method and Description |
---|---|
static <T extends Type<T> & Comparable<T>> |
Thresholder.threshold(Img<T> source,
T threshold,
boolean above,
int numThreads)
Returns a new boolean
Img generated by thresholding the values of
the source image. |
Modifier and Type | Method and Description |
---|---|
Img<BitType> |
FloydSteinbergDithering.getResult() |
Modifier and Type | Method and Description |
---|---|
static <T extends Comparable<T>> |
AllConnectedComponents.labelAllConnectedComponents(Labeling<T> labeling,
RandomAccessibleInterval<BitType> img,
Iterator<T> names)
Deprecated.
Label all connected components in the given image using an 8-connected
structuring element or it's N-dimensional analog (connect if touching
along diagonals as well as +/- one element in any direction).
|
static <T extends Comparable<T>> |
AllConnectedComponents.labelAllConnectedComponents(Labeling<T> labeling,
RandomAccessibleInterval<BitType> img,
Iterator<T> names,
long[][] structuringElement)
Deprecated.
Label all connected components in the given image using an arbitrary
structuring element.
|
Modifier and Type | Method and Description |
---|---|
Img<BitType> |
PickImagePeaks.getResult() |
Modifier and Type | Method and Description |
---|---|
static Neighborhood<BitType> |
MorphologyUtils.getNeighborhood(Shape shape,
EuclideanSpace space) |
Modifier and Type | Method and Description |
---|---|
static <A extends LongAccess> |
ArrayImgs.bits(A access,
long... dim)
|
static ArrayImg<BitType,LongArray> |
ArrayImgs.bits(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static ij.ImagePlus |
ImgToVirtualStack.wrapAndScaleBitType(ImgPlus<BitType> imgPlus)
|
static ImageJVirtualStackUnsignedByte |
ImageJVirtualStackUnsignedByte.wrapAndScaleBitType(RandomAccessibleInterval<BitType> source) |
Modifier and Type | Method and Description |
---|---|
static PlanarImg<BitType,LongArray> |
PlanarImgs.bits(long... dim)
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryMaskRegionOfInterest<T extends BitType,I extends RandomAccessibleInterval<T>>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BitType |
AbstractRegionOfInterest.AROIRandomAccess.get() |
Modifier and Type | Method and Description |
---|---|
RealRandomAccess<BitType> |
AbstractRegionOfInterest.realRandomAccess()
Deprecated.
|
RealRandomAccess<BitType> |
AbstractRegionOfInterest.realRandomAccess(RealInterval interval)
Deprecated.
TODO Check if constraining real random access to an interval could be
exploited for a more efficient solution.
|
Modifier and Type | Method and Description |
---|---|
BitType |
BitType.copy() |
BitType |
BitType.createVariable() |
BitType |
BitType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<BitType,LongAccess> |
BitType.getNativeTypeFactory() |
Modifier and Type | Method and Description |
---|---|
void |
BitType.add(BitType c) |
void |
BitType.and(BitType c) |
int |
BitType.compareTo(BitType other) |
void |
BitType.div(BitType c) |
void |
BitType.mul(BitType c) |
void |
BitType.or(BitType c) |
void |
BitType.set(BitType c) |
void |
BitType.sub(BitType c) |
boolean |
BitType.valueEquals(BitType t) |
void |
BitType.xor(BitType c) |
Copyright © 2015–2022 ImgLib2. All rights reserved.