CvSegmentFGMask Method (CvArr, Boolean, Single, CvMemStorage) OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.Cv.SegmentFGMask(OpenCvSharp.CvArr,System.Boolean,System.Single,OpenCvSharp.CvMemStorage)"]

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

public static CvSeq<CvPoint> SegmentFGMask(
	CvArr fgmask,
	bool poly1Hull0,
	float perimScale,
	CvMemStorage storage
)

Parameters

fgmask
Type: OpenCvSharpCvArr

[Missing <param name="fgmask"/> documentation for "M:OpenCvSharp.Cv.SegmentFGMask(OpenCvSharp.CvArr,System.Boolean,System.Single,OpenCvSharp.CvMemStorage)"]

poly1Hull0
Type: SystemBoolean

[Missing <param name="poly1Hull0"/> documentation for "M:OpenCvSharp.Cv.SegmentFGMask(OpenCvSharp.CvArr,System.Boolean,System.Single,OpenCvSharp.CvMemStorage)"]

perimScale
Type: SystemSingle

[Missing <param name="perimScale"/> documentation for "M:OpenCvSharp.Cv.SegmentFGMask(OpenCvSharp.CvArr,System.Boolean,System.Single,OpenCvSharp.CvMemStorage)"]

storage
Type: OpenCvSharpCvMemStorage

[Missing <param name="storage"/> documentation for "M:OpenCvSharp.Cv.SegmentFGMask(OpenCvSharp.CvArr,System.Boolean,System.Single,OpenCvSharp.CvMemStorage)"]

Return Value

Type: CvSeqCvPoint

[Missing <returns> documentation for "M:OpenCvSharp.Cv.SegmentFGMask(OpenCvSharp.CvArr,System.Boolean,System.Single,OpenCvSharp.CvMemStorage)"]

See Also

Reference