Update the FGDetector with new image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static void CvFGDetectorProcess(
IntPtr detector,
IntPtr image
)
Public Shared Sub CvFGDetectorProcess ( _
detector As IntPtr, _
image As IntPtr _
)
public:
static void CvFGDetectorProcess(
IntPtr detector,
IntPtr image
)
Parameters
- detector
- IntPtr
The foreground detector
- image
- IntPtr
The image which will be used to update the FGDetector
See Also