VPIXLOC

VisionX V4
NAME

vpixloc − outputs the non-zeros pixel locations of a byte image.

SYNOPSIS

vpixloc if=<infile> of=<outfile> -q

DESCRIPTION

vpixloc takes in a input VXB image and prints out the x,y,z locations of its non-zero pixels in the output text file of. If -q is specified, of will be in a format that is recognized by qhull. The output with -q has the number of image dimensions, the number of non-zero pixels followed by their x,y,z locations.

CONSTRAINT

Input file if is a VXB image. Output file of is a text file. If -q is specified of will be a in a qhull format.

OPTIONS

if=

input VXB image

of=

output text file

-q

output in qhull format

SEE ALSO

vchull(1),vofftov3d(1)

AUTHOR

A.P. Reeves