MultiTrackerUpdate Method (InputArray)
|
Update the current tracking status.
The result will be saved in the internal storage.
Namespace:
OpenCvSharp.Tracking
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool Update(
InputArray image
)
Public Function Update (
image As InputArray
) As Boolean
public:
bool Update(
InputArray^ image
)
member Update :
image : InputArray -> bool
Parameters
- image
- Type: OpenCvSharpInputArray
input image
Return Value
Type:
Boolean
See Also