Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Spatial Transforms Maps » AccessSpatialMap

AccessSpatialMap
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Calibration |
Returns individual fields of a spatial map.
Syntax
C++
C#
void fil::AccessSpatialMap ( const fil::SpatialMap& inSpatialMap, int& outImageWidth, int& outImageHeight, int& outImagePitch, fil::PlainType::Type& outImageType, int& outImageDepth, int& outWidth, int& outHeight, fil::ImageFormat& outImageFormat, fil::InterpolationMethod::Type& outInterpolationMethod )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inSpatialMap | const SpatialMap& | ||
![]() |
outImageWidth | int& | ||
![]() |
outImageHeight | int& | ||
![]() |
outImagePitch | int& | ||
![]() |
outImageType | PlainType::Type& | ||
![]() |
outImageDepth | int& | ||
![]() |
outWidth | int& | ||
![]() |
outHeight | int& | ||
![]() |
outImageFormat | ImageFormat& | ||
![]() |
outInterpolationMethod | InterpolationMethod::Type& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Incorrect SpatialMap on input in AccessSpatialMap. |