GraphResizeBicubic Method |
Namespace: Emgu.TF
public Operation ResizeBicubic( Output images, Output size, bool align_corners = false, string opName = "ResizeBicubic" )
Public Function ResizeBicubic ( images As Output, size As Output, Optional align_corners As Boolean = false, Optional opName As String = "ResizeBicubic" ) As Operation
public: Operation^ ResizeBicubic( Output^ images, Output^ size, bool align_corners = false, String^ opName = L"ResizeBicubic" )
member ResizeBicubic : images : Output * size : Output * ?align_corners : bool * ?opName : string (* Defaults: let _align_corners = defaultArg align_corners false let _opName = defaultArg opName "ResizeBicubic" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.ResizeBicubic(Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.String)"]
2018 Emgu Corporation, All Rights Reserved,