Click or drag to resize

GraphDecodeAndCropJpeg Method

http://www.emgu.com
DecodeAndCropJpeg

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation DecodeAndCropJpeg(
	Output contents,
	Output crop_window,
	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 = "DecodeAndCropJpeg"
)

Parameters

contents
Type: Emgu.TFOutput
Input to the operation.
crop_window
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.DecodeAndCropJpeg(Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.Int64,System.Boolean,System.Boolean,System.Single,System.String,System.String)"]

See Also