Back to FabImage 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.
Icon | Name | Description |
---|---|---|
![]() |
cvAccumulate | Adds image to the accumulator. |
![]() |
cvAccumulateProduct | Adds the per-element product of two input images to the accumulator. |
![]() |
cvAccumulateSquare | Adds the square of the source image to the accumulator. |
![]() |
cvAccumulateWeighted | Updates the running average. |
![]() |
cvBackgroundSubtractorMOG | Estimates the background of the image sequence using Mixture Of Gaussians model. |
![]() |
cvBackgroundSubtractorMOG2 | Estimates the background of the image sequence using Mixture Of Gaussians model. |
![]() |
cvEstimateRigidTransformFIL | Computes optimal affine transformation between two 2D point sets. |
![]() |
cvKalmanFilter | Standard Kalman filter. |