Click or drag to resize

GraphDecodeImage Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation DecodeImage(
	Output contents,
	long channels = 0,
	Nullable<DataType> dtype = null,
	bool expand_animations = true,
	string opName = "DecodeImage"
)

Parameters

contents
Type: Emgu.TFOutput
Input to the operation.
channels (Optional)
Type: SystemInt64
channels
dtype (Optional)
Type: SystemNullableDataType
dtype
expand_animations (Optional)
Type: SystemBoolean
expand animations
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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