LoadGrayModel2


Loads serialized template matching GrayModel2 object from AVDATA file.

Syntax

C++
C#
Python
 
def LoadGrayModel2(
	inFilename: str,
	outGrayModel: GrayModel2,
	/
)
-> None

Parameters

Name Type Default Description
Input value inFilename str Name of the source file
Output value outGrayModel GrayModel2 Deserialized output model