DGtalTools  1.3.beta
sdp2vol

Converts digital set of points into a volumic file.

Usage: sdp2vol [input] [output]

Allowed options are:

Positionals:
1 TEXT:FILE REQUIRED Sequence of 3d Discrete points (.sdp).
2 TEXT Vol file (.vol, .longvol, .pgm3d)
Options:
-h,--help Print this help message and exit
-i,--input TEXT:FILE REQUIRED Sequence of 3d Discrete points (.sdp).
-o,--output TEXT Vol file (.vol, .longvol, .pgm3d)
-f,--foregroundVal INT value which will represent the foreground object in the resulting image (default 128)
-b,--backgroundVal INT value which will represent the background outside the object in the resulting image (default 0)
-d,--domain INT x 6 customizes the domain of the resulting image xmin ymin zmin xmax ymax zmax (computed automatically by default)
--invertY Invert the Y axis (image flip in the y direction)

Example:

$ sdp2vol volumePoints.sdp volume.vol -d 0 0 0 10 10 10
See also
sdp2vol.cpp