IMAGE (kimage_proc) functions


LIBRARY ROUTINE

ligeowarp - perform direct bilinear warping in the WxH plane

LIBRARY CALL

int ligeowarp(
kobject in_obj,
double a00,
double a01,
double a10,
double a11,
double b00,
double b01,
double b10,
double b11,
int planes,
kobject out_obj)

INPUT

OUTPUT

RETURN VALUE

TRUE (1) on success, FALSE (0) otherwise

DESCRIPTION

perform direct bilinear warping in the WxH plane. This is a reasonable way to register one image to another provided that the distortion is not too severe. Output pixel values are calculated using bilinear interpolation.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$IMAGE/objects/library/kimage_proc/src/ligeowarp.c

SEE ALSO

kimage_proc(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.