GraphDecodeJpeg Method |
Namespace: Emgu.TF
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" )
Public Function DecodeJpeg ( contents As Output, Optional channels As Long = 0, Optional ratio As Long = 1, Optional fancy_upscaling As Boolean = true, Optional try_recover_truncated As Boolean = false, Optional acceptable_fraction As Single = 1F, Optional dct_method As String = Nothing, Optional opName As String = "DecodeJpeg" ) As Operation
public: Operation^ DecodeJpeg( Output^ contents, long long channels = 0, long long ratio = 1, bool fancy_upscaling = true, bool try_recover_truncated = false, float acceptable_fraction = 1f, String^ dct_method = nullptr, String^ opName = L"DecodeJpeg" )
member DecodeJpeg : contents : Output * ?channels : int64 * ?ratio : int64 * ?fancy_upscaling : bool * ?try_recover_truncated : bool * ?acceptable_fraction : float32 * ?dct_method : string * ?opName : string (* Defaults: let _channels = defaultArg channels 0 let _ratio = defaultArg ratio 1 let _fancy_upscaling = defaultArg fancy_upscaling true let _try_recover_truncated = defaultArg try_recover_truncated false let _acceptable_fraction = defaultArg acceptable_fraction 1f let _dct_method = defaultArg dct_method null let _opName = defaultArg opName "DecodeJpeg" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,