Back to Aurora Vision Library website

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

LoadHistogram


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Loads serialized Histogram object from AVDATA file.

Syntax

C++
C#
 
void avl::LoadHistogram
(
	const atl::File& inFilename,
	avl::Histogram& outHistogram
)

Parameters

Name Type Default Description
Input value inFilename const File& Name of the source file
Output value outHistogram Histogram& Deserialized output Histogram