Click or drag to resize

FunctionToFunctionDef Method

http://www.emgu.com
Write out a serialized representation of this Function (as a FunctionDef protocol message)

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public void ToFunctionDef(
	Buffer outputFuncDef,
	Status status = null
)

Parameters

outputFuncDef
Type: Emgu.TFBuffer
a serialized representation of this Function (as a FunctionDef protocol message)
status (Optional)
Type: Emgu.TFStatus
The status
See Also