Back to Aurora Vision Library Lite website

You are here: Start » Image » Image Basics » SaveImageObject

SaveImageObject


Header: AVL.h
Namespace: avl

Saves serialized Image object as AVDATA file.

Syntax

void avl::SaveImageObject
(
	const avl::Image& inImage,
	const atl::File& inFilename
)

Parameters

Name Type Default Description
Input value inImage const Image& Image to be serialized
Input value inFilename const File& Name of the target file