Click or drag to resize

NativeMethodsvideo_meanShift Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.video_meanShift(System.IntPtr,OpenCvSharp.Rect@,OpenCvSharp.TermCriteria,System.Int32@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus video_meanShift(
	IntPtr probImage,
	ref Rect window,
	TermCriteria criteria,
	out int returnValue
)

Parameters

probImage
Type: SystemIntPtr

[Missing <param name="probImage"/> documentation for "M:OpenCvSharp.NativeMethods.video_meanShift(System.IntPtr,OpenCvSharp.Rect@,OpenCvSharp.TermCriteria,System.Int32@)"]

window
Type: OpenCvSharpRect

[Missing <param name="window"/> documentation for "M:OpenCvSharp.NativeMethods.video_meanShift(System.IntPtr,OpenCvSharp.Rect@,OpenCvSharp.TermCriteria,System.Int32@)"]

criteria
Type: OpenCvSharpTermCriteria

[Missing <param name="criteria"/> documentation for "M:OpenCvSharp.NativeMethods.video_meanShift(System.IntPtr,OpenCvSharp.Rect@,OpenCvSharp.TermCriteria,System.Int32@)"]

returnValue
Type: SystemInt32

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.video_meanShift(System.IntPtr,OpenCvSharp.Rect@,OpenCvSharp.TermCriteria,System.Int32@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.video_meanShift(System.IntPtr,OpenCvSharp.Rect@,OpenCvSharp.TermCriteria,System.Int32@)"]

See Also