extract-connected-points¶
Synopsis¶
extract-connected-points <input> <output> [options]
Description¶
Extract (largest) connected components of the input point set. The connected components are sorted by size, where the largest connected component has index 0.
Command options¶
-
-m
<m>
¶ Index of first connected component to extract. (default: 0)
-
-n
<n>
¶ Extract (at most) n components. (default: 1)
-
-compress
,
-nocompress
¶
Write XML VTK with compression enabled/disabled. (default: on)
-
-ascii
¶
Write legacy VTK in ASCII format. (default: off)
-
-binary
¶
Write legacy VTK in binary format. (default: on)
Standard options¶
-
-v
,
-verbose
[n]
¶ Increase/Set verbosity of output messages. (default: 0)
-
-debug
[level]
¶ Increase/Set debug level for output of intermediate results. (default: 0)
-
-version
[major.minor]
¶ Print version and exit or set version to emulate.
-
-revision
¶
Print revision (or version) number only and exit.
-
-h
,
-help
¶
Print help and exit.