You are here: Start » AVL.NET » AVL.MatrixToRectificationTransform
Conversion
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void MatrixToRectificationTransform ( AvlNet.Matrix inHomography, AvlNet.RectificationTransform outTransform )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHomography | AvlNet.Matrix | |||
![]() | outTransform | AvlNet.RectificationTransform |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | inHomography matrix must be a 3x3 matrix |


