VisionX V4V3VGRIDVisionX V4
NAME

v3vgrid - .pts and .grid file visualization

SYNOPSIS

v3vgrid [-H] [gf=<inputfile2>] [pf=<value>] [of=<outputfile>] [-gp] [-fp] [-wp] [-gv] [-fv] [-gt] [-ft] [-wt] [-v]

DESCRIPTION

v3vgrid is a tool that helps to visualize a .grid and a .pts file genereated by v3gengrid. Given either or both input files, the program can output a v3d viewable file showing feature points, gridded points, warped points, vectors between points, and tetrahedra formed by any set of points. Each tetrahedra has its own V3D_ID, while a set of points or a set of vectors share a single V3D_ID (See below).

OPTIONS

gf=

input file: .grid file

pf=

input file: .pts file

of=

outputfile: V3D file with points/vectors/tetrahedron

-gp

show gridded points (V3D_ID=95)

-fp

show feature points (V3D_ID=96)

-wp

show warped feature points (V3D_ID=97)

-gv

show vectors between grid points and feature points (V3D_ID=98)

-fv

show vectors between feature points and warped points (V3D_ID=99)

-gt

show tetrahedra formed by grid points (V3D_ID=1000+)

-ft

show tetrahedra formed by feature points (V3D_ID=2000+)

-wt

show tetrahedra formed by warped points (V3D_ID=3000+)

-v

verbose option

CONSTRAINTS

--

BUGS

--

SEE ALSO

v3warp, v3gengrid

AUTHOR

A. B. Chan, M.Eng. Project 2000-01