MatTElem, TInheritIndexOf Method OpenCvSharp Class Library
Determines the index of a specific item in the list.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.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

Reference