Click or drag to resize

MatTElemIndexOf Method

Determines the index of a specific item in the list.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public int IndexOf(
	TElem item
)

Parameters

item
Type: TElem
The object to locate in the list.

Return Value

Type: Int32
The index of value if found in the list; otherwise, -1.
See Also