a11 - wh constant term coeff in W mapping function
b00 - constant term coeff in H mapping function
b01 - w constant term coeff in H mapping function
b10 - h constant term coeff in H mapping function
b11 - wh constant term coeff in H mapping function
planes - if non-zero, process date by full planes
instead of prisms. Can be MUCH faster by planes
than prisms, but is less well adapted for large
data sets.
OUTPUT
out_obj - output object
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.