Woolz Image Processing  Version 1.7.5
Name
WlzSnapFitObjs - finds a set of correspondences between two objects based on closest points.
Synopsis
WlzSnapFitObjs [-h] [-o<output file>]
               [-A] [-i <transform>] [-d #] [-t #] [-s #]
               <target object> <source object>
Options
-h Help, prints usage message.
-o Output file for correspondences.
-A Correspondences output in absolute format.
-i Initial affine transform to be applied to the source object.
-d Maximum distance between any target source correspondences.
-t Minimum distance between target correspondence points.
-s Minimum distance between source correspondence points.
Description
Computes a set of correspondences (tie points) from the given source object to the given target object based on closest points. The correspondences are output as ascii vertices either in relative format:
  <sx> <sy>[ <sz> ]<tx - sx> <ty - sy>[ <tz - sz>]
or absolute format:
    <tx> <ty>[ <tz> ]<sx> <sy>[ <sz>],
where sx, sy, sz, tx, ty and tz are the source and target coordinates.
Examples
 
File
WlzSnapFitObjs.c
See Also
WlzIntro(1) WlzSnapFit(3)