Back to Aurora Vision Library website
You are here: Start » Function Reference » Conversions » MatrixToRectificationTransform
MatrixToRectificationTransform
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Calibration |
Conversion
Syntax
C++
C#
void avl::MatrixToRectificationTransform ( const avl::Matrix& inHomography, avl::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 |


