Modifier and Type | Method and Description |
---|---|
Image<BitType> |
BinaryInterpolation2D.getResult() |
Image<BitType> |
BinaryInterpolation2D.process(float weight)
The first time, it will prepare the distance transform images, which are computed only once.
|
Constructor and Description |
---|
BinaryInterpolation2D(Image<BitType> img1,
Image<BitType> img2,
float weight) |
BinaryInterpolation2D(Image<BitType> img1,
Image<BitType> img2,
float weight) |
Modifier and Type | Method and Description |
---|---|
Image<BitType> |
FloydSteinbergDithering.getResult() |
Modifier and Type | Method and Description |
---|---|
Image<BitType> |
BinaryInterpolation2D.getResult() |
Image<BitType> |
BinaryInterpolation2D.process(float weight)
The first time, it will prepare the distance transform images, which are computed only once.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Comparable<T>> |
AllConnectedComponents.labelAllConnectedComponents(Labeling<T> labeling,
Image<BitType> img,
Iterator<T> names)
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,
Image<BitType> img,
Iterator<T> names,
int[][] structuringElement)
Label all connected components in the given image using an arbitrary
structuring element.
|
Constructor and Description |
---|
BinaryInterpolation2D(Image<BitType> img1,
Image<BitType> img2,
float weight) |
BinaryInterpolation2D(Image<BitType> img1,
Image<BitType> img2,
float weight) |
Modifier and Type | Method and Description |
---|---|
Image<BitType> |
PickImagePeaks.getResult() |
Constructor and Description |
---|
StructuringElement(ImageFactory<BitType> factory,
int[] dimensions,
String name) |
Modifier and Type | Method and Description |
---|---|
float |
BitTypeDisplay.get32Bit(BitType c) |
float |
BitTypeDisplay.get32BitNormed(BitType c) |
byte |
BitTypeDisplay.get8BitSigned(BitType c) |
short |
BitTypeDisplay.get8BitUnsigned(BitType c) |
Constructor and Description |
---|
BitTypeDisplay(Image<BitType> img) |
Modifier and Type | Method and Description |
---|---|
BitType |
BitType.copy() |
BitType[] |
BitType.createArray1D(int size1) |
BitType[][] |
BitType.createArray2D(int size1,
int size2) |
BitType[][][] |
BitType.createArray3D(int size1,
int size2,
int size3) |
BitType |
BitType.createVariable() |
BitType |
BitType.duplicateTypeOnSameDirectAccessContainer() |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<BitType,? extends BitAccess> |
BitType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Modifier and Type | Method and Description |
---|---|
void |
BitType.add(BitType c) |
void |
BitType.and(BitType c) |
int |
BitType.compareTo(BitType c) |
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) |
void |
BitType.xor(BitType c) |
Modifier and Type | Method and Description |
---|---|
BitTypeDisplay |
BitType.getDefaultDisplay(Image<BitType> image) |
Constructor and Description |
---|
BitType(DirectAccessContainer<BitType,? extends BitAccess> bitStorage) |
Copyright © 2015–2021 Fiji. All rights reserved.