GraphScaleAndTranslate Method |
Namespace: Emgu.TF
public Operation ScaleAndTranslate( Output images, Output size, Output scale, Output translation, string kernel_type = null, bool antialias = true, string opName = "ScaleAndTranslate" )
Public Function ScaleAndTranslate ( images As Output, size As Output, scale As Output, translation As Output, Optional kernel_type As String = Nothing, Optional antialias As Boolean = true, Optional opName As String = "ScaleAndTranslate" ) As Operation
public: Operation^ ScaleAndTranslate( Output^ images, Output^ size, Output^ scale, Output^ translation, String^ kernel_type = nullptr, bool antialias = true, String^ opName = L"ScaleAndTranslate" )
member ScaleAndTranslate : images : Output * size : Output * scale : Output * translation : Output * ?kernel_type : string * ?antialias : bool * ?opName : string (* Defaults: let _kernel_type = defaultArg kernel_type null let _antialias = defaultArg antialias true let _opName = defaultArg opName "ScaleAndTranslate" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,