Click or drag to resize

GraphDecodeJpeg Method

http://www.emgu.com
DecodeJpeg

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation DecodeJpeg(
	Output contents,
	long channels = 0,
	long ratio = 1,
	bool fancy_upscaling = true,
	bool try_recover_truncated = false,
	float acceptable_fraction = 1f,
	string dct_method = null,
	string opName = "DecodeJpeg"
)

Parameters

contents
Type: Emgu.TFOutput
Input to the operation.
channels (Optional)
Type: SystemInt64
channels
ratio (Optional)
Type: SystemInt64
ratio
fancy_upscaling (Optional)
Type: SystemBoolean
fancy upscaling
try_recover_truncated (Optional)
Type: SystemBoolean
try recover truncated
acceptable_fraction (Optional)
Type: SystemSingle
acceptable fraction
dct_method (Optional)
Type: SystemString
dct method
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also