Package | Description |
---|---|
org.openimaj.video.processing.motion |
Modifier and Type | Method and Description |
---|---|
Point2d |
MotionEstimatorAlgorithm.PHASE_CORRELATION.estimateMotion(VideoSubFrame<FImage> img2sub,
VideoSubFrame<FImage>... imagesSub)
Calculate the estimated motion vector between
images
which [0] is first in the sequence and img2 which is
second in the sequence. |
Point2d |
MotionEstimatorAlgorithm.PHASE_CORRELATION.estimateMotion(VideoSubFrame<FImage> img2sub,
VideoSubFrame<FImage>... imagesSub)
Calculate the estimated motion vector between
images
which [0] is first in the sequence and img2 which is
second in the sequence. |