Click or drag to resize

GraphImageProjectiveTransformV3 Method

https://www.emgu.com/wiki/index.php/Emgu_TF
ImageProjectiveTransformV3

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] transformed_images(type: DtInvalid).
See Also