HAWKI Pipeline Reference Manual 1.8.12
Functions
Image manipulation

Functions

cpl_error_code hawki_image_copy_to_intersection (cpl_image *target, const cpl_image *from, cpl_size target_shift_x, cpl_size target_shift_y)
 Copies the values of an image to the intersection of two images.

Function Documentation

cpl_error_code hawki_image_copy_to_intersection ( cpl_image *  target,
const cpl_image *  from,
cpl_size  target_shift_x,
cpl_size  target_shift_y 
)

Copies the values of an image to the intersection of two images.

Parameters:
targetThe image where the values will be copied
fromThe image from where the values are copied
target_shift_xThe shift in pixels between the target image and the from image in X direction
target_shift_yThe shift in pixels between the target image and the from image in Y direction

This function copies the contents of an image to other image which is shifted from the first image. The function will copy only the values of the pixels which belong to the intersection of the two images.

Definition at line 68 of file hawki_image.c.