Get the foreground mask from the foreground detector
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
Public Shared Function CvFGDetectorGetMask ( _
detector As IntPtr _
) As IntPtr
public:
static IntPtr CvFGDetectorGetMask(
IntPtr detector
)
Parameters
- detector
- IntPtr
The foreground detector
Return Value
The foreground mask
See Also