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

FisFilter_AccessRectificationTransform3D
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.
Syntax
void fis::FisFilter_AccessRectificationTransform3D ( const fil::RectificationTransform& inRectificationTransform, ftl::Optional<fil::AnyCameraModel>& outCameraModel, ftl::Optional<fil::Matrix>& outHomography )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inRectificationTransform | const RectificationTransform& | ||
![]() |
outCameraModel | Optional<AnyCameraModel>& | ||
![]() |
outHomography | Optional<Matrix>& |
Optional Outputs
The computation of following outputs can be switched off by passing value ftl::NIL
to these parameters: outCameraModel, outHomography.
Read more about Optional Outputs.