SpatialMap

Description

SpatialMap represents transformation of an image. It can be used e.g. to rotate or resize image in efficient way. This data type is involved in filters from Image Spatial Transforms Maps category. Usually creating map and then using RemapImage is faster than ResizeImage or RotateImage.

See Also