Back to Adaptive Vision Library Lite website

You are here: Start » Camera Calibration IO » SaveRectificationMap

SaveRectificationMap


Header:AVL.h
Namespace:avl

Saves serialized RectificationMap object as avdata file.

Syntax

void avl::SaveRectificationMap
(
	const avl::RectificationMap& inRectificationMap,
	const atl::File& inFilename
)

Parameters

Name Type Default Description
inRectificationMap const RectificationMap& RectificationMap to be serialized
inFilename const File& Name of the target file