Click or drag to resize

GraphDecodeImage Method

http://www.emgu.com
DecodeImage

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

[Missing <returns> documentation for "M:Emgu.TF.Graph.DecodeImage(Emgu.TF.Output,System.Int64,System.Nullable{Emgu.TF.DataType},System.Boolean,System.String)"]

See Also