NativeMethodscvSeqSearch Method (IntPtr, IntPtr, CvCmpFunc, Boolean, Int32) OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSearch(System.IntPtr,System.IntPtr,OpenCvSharp.CvCmpFunc,System.Boolean,System.Int32@)"]

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

public static IntPtr cvSeqSearch(
	IntPtr seq,
	IntPtr elem,
	CvCmpFunc func,
	bool is_sorted,
	out int elem_idx
)

Parameters

seq
Type: SystemIntPtr

[Missing <param name="seq"/> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSearch(System.IntPtr,System.IntPtr,OpenCvSharp.CvCmpFunc,System.Boolean,System.Int32@)"]

elem
Type: SystemIntPtr

[Missing <param name="elem"/> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSearch(System.IntPtr,System.IntPtr,OpenCvSharp.CvCmpFunc,System.Boolean,System.Int32@)"]

func
Type: OpenCvSharpCvCmpFunc

[Missing <param name="func"/> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSearch(System.IntPtr,System.IntPtr,OpenCvSharp.CvCmpFunc,System.Boolean,System.Int32@)"]

is_sorted
Type: SystemBoolean

[Missing <param name="is_sorted"/> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSearch(System.IntPtr,System.IntPtr,OpenCvSharp.CvCmpFunc,System.Boolean,System.Int32@)"]

elem_idx
Type: SystemInt32

[Missing <param name="elem_idx"/> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSearch(System.IntPtr,System.IntPtr,OpenCvSharp.CvCmpFunc,System.Boolean,System.Int32@)"]

Return Value

Type: IntPtr

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

See Also

Reference