GraphDecodeImage Method |
Namespace: Emgu.TF
public Operation DecodeImage( Output contents, long channels = 0, Nullable<DataType> dtype = null, bool expand_animations = true, string opName = "DecodeImage" )
Public Function DecodeImage ( contents As Output, Optional channels As Long = 0, Optional dtype As Nullable(Of DataType) = Nothing, Optional expand_animations As Boolean = true, Optional opName As String = "DecodeImage" ) As Operation
public: Operation^ DecodeImage( Output^ contents, long long channels = 0, Nullable<DataType> dtype = nullptr, bool expand_animations = true, String^ opName = L"DecodeImage" )
member DecodeImage : contents : Output * ?channels : int64 * ?dtype : Nullable<DataType> * ?expand_animations : bool * ?opName : string (* Defaults: let _channels = defaultArg channels 0 let _dtype = defaultArg dtype null let _expand_animations = defaultArg expand_animations true let _opName = defaultArg opName "DecodeImage" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,