Click or drag to resize

MatTElem, TInheritIndexOf Method

Determines the index of a specific item in the list.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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