Class | Description |
---|---|
GridMotionEstimator |
Estimates the motion field over a grid.
|
MotionEstimator |
A motion estimator will estimate the motion of parts of a video frame.
|
MotionEstimatorAlgorithm |
A set of algorithms for the motion estimator.
|
MotionEstimatorAlgorithm.PHASE_CORRELATION |
Basic phase correlation algorithm that finds peaks in the cross-power
spectrum between two images.
|
MotionEstimatorAlgorithm.TEMPLATE_MATCH |
Within a search window around the subimages detect most likely match and
thus motion.
|