Back to FabImage Library website
You are here: Start » Function Reference » Camera Calibration » FisFilter_AccessRectificationTransform3D_Unsafe

FisFilter_AccessRectificationTransform3D_Unsafe
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | FIL.h |
---|---|
Namespace: | fis |
Returns individual fields of a RectificationTransform, assuming they are all set
Syntax
void fis::FisFilter_AccessRectificationTransform3D_Unsafe ( const fil::RectificationTransform& inRectificationTransform, fil::AnyCameraModel& outCameraModel, fil::Matrix& outHomography )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inRectificationTransform | const RectificationTransform& | ||
![]() |
outCameraModel | AnyCameraModel& | ||
![]() |
outHomography | Matrix& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | inRectificationTransform.cameraModel and inRectificationTransform.homography must be set |