V3OPVisionX V4
NAME
v3op − perform logical or/and/xor on two input byte images.
SYNOPSISv3op if= ig= of= [-or] [-and] [-xor] [-g]
DESCRIPTION
v3op |
performs logical or/and/xor on two input byte images which are not required to have the same sizes. Voxels that are not contained by both input images will be set as 0 in the output. By default, the output has the same bounding box as if=, but if -g is specified, the output will have the same bounding box as ig=. |
if= |
input byte image | ||
ig= |
input byte image | ||
of= |
output byte image | ||
-or |
logical or | ||
-and |
logical and | ||
-xor |
logical xor | ||
-g |
output has the bbx of ig, by default it has the bbx of if |
Both input images are required to be byte images.
SEE ALSOvop(1), vembed(1)
AUTHORShuang Liu, June 2015