HAWKI Pipeline Reference Manual 1.8.12
|
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. |
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.
target | The image where the values will be copied |
from | The image from where the values are copied |
target_shift_x | The shift in pixels between the target image and the from image in X direction |
target_shift_y | The 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.