Back to Adaptive Vision Studio website

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

Motion Analysis and Object Tracking

Select a filter from the list below.

IconNameDescription
cvAccumulateAdds image to the accumulator.
cvAccumulateProductAdds the per-element product of two input images to the accumulator.
cvAccumulateSquareAdds the square of the source image to the accumulator.
cvAccumulateWeightedUpdates the running average.
cvBackgroundSubtractorMOGEstimates the background of the image sequence using Mixture Of Gaussians model.
cvBackgroundSubtractorMOG2Estimates the background of the image sequence using Mixture Of Gaussians model.
cvEstimateRigidTransformAVLComputes optimal affine transformation between two 2D point sets.
cvKalmanFilterStandard Kalman filter.