| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.topology |
| Modifier and Type | Field and Description |
|---|---|
protected MTBTopologicalNumber.Point3D[] |
MTBTopologicalNumber.coordinatesNeighbors
For each neighbor in the neighborhood
this gives their coordinates in a 3x3x3 array center around the
current pixel (of which the neighborhood is represented).
|
protected MTBTopologicalNumber.Point3D[] |
MTBTopologicalNumber.offsetsNeighbors
In analogy to
coordinatesNeighbors this array hold the offsets of the neighbors. |
| Modifier and Type | Method and Description |
|---|---|
MTBTopologicalNumber.Point3D |
MTBTopologicalNumber.PixelIndexIterator.next() |
MTBTopologicalNumber.Point3D |
MTBTopologicalNumber.PixelOffsetIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<MTBTopologicalNumber.Point3D> |
MTBTopologicalNumber.getCoordinatesNeighborNeighbors(int z,
int y,
int x) |
Iterator<MTBTopologicalNumber.Point3D> |
MTBTopologicalNumber.iterator()
Returns a iterator for the coordinatesNeighbors in the order as defined
|
Iterator<MTBTopologicalNumber.Point3D> |
MTBTopologicalNumber.iteratorOffsets()
Returns a iterator for the pixelOffsets in the order as defined
|
| Modifier and Type | Method and Description |
|---|---|
float |
MTBTopologicalNumber.Point3D.dist(MTBTopologicalNumber.Point3D pt)
Euclidean distance to
pt |
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.