DGtalTools  0.9.4
sdp2vol

Converts digital set of points into a volumic file.

Usage: sdp2vol [input] [output]

Allowed options are:

-h [ --help ] display this message
-i [ --input ] arg Sequence of 3d Discrete points (.sdp)
-o [ --output ] arg Vol file (.vol, .longvol, .pgm3d)
-f [ --foregroundVal ] arg (=128) value which will represent the foreground
object in the resulting image (default 128)
--invertY Invert the Y axis (image flip in the y
direction)
-b [ --backgroundVal ] arg (=0) value which will represent the background
outside the object in the resulting image
(default 0)
-d [ --domain ] arg defines the domain of the resulting image
xmin ymin zmin xmax ymax zmax

Example:

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