do coreg
Contents: Description, Arguments, Usage, Sub-Functions, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Calculate the x and y offset values needed to coregister two v_objects
Arguments and Return Values Arguments: A source and destination v-object and ignore value, a search radius and a random number seed Return Value: A 2x1x1 array with x and y coregistration values. The source v_object .x and .y values are changed.
Usage Syntax: do_coreg(src, dst [, ignore = VAL] [, search = INT] [, seed = VAL]) 'src' is a v-object created by v_make, containing the image you wish to add to the destination image. 'dst' is a v-object created by v_make, containing the image to which the 'src' image will be added. 'ignore' is the non-valid data value in the v_objects. Default is -32768. 'search' is the maximum number of pixels in x and y to search for the best coregistration value. 'seed' is a random number generation seed.
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Major Sub-Functions
Related Functions
Recent Core Changes Modified On: 01-17-2008 |