GraphDecodeCompressed Method |
Namespace: Emgu.TF
public Operation DecodeCompressed( Output bytes, string compression_type = null, string opName = "DecodeCompressed" )
Public Function DecodeCompressed ( bytes As Output, Optional compression_type As String = Nothing, Optional opName As String = "DecodeCompressed" ) As Operation
public: Operation^ DecodeCompressed( Output^ bytes, String^ compression_type = nullptr, String^ opName = L"DecodeCompressed" )
member DecodeCompressed : bytes : Output * ?compression_type : string * ?opName : string (* Defaults: let _compression_type = defaultArg compression_type null let _opName = defaultArg opName "DecodeCompressed" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,