Click or drag to resize

GraphExtractJpegShape Method

http://www.emgu.com
ExtractJpegShape

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation ExtractJpegShape(
	Output contents,
	Nullable<DataType> output_type = null,
	string opName = "ExtractJpegShape"
)

Parameters

contents
Type: Emgu.TFOutput
Input to the operation.
output_type (Optional)
Type: SystemNullableDataType
output type
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also