Click or drag to resize

GraphImageProjectiveTransformV3 Method

http://www.emgu.com
ImageProjectiveTransformV3

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation ImageProjectiveTransformV3(
	Output images,
	Output transforms,
	Output output_shape,
	Output fill_value,
	string interpolation,
	string fill_mode = null,
	string opName = "ImageProjectiveTransformV3"
)

Parameters

images
Type: Emgu.TFOutput
Input to the operation.
transforms
Type: Emgu.TFOutput
Input to the operation.
output_shape
Type: Emgu.TFOutput
Input to the operation.
fill_value
Type: Emgu.TFOutput
Input to the operation.
interpolation
Type: SystemString
interpolation
fill_mode (Optional)
Type: SystemString
fill mode
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.ImageProjectiveTransformV3(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String,System.String,System.String)"]

See Also