Click or drag to resize

GraphUnique Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation Unique(
	Output x,
	Nullable<DataType> out_idx = null,
	string opName = "Unique"
)

Parameters

x
Type: Emgu.TFOutput
Input to the operation.
out_idx (Optional)
Type: SystemNullableDataType
out idx
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] y(type: DtInvalid). [1] idx(type: DtInvalid).
See Also