bisector.c | Compute the bisector function of a binary image |
dist.c | Distance transform (external) |
distc.c | Distance transform (internal) |
float2byte.c | Converts a "float" image to a "byte" image |
lambdamedialaxis.c | Discrete lambda-medial axis transform |
lambdapmedialaxis.c | Discrete lambda-medial axis transform (cheaper variant) |
long2byte.c | Converts a "int32_t" image to a "byte" image |
medialaxis.c | Medial axis transform |
pgm2raw.c | Suppress the header from a pgm file |
raw2pgm.c | Converts from raw format into pgm format |
skeleton.c | Ultimate binary skeleton guided by a priority image (see [BC07]) |
skeleucl.c | Euclidean binary skeleton |
threshold.c | Simple threshold |