POLY_2D Function

Performs polynomial warping of images.

Usage

Input Parameters

Returned Value

Keywords

Discussion


TIP: The POLYWARP function may be used to fit (x ¢, y ¢) as a function of (x, y) and return the coefficient arrays Cx and Cy.

Example

P0,0 P1,0 P0,1 P1,1 Q0,0 Q1,0 Q0,1 Q1,1 Effect
0 0 1 0 0 1 0 0 Identity
0 0 0.5 0 0 1 0 0 Stretch x by a factor of 2
0 0 1 0 0 2.0 0 0 Shrink y by a factor of 2
z 0 0 0 0 0 0 0 Shift left by z pixels
0 1 0 0 0 0 1 0 Transpose

See Also





doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights reserved.