Woolz Image Processing
Version 1.7.5
|
WlzCMeshToSpatialDomain [-h] [-i] [-N] [-L] [-o<out obj file>] [-s#] [<input mesh file>]
-h | Help, prints usage message. |
-i | Set values using first indexed value. |
-N | Use nearest neighbour interpolation (default)./td> |
-L | Use barycentric interpolation rather than nearest neighbour for values./td> |
-o | Output object file. |
-s | Scale factor from mesh to spatial domain (can not be used if setting values). |
WlzCMeshToSpatialDomain -o out.wlz mesh.wlzCreates a new spatial domain object which covers the given mesh read from the file mesh.wlz. The new domain is written to the file out.wlz.