Emgu.CV.MotionHistory.Update C# (CSharp) Метод

Update() публичный Метод

Update the motion history with the specific image and current timestamp
public Update ( Byte>.Image image ) : void
image Byte>.Image The image to be added to history
Результат void
        public void Update(Image<Gray, Byte> image)
        {
            Update(image, DateTime.Now);
        }

Same methods

MotionHistory::Update ( Byte>.Image foregroundMask, System.DateTime timestamp ) : void