Package | Description |
---|---|
mpicbg.imglib.algorithm.transformation | |
mpicbg.imglib.type.numeric.integer | |
mpicbg.imglib.wrapper | |
mpicbg.spim.registration.bead | |
mpicbg.spim.registration.threshold |
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T> & Comparable<T>> |
HoughLineTransform.integerHoughLine(Image<T> inputImage)
Creates a default
HoughLineTransform with vote space. |
Modifier and Type | Method and Description |
---|---|
IntType |
IntType.copy() |
IntType[] |
IntType.createArray1D(int size1) |
IntType[][] |
IntType.createArray2D(int size1,
int size2) |
IntType[][][] |
IntType.createArray3D(int size1,
int size2,
int size3) |
IntType |
IntType.createVariable() |
IntType |
IntType.duplicateTypeOnSameDirectAccessContainer() |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<IntType,? extends IntAccess> |
IntType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Constructor and Description |
---|
IntType(DirectAccessContainer<IntType,? extends IntAccess> intStorage) |
Modifier and Type | Method and Description |
---|---|
static Image<IntType> |
ImgLib2.wrapArrayIntToImgLib1(Img<IntType> img)
|
static Image<IntType> |
ImgLib2.wrapCellIntToImgLib1(Img<IntType> img)
|
static Image<IntType> |
ImgLib2.wrapIntToImgLib1(Img<IntType> img)
|
Modifier and Type | Method and Description |
---|---|
static Img<IntType> |
ImgLib1.wrapArrayIntToImgLib2(Image<IntType> image)
|
static Img<IntType> |
ImgLib1.wrapCellIntToImgLib2(Image<IntType> image)
|
static Img<IntType> |
ImgLib1.wrapIntToImgLib2(Image<IntType> image)
|
Modifier and Type | Method and Description |
---|---|
protected ArrayList<Integer> |
BeadSegmentation.getNeighboringLabels(Image<IntType> connectedComponents,
ArrayList<Point3i> neighbors,
int x,
int y,
int z) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectedComponent.equalizeLabels(Image<IntType> connectedComponents) |
ArrayList<ComponentProperties> |
ConnectedComponent.getBeads(Image<IntType> connectedComponents,
Image<FloatType> img,
int minSize,
int maxSize,
int minBlackBorder,
boolean useCenterOfMass,
double circularityFactor) |
Copyright © 2015–2021 Fiji. All rights reserved.