Click or drag to resize

GraphAngle Method

http://www.emgu.com
Angle

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation Angle(
	Output input,
	Nullable<DataType> Tout = null,
	string opName = "Angle"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
Tout (Optional)
Type: SystemNullableDataType
Tout
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.Angle(Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]

See Also