tend-evalclamp - Man Page
modify shape by clamping eigenvalues in some range
Synopsis
tend evalclamp -min <min> [-max <max>] [-i <nin>] [-o <nout>]
Description
Modify shape by clamping eigenvalues in some range. The orientation of the tensor is unchanged. Note that unlike tend-anscale(1), this operation can completely change the shape of the tensor.
Options
- -min <min>
Eigenvalues are clamped from below by this (the minimum output eigenvalue). Use “nan” to signify that no minimum clamping should be done. (float)
- -max <max>
Eigenvalues are clamped from above by this (the maximum output eigenvalue). Use “nan” to signify that no maximum clamping should be done. (float)
- -i <nin>
input diffusion tensor volume; default: “-”
- -o <nout>
output image (floating point) (string) default: “-”
See Also
Referenced By
April 2021