Click or drag to resize

GraphDecodeBmp Method

http://www.emgu.com
DecodeBmp

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation DecodeBmp(
	Output contents,
	long channels = 0,
	string opName = "DecodeBmp"
)

Parameters

contents
Type: Emgu.TFOutput
Input to the operation.
channels (Optional)
Type: SystemInt64
channels
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.DecodeBmp(Emgu.TF.Output,System.Int64,System.String)"]

See Also