Back to Aurora Vision Library website

You are here: Start » Function Reference » Histogram » Histogram IO » SaveHistogram

SaveHistogram


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Saves serialized Histogram object as AVDATA file.

Syntax

C++
C#
 
void avl::SaveHistogram
(
	const avl::Histogram& inHistogram,
	const atl::File& inFilename
)

Parameters

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