NativeMethodsvideo_segmentMotion Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_segmentMotion(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Double)"]

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

public static void video_segmentMotion(
	IntPtr mhi,
	IntPtr segmask,
	IntPtr boundingRects,
	double timestamp,
	double segThresh
)

Parameters

mhi
Type: SystemIntPtr

[Missing <param name="mhi"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_segmentMotion(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Double)"]

segmask
Type: SystemIntPtr

[Missing <param name="segmask"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_segmentMotion(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Double)"]

boundingRects
Type: SystemIntPtr

[Missing <param name="boundingRects"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_segmentMotion(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Double)"]

timestamp
Type: SystemDouble

[Missing <param name="timestamp"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_segmentMotion(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Double)"]

segThresh
Type: SystemDouble

[Missing <param name="segThresh"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_segmentMotion(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Double)"]

See Also

Reference