Woolz Image Processing
Version 1.7.5
|
Files | |
file | WlzTensorComponent.c |
Extract tensor component values. "". | |
WlzTensorComponent [-c <cpt>] [-o<output object>] [-h] [<input object>]
-c | Component index which must be in the range \([0-(1-V_n)]\) where \(V_n\) is the number of component values per element in the object, eg for a scalar image 0 and for a rank 2 3x3 tensor this would be 9. |
-o | Output file. |
-h | Help, prints usage message. |
WlzTensorComponent -o c_0.wlz -c 0 in.wlzCreates a scalar object containing just the first component of the given tensor image. Alternatively this would also convert a tiled object (in.wlz) to a non-tiled object (retaining only the zeroth component of it's values). The object is written to the file c_0.wlz