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