Main Page Modules File List
explodecomp.c File Reference
converts single 2D pgm file into a series of 2D pgm files, where each file of the series contains one component of the original image
More...
Detailed Description
converts single 2D pgm file into a series of 2D pgm files, where each file of the series contains one component of the original image
Usage: explodecomp in.pgm connex <min|max|pla> name_prefix
Description: Generated file names are of the form: name_prefixnnnn.pgm, where nnnn is a four digit decimal integer. The argument connex selects the connectivity (4, 8 in 2D; 6, 18, 26 in 3D). The argument <min|max|pla> selects the kind of flat zone to be labeled:
- min selects regional minima (or background components for a binary image)
- max selects regional maxima (or foreground components for a binary image)
- pla selects all flat zones (plateaux).
Types supported: byte 2d
Category: convert
- Author:
-
Michel Couprie
Generated on Fri Dec 17 11:59:37 2004 for Pink by
1.2.18