You are here: Start » AVL.NET » AVL.CreateMatrixTransformMap(AvlNet.ImageFormat, AvlNet.Region, AvlNet.Matrix, AvlNet.Size?, AvlNet.InterpolationMethod, AvlNet.SpatialMap)
AVL.CreateMatrixTransformMap(AvlNet.ImageFormat, AvlNet.Region, AvlNet.Matrix, AvlNet.Size?, AvlNet.InterpolationMethod, AvlNet.SpatialMap)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateMatrixTransformMap( AvlNet.ImageFormat inImageFormat, AvlNet.Region inRoi, AvlNet.Matrix inTransformMatrix, AvlNet.Size? inNewSize, AvlNet.InterpolationMethod inInterpolationMethod, out AvlNet.SpatialMap outSpatialMap )
Parameters
- inImageFormat
- Type: AvlNet.ImageFormat
- inRoi
- Type: AvlNet.Region
- inTransformMatrix
- Type: AvlNet.Matrix
- inNewSize
- Type: System.Nullable<AvlNet.Size>
- inInterpolationMethod
- Type: AvlNet.InterpolationMethod
- outSpatialMap
- Type: AvlNet.SpatialMap
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
| Error type | Description |
|---|---|
| DomainError | Input transformation matrix must have dimensions 3 x 3 in CreateMatrixTransformMap. |
