CvSeqSearch Method OpenCvSharp Class Library
Searches element in sequence (cvSeqSearch).

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public virtual IntPtr Search(
	IntPtr elem,
	CvCmpFunc func,
	bool isSorted,
	out int elemIdx
)

Parameters

elem
Type: SystemIntPtr
The element to look for
func
Type: OpenCvSharpCvCmpFunc
The comparison function that returns negative, zero or positive value depending on the elements relation
isSorted
Type: SystemBoolean
Whether the sequence is sorted or not.
elemIdx
Type: SystemInt32
Output parameter; index of the found element.

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.CvSeq.Search(System.IntPtr,OpenCvSharp.CvCmpFunc,System.Boolean,System.Int32@)"]

See Also

Reference