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.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
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