You are here: Start » AVL.NET » AVL.CreateImagePolarTransformMap(AvlNet.ImageFormat, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.InterpolationMethod, AvlNet.SpatialMap)
AVL.CreateImagePolarTransformMap(AvlNet.ImageFormat, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.InterpolationMethod, AvlNet.SpatialMap)
Creates a spatial map representing an image polar transform.
| 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 )
Parameters
- inImageFormat
- Type: AvlNet.ImageFormat
Information about dimensions, depth and pixel type of the image - inCenter
- Type: AvlNet.Point2D
- inSpaceType
- Type: AvlNet.PolarSpaceType
Method of transformation - inInterpolationMethod
- Type: AvlNet.InterpolationMethod
Interpolation method used in extraction of image pixel values - outPolarMap
- Type: AvlNet.SpatialMap
Output spatial map
Remarks
See full override for more details.
