GraphExtractJpegShape Method |
Namespace: Emgu.TF
public Operation ExtractJpegShape( Output contents, Nullable<DataType> output_type = null, string opName = "ExtractJpegShape" )
Public Function ExtractJpegShape ( contents As Output, Optional output_type As Nullable(Of DataType) = Nothing, Optional opName As String = "ExtractJpegShape" ) As Operation
public: Operation^ ExtractJpegShape( Output^ contents, Nullable<DataType> output_type = nullptr, String^ opName = L"ExtractJpegShape" )
member ExtractJpegShape : contents : Output * ?output_type : Nullable<DataType> * ?opName : string (* Defaults: let _output_type = defaultArg output_type null let _opName = defaultArg opName "ExtractJpegShape" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,