Click or drag to resize

GraphReaderRead Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation ReaderRead(
	Output reader_handle,
	Output queue_handle,
	string opName = "ReaderRead"
)

Parameters

reader_handle
Type: Emgu.TFOutput
Input to the operation.
queue_handle
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] key(type: DtString). [1] value(type: DtString).
See Also