Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image Spatial Transforms Maps » AccessSpatialMap

AccessSpatialMap


Header: AVL.h
Namespace: avl
Module: Calibration

Returns individual fields of a spatial map.

Syntax

C++
C#
 
void avl::AccessSpatialMap
(
	const avl::SpatialMap& inSpatialMap,
	int& outImageWidth,
	int& outImageHeight,
	int& outImagePitch,
	avl::PlainType::Type& outImageType,
	int& outImageDepth,
	int& outWidth,
	int& outHeight,
	avl::ImageFormat& outImageFormat,
	avl::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.