struct ImageTransformationTspec

Holds the image transformation tile-set specifications

Documentation

Holds the image transformation tile-set specifications.

This structure holds two 3x3 matrices that can be used to perform the transformation from the image's intrinsic 2-D coordinate system to its pixel coordinates, where (0,0) corresponds to the pixel in the lower left-hand corner.

N.B. the last row of both matrices is not used - i.e. should be (0,0,1) - but it may be used in the future to allow for a final projective transformation.

Parameters:
uvtoIXIY - (float[9]) a 3x3 matrix that pre-multiplies the vector (u,v,1) to yield (ix,iy)
ixiytoUV - (float[9]) a 3x3 matrix that pre-multiplies the vector (ix,iy,1) to yield (u,v)
See Also:
Pyramid, ProjectionTspec


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page