do coreg

From DavinciWiki
Jump to: navigation, search

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

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Major Sub-Functions

Related Functions

Recent Library Changes

Created On: 02-15-2006
Modified On: 01-17-2008

Personal tools