[This is preliminary documentation and is subject to change.]
Update the FGDetector with new image
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
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 forground detector
- image
- IntPtr
The image which will be used to update the FGDetector
See Also