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


