Public Member Functions | |
short[] | getPath (short[] geodesic, short[] border, short[] dist, int w, int h) |
Package Attributes | |
int | w |
int | h |
short[] | oldgeo |
short[] | oldborder |
short[] | geodesic |
short[] | borderdist |
short[] | border |
Class DistancePath. For tracing a path between 2 lumens based on geodesic distance from 1 of the lumens and eucledian distance from fibre border.
Definition at line 12 of file DistancePath.java.
short [] theba.core.math.DistancePath.getPath | ( | short[] | geodesic, | |
short[] | border, | |||
short[] | dist, | |||
int | w, | |||
int | h | |||
) |
This is the method that finds the path between the 2 lumens.
geodesic | The geodesic distance transformed image |
Definition at line 27 of file DistancePath.java.
Referenced by theba.trackers.HHTracker.traceWalls(), and theba.trackers.BackTracker.traceWalls().
short [] theba.core.math.DistancePath.border [package] |
Definition at line 18 of file DistancePath.java.
short [] theba.core.math.DistancePath.borderdist [package] |
Definition at line 18 of file DistancePath.java.
short [] theba.core.math.DistancePath.geodesic [package] |
Definition at line 18 of file DistancePath.java.
int theba.core.math.DistancePath.h [package] |
Definition at line 14 of file DistancePath.java.
short [] theba.core.math.DistancePath.oldborder [package] |
Definition at line 16 of file DistancePath.java.
short [] theba.core.math.DistancePath.oldgeo [package] |
Definition at line 16 of file DistancePath.java.
int theba.core.math.DistancePath.w [package] |
Definition at line 14 of file DistancePath.java.