Searches element in sequence
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IntPtr SeqSearch( CvSeq seq, IntPtr elem, CvCmpFunc func, bool isSorted, out int elemIdx )
Parameters
- seq
- Type: OpenCvSharpCvSeq
The sequence - 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.Cv.SeqSearch(OpenCvSharp.CvSeq,System.IntPtr,OpenCvSharp.CvCmpFunc,System.Boolean,System.Int32@)"]
See Also