mia-mesh-to-maskimage
{-i io
} {-o io
} [
options
...]
This program converts a 3D mesh into a binary mask comprising the mesh surface. The output image size is either given on the command line or deducted from the mesh dimensions.
input mesh to be adapted. For supported file types see Plugin type: mesh/io
output image containing the binary mask. For supported file types see Plugin type: 3dimage/io
verbosity of output, print messages of given level and higher priorities. Supported priorities starting at lowest level are:
info: | Low level messages |
trace: | Function call trace |
fail: | Report test failures |
warning: | Warnings |
error: | Report errors |
debug: | Debug output |
message: | Normal messages |
fatal: | Report only fatal errors |
print copyright information
print this help
print a short help
print the version number and exit
Maxiumum number of threads to use for processing,This number should be lower or equal to the number of logical processor cores in the machine. (-1: automatic estimation).Maxiumum number of threads to use for processing,This number should be lower or equal to the number of logical processor cores in the machine. (-1: automatic estimation).
coordinate of pixel at index 0,0,0coordinate of pixel at index 0,0,0
voxel spacing in the output image, all values must be positive.voxel spacing in the output image, all values must be positive.
size of the output image (0,0,0 = deduct)size of the output image (0,0,0 = deduct)
The input mesh input.vmesh is converted into the binary mask mask.v. The image size is set to 50,50,50 and the size is obtained automatically to include the whole mesh
mia-mesh-to-maskimage -i input.vmesh -o mask.v --origin 0,0,0
Gert Wollny