Click or drag to resize

GraphLookupTableExportV2 Method

https://www.emgu.com/wiki/index.php/Emgu_TF
LookupTableExportV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation LookupTableExportV2(
	Output table_handle,
	DataType Tkeys,
	DataType Tvalues,
	string opName = "LookupTableExportV2"
)

Parameters

table_handle
Type: Emgu.TFOutput
Input to the operation.
Tkeys
Type: Emgu.TFDataType
Tkeys
Tvalues
Type: Emgu.TFDataType
Tvalues
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] keys(type: DtInvalid). [1] values(type: DtInvalid).
See Also