GraphResizeBicubic Method |
Namespace: Emgu.TF
public Operation ResizeBicubic( Output images, Output size, bool align_corners = false, bool half_pixel_centers = false, string opName = "ResizeBicubic" )
Public Function ResizeBicubic ( images As Output, size As Output, Optional align_corners As Boolean = false, Optional half_pixel_centers As Boolean = false, Optional opName As String = "ResizeBicubic" ) As Operation
public: Operation^ ResizeBicubic( Output^ images, Output^ size, bool align_corners = false, bool half_pixel_centers = false, String^ opName = L"ResizeBicubic" )
member ResizeBicubic : images : Output * size : Output * ?align_corners : bool * ?half_pixel_centers : bool * ?opName : string (* Defaults: let _align_corners = defaultArg align_corners false let _half_pixel_centers = defaultArg half_pixel_centers false let _opName = defaultArg opName "ResizeBicubic" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,