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
Input value inSpatialMap const SpatialMap&
Output value outImageWidth int&
Output value outImageHeight int&
Output value outImagePitch int&
Output value outImageType PlainType::Type&
Output value outImageDepth int&
Output value outWidth int&
Output value outHeight int&
Output value outImageFormat ImageFormat&
Output value outInterpolationMethod InterpolationMethod::Type&

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect SpatialMap on input in AccessSpatialMap.