|
Pink 0.9
|
Files | |
| file | asf.c |
alternate sequential filter | |
| file | asfbin.c |
alternate sequential filter for binary images | |
| file | asflin.c |
alternate sequential filter by linear structuring elements | |
| file | asfr.c |
alternate sequential filter by reconstruction | |
| file | asft.c |
alternate sequential filter controled by topology | |
| file | asftmed.c |
alternate sequential filter controled by topology | |
| file | asftndg.c |
alternate sequential filter controled by topology | |
| file | bisector.c |
compute the bisector function of a binary image | |
| file | closeball.c |
morphological binary closing by a ball | |
| file | closing.c |
morphological closing by a plane structuring element | |
| file | dilatball.c |
morphological binary dilation by a ball | |
| file | dilatballnum.c |
morphological grayscale dilation by an Euclidean ball | |
| file | dilation.c |
morphological dilation by a plane structuring element | |
| file | dist.c |
distance transform (external) | |
| file | distc.c |
distance transform (internal) | |
| file | distgeo.c |
geodesic distance | |
| file | distsets.c |
distance between sets | |
| file | erosball.c |
morphological binary erosion by a ball | |
| file | erosballnum.c |
morphological grayscale erosion by an Euclidean ball | |
| file | erosion.c |
morphological erosion by a plane structuring element | |
| file | fmm.c |
fast marching method | |
| file | geodilat.c |
geodesic (grayscale or binary) dilation | |
| file | geoeros.c |
geodesic (grayscale or binary) erosion | |
| file | granulometry.c |
granulometry of a binary image | |
| file | hcutting.c |
homotopic cutting (pseudo opening) by a ball | |
| file | hfilling.c |
homotopic filling (pseudo closing) by a ball | |
| file | hitormiss.c |
morphological hit or miss transformation for binay images | |
| file | integermedialaxis.c |
integer medial axis transform | |
| file | lambdamedialaxis.c |
discrete lambda-medial axis transform | |
| file | lambdamedialaxis2.c |
discrete lambda-medial axis transform | |
| file | lambdamedialaxis2.c |
discrete lambda-medial axis transform | |
| file | lambdamedialaxis.c |
discrete lambda-medial axis transform | |
| file | lambdapmedialaxis.c |
discrete lambda-medial axis transform (cheaper variant) | |
| file | lantuejoul.c |
Lantuejoul's skeleton. | |
| file | lintophat.c |
max of morphological black top hats by linear structuring elements | |
| file | medialaxis.c |
medial axis transform | |
| file | medianfilter.c |
median filter | |
| file | openball.c |
morphological binary opening by a ball | |
| file | opening.c |
morphological opening by a plane structuring element | |
| file | openingfunction.c |
opening function | |
| file | radialopening.c |
radial opening by line | |
| file | radialrankmaxopening.c |
radial rank-max opening by line | |
| file | rankfilter.c |
rank filter | |
| file | rankmaxopening.c |
rank-max opening | |
| file | redt.c |
reverse euclidean distance transform | |
| file | ultimateerosion.c |
ultimate erosion | |
| file | voronoilabelling.c |
voronoi labelling (and squared Euclidean distance transform) | |
Functions | |
| void | hma_print_usage (char **argv) |
| Higher-resolution Medial Axis (HMA) extraction. | |
| void hma_print_usage | ( | char ** | argv | ) |
Higher-resolution Medial Axis (HMA) extraction.
Usage: hma in.pgm [mode] out.pgm
Description: Higher-resolution Medial Axis (HMA) of the binary image Xh, where Xh has been obtained by H(X), X being the original object and H, the H-transform.
Types supported: byte 2d, byte 3d
Category: morpho
1.7.3