Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » OpenCV » Motion Analysis and Object Tracking

Motion Analysis and Object Tracking

Select a filter from the list below.

Icon Name Description / Applications Modules
cvAccumulate

Adds image to the accumulator.

OpenCV
cvAccumulateProduct

Adds the per-element product of two input images to the accumulator.

OpenCV
cvAccumulateSquare

Adds the square of the source image to the accumulator.

OpenCV
cvAccumulateWeighted

Updates the running average.

OpenCV
cvBackgroundSubtractorMOG

Estimates the background of the image sequence using Mixture Of Gaussians model.

OpenCV
cvBackgroundSubtractorMOG2

Estimates the background of the image sequence using Mixture Of Gaussians model.

OpenCV
cvEstimateRigidTransformAVL

Computes optimal affine transformation between two 2D point sets.

OpenCV
cvKalmanFilter

Standard Kalman filter.

OpenCV