MotionHistoryUpdate Method (Mat) |
http://www.emgu.com
Update the motion history with the specific image and current timestamp
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void Update(
Mat image
)
Public Sub Update (
image As Mat
)
public:
void Update(
Mat^ image
)
member Update :
image : Mat -> unit
Parameters
- image
- Type: Emgu.CVMat
The image to be added to history
See Also