VisionX V4VTRACEVisionX V4
NAME

vtrace − trace the boundaries of image segments

SYNOPSIS

vtrace [-c4] [min=val] [if=][<filename>] [of=<ofile>]

DESCRIPTION

Vtrace traces the boundary of all connected labeled regions in an image. The background with a value of zero is not traced. A 2D vector boundary is generated for each unique segment encountered. Segments are identified by all connected member pixels having the same grey level value.

CONSTRAINTS

Only unsigned byte images are currently accepted for input. Other formats will be accepted in the future.

OPTIONS

-c4

The boundary will be traced using a 4-connected rule. The default is that the boundary is 8-connected.

min=value

Set a minimum size for the area of the segments. If a segment covers an area less than value then it is not output.

AUTHORS

A. P. Reeves and Christos S. Zoulas