Click or drag to resize

GraphDecodeJpeg Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] image(type: DtUint8).
See Also