|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--Distance
Distance is an algorithm to create a distance transform grey level image from a binary image.
Fields inherited from class java.lang.Thread |
MAX_PRIORITY,
MIN_PRIORITY,
NORM_PRIORITY |
Constructor Summary | |
Distance()
Default no-args constructor. |
Method Summary | |
BinaryFast |
distance_image(BinaryFast binary,
double scale,
double offset)
Takes a BinaryFast representation and produces a distance transform with the grey-level image stored in the BinaryFast pixels 2D array. |
BinaryFast |
distanceSingleIteration(BinaryFast binary,
int i)
Performs a single thinning and colours the thinned pixels accordingly. |
Methods inherited from class java.lang.Thread |
activeCount,
checkAccess,
countStackFrames,
currentThread,
destroy,
dumpStack,
enumerate,
getContextClassLoader,
getName,
getPriority,
getThreadGroup,
interrupt,
interrupted,
isAlive,
isDaemon,
isInterrupted,
join,
join,
join,
resume,
run,
setContextClassLoader,
setDaemon,
setName,
setPriority,
sleep,
sleep,
start,
stop,
stop,
suspend,
toString,
yield |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public Distance()
Method Detail |
public BinaryFast distanceSingleIteration(BinaryFast binary, int i)
binary
- The BinaryFast representation of the input image.i
- The grey-level with which to colour the thinned pixels.public BinaryFast distance_image(BinaryFast binary, double scale, double offset)
binary
- The input image.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |