Back to FabImage Library website
You are here: Start » Function Reference » Conversions » MatrixToRectificationTransform
MatrixToRectificationTransform
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | Calibration |
Conversion
Syntax
C++
C#
void fil::MatrixToRectificationTransform ( const fil::Matrix& inHomography, fil::RectificationTransform& outTransform )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHomography | const Matrix& | ||
![]() |
outTransform | RectificationTransform& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | inHomography matrix must be a 3x3 matrix |


