Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Camera Calibration » ConvertRectificationMap
ConvertRectificationMap
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Calibration |
Converts a rectification map to a different format.
Syntax
C++
C#
void fil::ConvertRectificationMap ( const fil::RectificationMap& inRectificationMap, ftl::Optional<fil::PlainType::Type> inNewPixelType, ftl::Optional<int> inNewDepth, const int inNewPitchAlignment, fil::RectificationMap& outRectificationMap )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inRectificationMap | const RectificationMap& | |||
![]() |
inNewPixelType | Optional<PlainType::Type> | NIL | ||
![]() |
inNewDepth | Optional<int> | 1 - 4 | NIL | |
![]() |
inNewPitchAlignment | const int | 0 - +![]() |
16 | |
![]() |
outRectificationMap | RectificationMap& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Incorrect inSpatialMap map in ConvertRectificationMap. |