You are here: Start » AVL.NET » AVL.CreateImagePolarTransformMap(AvlNet.ImageFormat, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)
AVL.CreateImagePolarTransformMap(AvlNet.ImageFormat, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateImagePolarTransformMap( AvlNet.ImageFormat inImageFormat, AvlNet.Point2D inCenter, AvlNet.PolarSpaceType inSpaceType, AvlNet.InterpolationMethod inInterpolationMethod, out AvlNet.SpatialMap outPolarMap, out AvlNet.Region outOutputRegion )
Parameters
- inImageFormat
- Type: AvlNet.ImageFormat
- inCenter
- Type: AvlNet.Point2D
- inSpaceType
- Type: AvlNet.PolarSpaceType
- inInterpolationMethod
- Type: AvlNet.InterpolationMethod
- outPolarMap
- Type: AvlNet.SpatialMap
- outOutputRegion
- Type: AvlNet.Region
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.
