Back to FabImage Library website

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

SaveHistogram


Header: FIL.h
Namespace: fil
Module: FoundationBasic

Saves serialized Histogram object as FIDATA file.

Syntax

C++
C#
 
void fil::SaveHistogram
(
	const fil::Histogram& inHistogram,
	const ftl::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