Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Image » Image Spatial Transforms Maps » CreateImagePolarTransformMap

CreateImagePolarTransformMap


Module: Calibration

Creates a spatial map representing an image polar transform.

Applications

Data preprocessing for fast image polar transform. The result is used by RemapImage.
Name Type Description
Input value inImageFormat ImageFormat Information about dimensions, depth and pixel type of the image
Input value inCenter Point2D
Input value inSpaceType PolarSpaceType Method of transformation
Input value inInterpolationMethod InterpolationMethod Interpolation method used in extraction of image pixel values
Output value outPolarMap SpatialMap Output spatial map
Output value outOutputRegion Region Pixels set by the spatial map application

Description

The operation generates map that describes image transformation to polar or log-polar space. Two modes of pixel interpolation are available, the bilinear filtering being more precise and computationally expensive. Usually creating map and then using RemapImage is faster than ImagePolarTransform. For more information see ImagePolarTransform.

Complexity Level

This filter is available on Advanced Complexity Level.

See Also

  • RemapImage – Applies a precomputed image transform, defined by a spatial map object.