Click or drag to resize

NativeMethodsoptflow_motempl_segmentMotion Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus optflow_motempl_segmentMotion(
	IntPtr mhi,
	IntPtr segmask,
	IntPtr boundingRects,
	double timestamp,
	double segThresh
)

Parameters

mhi
Type: SystemIntPtr

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

segmask
Type: SystemIntPtr

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

boundingRects
Type: SystemIntPtr

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

timestamp
Type: SystemDouble

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

segThresh
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.optflow_motempl_segmentMotion(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Double)"]

See Also