GraphImageProjectiveTransformV3 Method |
Namespace: Emgu.TF
public Operation ImageProjectiveTransformV3( Output images, Output transforms, Output output_shape, Output fill_value, string interpolation, string fill_mode = null, string opName = "ImageProjectiveTransformV3" )
Public Function ImageProjectiveTransformV3 ( images As Output, transforms As Output, output_shape As Output, fill_value As Output, interpolation As String, Optional fill_mode As String = Nothing, Optional opName As String = "ImageProjectiveTransformV3" ) As Operation
public: Operation^ ImageProjectiveTransformV3( Output^ images, Output^ transforms, Output^ output_shape, Output^ fill_value, String^ interpolation, String^ fill_mode = nullptr, String^ opName = L"ImageProjectiveTransformV3" )
member ImageProjectiveTransformV3 : images : Output * transforms : Output * output_shape : Output * fill_value : Output * interpolation : string * ?fill_mode : string * ?opName : string (* Defaults: let _fill_mode = defaultArg fill_mode null let _opName = defaultArg opName "ImageProjectiveTransformV3" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,