public abstract class MotionEstimatorAlgorithm extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MotionEstimatorAlgorithm.PHASE_CORRELATION
Basic phase correlation algorithm that finds peaks in the cross-power
spectrum between two images.
|
static class |
MotionEstimatorAlgorithm.TEMPLATE_MATCH
Within a search window around the subimages detect most likely match and
thus motion.
|
Constructor and Description |
---|
MotionEstimatorAlgorithm() |
Modifier and Type | Method and Description |
---|---|
protected int |
requiredNumberOfFrames()
The required number of frames required for the given motion estimation
algorithm to work.
|
public MotionEstimatorAlgorithm()
protected int requiredNumberOfFrames()